update
Last updated
Was this helpful?
Updates role permissions on an existing team.
terrakube team update --organization <ORG> --id <TEAM_ID> [flags]--organization
-o
String
Yes
Organization ID or name.
--id
String
Yes
Team ID to update.
--name
-n
String
No
Team name.
--role
String
No
Role name.
--manage-workspace
Bool
No
Set workspace management permission.
terrakube team update -o "$ORG_ID" --id "$TEAM_ID" --name "TERRAKUBE_ADMIN" --role "Admin" --output jsonLast updated
Was this helpful?
Was this helpful?