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

list

Lists teams in an organization.

Usage

terrakube team list --organization <ORG> [flags]

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Parent Organization name or ID.

--output

String

No

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

Examples

terrakube team list -o "$ORG_ID" --output table

Last updated

Was this helpful?