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

get

Retrieves details and permissions for a specific team.

Usage

terrakube team get --organization <ORG> --id <TEAM_ID>

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Organization ID or name.

--id

String

Yes

Team ID.

Examples

terrakube team get -o "$ORG_ID" --id "$TEAM_ID" --output json

Last updated

Was this helpful?