2017-05-11 20:20:55 +02:00
|
|
|
.. program:: qvm-check
|
|
|
|
|
|
|
|
:program:`qvm-check` -- Check qube
|
|
|
|
===============================================================================================
|
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
|
|
|
This page was autogenerated from command-line parser. It shouldn't be 1:1
|
|
|
|
conversion, because it would add little value. Please revise it and add
|
|
|
|
more descriptive help, which normally won't fit in standard ``--help``
|
|
|
|
option.
|
|
|
|
|
|
|
|
After rewrite, please remove this admonition.
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
--------
|
|
|
|
|
2019-07-31 10:37:15 +02:00
|
|
|
:command:`qvm-check` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [--running] [--paused] [--template] [--networked] [*VMNAME* [*VMNAME* ...]]
|
2017-05-11 20:20:55 +02:00
|
|
|
|
|
|
|
Options
|
|
|
|
-------
|
|
|
|
|
|
|
|
.. option:: --help, -h
|
|
|
|
|
|
|
|
show this help message and exit
|
|
|
|
|
|
|
|
.. option:: --verbose, -v
|
|
|
|
|
|
|
|
increase verbosity
|
|
|
|
|
|
|
|
.. option:: --quiet, -q
|
|
|
|
|
|
|
|
decrease verbosity
|
|
|
|
|
|
|
|
.. option:: --all
|
|
|
|
|
|
|
|
perform the action on all qubes
|
|
|
|
|
|
|
|
.. option:: --exclude
|
|
|
|
|
|
|
|
exclude the qube from --all
|
|
|
|
|
|
|
|
.. option:: --running
|
|
|
|
|
|
|
|
Determine if (any of given) VM is running
|
|
|
|
|
|
|
|
.. option:: --paused
|
|
|
|
|
|
|
|
Determine if (any of given) VM is paused
|
|
|
|
|
|
|
|
.. option:: --template
|
|
|
|
|
|
|
|
Determine if (any of given) VM is a template
|
|
|
|
|
2019-07-31 10:37:15 +02:00
|
|
|
.. option:: --networked
|
|
|
|
|
|
|
|
Determine if (any of given) VM can reach network
|
|
|
|
|
2017-05-11 20:20:55 +02:00
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
|
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
|
|
|
| Wojtek Porczyk <woju at invisiblethingslab dot com>
|
2019-07-31 10:37:15 +02:00
|
|
|
| Frédéric Pierret <frederic dot pierret at qubes dash os dot com>
|
2017-05-11 20:20:55 +02:00
|
|
|
|
|
|
|
.. vim: ts=3 sw=3 et tw=80
|