qvm-tags.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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] *VMNAME* {list,ls,l} [*TAG*]
  13. | :command:`qvm-tags` [-h] [--verbose] [--quiet] *VMNAME* {add,a,set} *TAG* ...
  14. | :command:`qvm-tags` [-h] [--verbose] [--quiet] *VMNAME* {del,d,unset,u} *TAG* ...
  15. Options
  16. -------
  17. .. option:: --help, -h
  18. Show the help message and exit.
  19. .. option:: --verbose, -v
  20. Increase verbosity.
  21. .. option:: --quiet, -q
  22. Decrease verbosity.
  23. Commands
  24. --------
  25. list
  26. ^^^^
  27. | :command:`qvm-tags` [-h] [--verbose] [--quiet] *VMNAME* list [*TAG*]
  28. List tags. If tag name is given, check if this tag is set for the VM and signal
  29. this with exit code (0 - tag is set, 1 - it is not).
  30. aliases: ls, l
  31. add
  32. ^^^
  33. | :command:`qvm-tags` [-h] [--verbose] [--quiet] *VMNAME* add *TAG* [*TAG* ...]
  34. Add tag(s) to a VM. If tag is already set for given VM, do nothing.
  35. aliases: a, set
  36. del
  37. ^^^
  38. | :command:`qvm-tags` [-h] [--verbose] [--quiet] *VMNAME* del *TAG* [*TAG* ...]
  39. Delete tag(s) from a VM. If tag is not set for given VM, do nothing.
  40. aliases: d, unset, u
  41. Authors
  42. -------
  43. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  44. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  45. .. vim: ts=3 sw=3 et tw=80