qvm-ls.rst 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .. program:: qvm-ls
  2. :program:`qvm-ls` -- List VMs and various information about them
  3. ================================================================
  4. Synopsis
  5. --------
  6. :command:`qvm-ls` [-h] [--verbose] [--quiet] [--help-columns] [--help-formats] [--format *FORMAT* | --fields *FIELD*,...]
  7. Options
  8. -------
  9. .. option:: --help, -h
  10. Show help message and exit
  11. .. option:: --help-columns
  12. List all available columns with short descriptions and exit.
  13. .. option:: --help-formats
  14. List all available formats with their definitions and exit.
  15. .. option:: --format=FORMAT, -o FORMAT
  16. Sets format to a list of columns defined by preset. All formats along with
  17. columns which they show can be listed with :option:`--help-formats`.
  18. .. option:: --fields=FIELD,..., -O FIELD,...
  19. Sets format to specified set of columns. This gives more control over
  20. :option:`--format`. All columns along with short descriptions can be listed
  21. with :option:`--help-columns`.
  22. .. option:: --raw-data
  23. Output data in easy to parse format. Table header is skipped and columns are
  24. separated by `|` character.
  25. .. option:: --verbose, -v
  26. Increase verbosity.
  27. .. option:: --quiet, -q
  28. Decrease verbosity.
  29. .. option:: --spinner
  30. Have a spinner spinning while the spinning mainloop spins new table cells.
  31. .. option:: --no-spinner
  32. No spinner today.
  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. .. vim: ts=3 sw=3 et