-h, --help help for update
--id string Id of the Team (required)
--manage-module Manage Module Permissions
--manage-provider Manage Provider Permissions
--manage-workspace Manage Workspaces Permissions
-n, --name string Name of the Team
--organization-id string Organization Id (required)
Examples
Update the permissions for a Team
terrakube team update --organization-id e5ad0642-f9b3-48b3-9bf4-35997febe1fb --id 38b6635a-d38e-46f2-a95e-d00a416de4fd --manage-workspace=true --manage-module=false --manage-provider=true
team create
Create a Team
Usage
Flags
Examples
Create a new team
terrakube team create [flags]
-h, --help help for create
--manage-module Manage Module Permissions
--manage-provider Manage Provider Permissions
--manage-workspace Manage Workspaces Permissions
-n, --name string Name of the new Team (required)
--organization-id string Organization Id (required)
terrakube team create --organization-id e5ad0642-f9b3-48b3-9bf4-35997febe1fb -n AZB_USER --manage-workspace=true --manage-module=true --manage-provider=true
team list
terrakube team list
List teams
Usage
terrakube team list [flags]
Flags
-f, --filter string Filter
-h, --help help for list
--organization-id string Organization Id (required)
Examples
List all existing teams in an organization
terrakube team list --organization-id e5ad0642-f9b3-48b3-9bf4-35997febe1fb
terrakube team
This command consists of multiple subcommands to interact with teams. It can be used to create, update, delete and list teams.