2017-05-11 20:20:55 +02:00
|
|
|
.. program:: qvm-ls
|
|
|
|
|
|
|
|
:program:`qvm-ls` -- List VMs and various information about them
|
|
|
|
================================================================
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
--------
|
|
|
|
|
|
|
|
:command:`qvm-ls` [-h] [--verbose] [--quiet] [--help-columns] [--help-formats] [--format *FORMAT* | --fields *FIELD*,...]
|
|
|
|
|
|
|
|
Options
|
|
|
|
-------
|
|
|
|
|
|
|
|
.. option:: --help, -h
|
|
|
|
|
|
|
|
Show help message and exit
|
|
|
|
|
|
|
|
.. option:: --help-columns
|
|
|
|
|
|
|
|
List all available columns with short descriptions and exit.
|
|
|
|
|
|
|
|
.. option:: --help-formats
|
|
|
|
|
|
|
|
List all available formats with their definitions and exit.
|
|
|
|
|
2017-12-22 23:11:33 +01:00
|
|
|
.. option:: --all
|
|
|
|
|
|
|
|
List all qubes, this is default.
|
|
|
|
|
|
|
|
.. option:: --exclude
|
|
|
|
|
|
|
|
Exclude the qube from --all. You need to use --all option explicitly to use
|
|
|
|
--exclude.
|
|
|
|
|
2017-05-11 20:20:55 +02:00
|
|
|
.. option:: --format=FORMAT, -o FORMAT
|
|
|
|
|
|
|
|
Sets format to a list of columns defined by preset. All formats along with
|
|
|
|
columns which they show can be listed with :option:`--help-formats`.
|
|
|
|
|
|
|
|
.. option:: --fields=FIELD,..., -O FIELD,...
|
|
|
|
|
|
|
|
Sets format to specified set of columns. This gives more control over
|
|
|
|
:option:`--format`. All columns along with short descriptions can be listed
|
|
|
|
with :option:`--help-columns`.
|
|
|
|
|
|
|
|
.. option:: --raw-data
|
|
|
|
|
|
|
|
Output data in easy to parse format. Table header is skipped and columns are
|
|
|
|
separated by `|` character.
|
|
|
|
|
2017-12-22 23:11:33 +01:00
|
|
|
.. option:: --raw-list
|
|
|
|
|
|
|
|
Give plain list of VM names, without header or separator. Useful in scripts.
|
|
|
|
Same as --raw-data --fields=name
|
|
|
|
|
2017-12-22 23:23:57 +01:00
|
|
|
.. option:: --disk, -d
|
|
|
|
|
|
|
|
Same as --format=disk, for compatibility with Qubes 3.x
|
|
|
|
|
|
|
|
.. option:: --network, -n
|
|
|
|
|
|
|
|
Same as --format=network, for compatibility with Qubes 3.x
|
|
|
|
|
2017-05-11 20:20:55 +02:00
|
|
|
.. option:: --verbose, -v
|
|
|
|
|
|
|
|
Increase verbosity.
|
|
|
|
|
|
|
|
.. option:: --quiet, -q
|
|
|
|
|
|
|
|
Decrease verbosity.
|
|
|
|
|
2017-06-07 18:52:45 +02:00
|
|
|
.. option:: --spinner
|
|
|
|
|
|
|
|
Have a spinner spinning while the spinning mainloop spins new table cells.
|
|
|
|
|
|
|
|
.. option:: --no-spinner
|
|
|
|
|
|
|
|
No spinner today.
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
.. vim: ts=3 sw=3 et
|