qvm-start.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .. program:: qvm-start
  2. :program:`qvm-start` -- start a domain
  3. ======================================
  4. .. warning::
  5. This page was autogenerated from command-line parser. It shouldn't be 1:1
  6. conversion, because it would add little value. Please revise it and add
  7. more descriptive help, which normally won't fit in standard ``--help``
  8. option.
  9. After rewrite, please remove this admonition.
  10. Synopsis
  11. --------
  12. :command:`qvm-start` [-h] [--verbose] [--quiet] *VMNAME*
  13. Options
  14. -------
  15. .. option:: --help, -h
  16. Show help message and exit.
  17. .. option:: --verbose, -v
  18. Increase verbosity.
  19. .. option:: --quiet, -q
  20. Decrease verbosity.
  21. .. option:: --skip-if-running
  22. Do not fail if the qube is already runnning
  23. .. option:: --all
  24. perform the action on all qubes
  25. .. option:: --exclude
  26. exclude the qube from --all
  27. Authors
  28. -------
  29. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  30. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  31. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  32. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  33. .. vim: ts=3 sw=3 et tw=80