For the complete documentation index, see llms.txt. This page is also available as Markdown.

list

Lists all tags defined within an organization.

Usage

terrakube tag list --organization <ORG_NAME_OR_ID> [flags]

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Name or ID of the parent organization.

--output

String

No

Output format (json, table, yaml, tsv).

Examples

List tags

terrakube tag list -o "demo-org" --output table

Last updated

Was this helpful?