list
Last updated
Was this helpful?
Lists workspaces in an organization.
terrakube workspace list --organization <ORG> [flags]--organization
-o
String
Yes
Organization ID or name.
--filter
String
No
Filter expression (e.g. name==testws).
--output
String
No
Output format (json, table, yaml, tsv).
terrakube workspace list -o "$ORG_ID" --filter "name==networking-prod" --output jsonLast updated
Was this helpful?
Was this helpful?