From 5963a4320a93ec9df42a5df7181109f38d0192dd Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:14:19 -0700 Subject: [PATCH] docs: Update tags for new functions --- docs/chapters/subcommands/tags.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/chapters/subcommands/tags.rst b/docs/chapters/subcommands/tags.rst index b0ba10b3..93a39955 100644 --- a/docs/chapters/subcommands/tags.rst +++ b/docs/chapters/subcommands/tags.rst @@ -2,12 +2,22 @@ tags ==== -The `tags` sub-command adds, removes or lists arbitrary tags on your containers. +The `tags` sub-command adds, removes or lists arbitrary tags on your jail(s). .. code-block:: shell - ishmael ~ # bastille tags -h ## display tags help + ishmael ~ # bastille tags help ## display tags help ishmael ~ # bastille tags TARGET add tag1,tag2 ## add the tags "tag1" and "tag2" to TARGET ishmael ~ # bastille tags TARGET delete tag2 ## delete tag "tag2" from TARGET ishmael ~ # bastille tags TARGET list ## list tags assigned to TARGET ishmael ~ # bastille tags ALL list ## list tags from ALL containers + +.. code-block:: shell + + ishmael ~ # bastille tags help + + Usage: bastille tags TARGET [add|delete|list] [tag1,tag2] + + Options: + + -x | --debug Enable debug mode.