mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 10:10:46 +01:00
docs: Update tags for new functions
This commit is contained in:
@@ -2,12 +2,22 @@
|
|||||||
tags
|
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
|
.. 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 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 delete tag2 ## delete tag "tag2" from TARGET
|
||||||
ishmael ~ # bastille tags TARGET list ## list tags assigned to TARGET
|
ishmael ~ # bastille tags TARGET list ## list tags assigned to TARGET
|
||||||
ishmael ~ # bastille tags ALL list ## list tags from ALL containers
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user