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

list

Lists all organizations accessible to the authenticated user.

Usage

terrakube organization list [flags]

Options & Flags

Flag
Short
Type
Description

--filter

String

Filter criteria expression (e.g. name==bats).

--output

-o

String

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

Examples

List organizations in Table format

terrakube organization list --output table

Filter organization by name

terrakube organization list --filter "name==bats" --output json

Last updated

Was this helpful?