Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

  1. Load and validate tazuna.yaml.
  2. Walk every Manifest after includes expansion and aggregate tags into a tag name → list of Manifest names map.
  3. Sort by tag name and output to stdout. The format is:
<tag>:
- <manifest-name>
- <manifest-name>
  1. If --tags is given, the output is narrowed to those tag names.

No cluster access.

Flag

In addition to global flags, the following are accepted.

FlagAliasTypeDefaultDescription
--tags-t[]string[]Narrows the output to the specified tag names.

Examples

tazuna tags
tazuna tags -f tazuna.yaml
tazuna tags --tags frontend,backend