-d, --description string Description of the organization
-h, --help help for update
--id string Id of the organization (required)
-n, --name string Name of the organization
Examples
Update the description for an existing organization
terrakube organization update --id 38b6635a-d38e-46f2-a95e-d00a416de4fd -d "new description"
organization list
List organizations
Usage
terrakube organization list [flags]
Flags
-f, --filter string Filter
-h, --help help for list
Examples
List all existing organizations
terrakube organization list
organization delete
organization delete
Delete an organization
Usage
terrakube organization delete [flags]
Flags
-h, --help help for delete
--id string Id of the organization (required)