qvm-tags.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .. program:: qvm-tags
  2. :program:`qvm-tags` -- manage domain's tags
  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-tags` [-h] [--verbose] [--quiet] [--query | --set | --unset] *VMNAME* [*TAG*]
  13. Options
  14. -------
  15. .. option:: --help, -h
  16. Show the help message and exit.
  17. .. option:: --verbose, -v
  18. Increase verbosity.
  19. .. option:: --quiet, -q
  20. Decrease verbosity.
  21. .. option:: --query
  22. Query for the tag. Exit with zero (true) if the qube in question has the tag
  23. and with non-zero (false) if it does not. If no tag specified, list all the
  24. tags.
  25. This is the default mode.
  26. .. option:: --set, -s
  27. Set the tag. The tag argument is mandatory. If tag is already set, do
  28. nothing.
  29. .. option:: --delete, --unset, -D
  30. Unset the tag. The tag argument is mandatory. If tag is not set, do nothing.
  31. Authors
  32. -------
  33. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  34. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  35. .. vim: ts=3 sw=3 et tw=80