qvm-check.rst 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .. program:: qvm-check
  2. :program:`qvm-check` -- Check qube
  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-check` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [--running] [--paused] [--template] [--networked] [*VMNAME* [*VMNAME* ...]]
  13. Options
  14. -------
  15. .. option:: --help, -h
  16. show this help message and exit
  17. .. option:: --verbose, -v
  18. increase verbosity
  19. .. option:: --quiet, -q
  20. decrease verbosity
  21. .. option:: --all
  22. perform the action on all qubes
  23. .. option:: --exclude
  24. exclude the qube from --all
  25. .. option:: --running
  26. Determine if (any of given) VM is running
  27. .. option:: --paused
  28. Determine if (any of given) VM is paused
  29. .. option:: --template
  30. Determine if (any of given) VM is a template
  31. .. option:: --networked
  32. Determine if (any of given) VM can reach network
  33. Authors
  34. -------
  35. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  36. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  37. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  38. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  39. | Frédéric Pierret <frederic dot pierret at qubes dash os dot com>
  40. .. vim: ts=3 sw=3 et tw=80