tazuna tags
Lists the tags declared in tazuna.yaml. For each tag, displays the names of the Manifests carrying that tag.
tazuna tags [-f tazuna.yaml] [--tags ...]
Behavior
- Load and validate
tazuna.yaml. - Walk every Manifest after
includesexpansion and aggregatetagsinto atag name → list of Manifest namesmap. - Sort by tag name and output to stdout. The format is:
<tag>:
- <manifest-name>
- <manifest-name>
- If
--tagsis given, the output is narrowed to those tag names.
No cluster access.
Flag
In addition to global flags, the following are accepted.
| Flag | Alias | Type | Default | Description |
|---|---|---|---|---|
--tags | -t | []string | [] | Narrows the output to the specified tag names. |
Examples
tazuna tags
tazuna tags -f tazuna.yaml
tazuna tags --tags frontend,backend
Related
- Filter spec for
--tags:manifests[].tags - To apply with filtering:
tazuna apply