pkgs/cli: Document clan machines list --tags

This commit is contained in:
a-kenji
2024-11-12 14:57:44 +01:00
parent 392d8437cb
commit c3fe5df5e9

View File

@@ -57,6 +57,13 @@ Examples:
$ clan machines list $ clan machines list
Lists all the machines and their descriptions. Lists all the machines and their descriptions.
$ clan machines list --tags [TAGS..]
Lists all the machines that have the specified tags associated through the inventory.
If multiple tags are specified machines are matched against both tags.
$ clan machines list --tags vm
Lists all machines that are associated with the "vm" tag through the inventory.
""" """
), ),
formatter_class=argparse.RawTextHelpFormatter, formatter_class=argparse.RawTextHelpFormatter,