qvm-check.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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] [*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. Authors
  32. -------
  33. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  34. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  35. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  36. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  37. .. vim: ts=3 sw=3 et tw=80