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

get

Retrieves workspace attributes.

Usage

terrakube workspace get --organization <ORG> --id <WS_ID>

Flags

Flag
Short
Type
Required
Description

--organization

-o

String

Yes

Organization ID or name.

--id

String

Yes

Workspace ID.

Examples

terrakube workspace get -o "$ORG_ID" --id "$WS_ID" --output json

Last updated

Was this helpful?