Examples (8)
Create a new team with the specified description
pio team create --description description organization_name:team_nameDelete a team
pio team destroy organization_name:team_nameAdd a new user to a team
pio team add organization_name:team_name usernameRemove a user from a team
pio team remove organization_name:team_name usernameList all teams that the user is part of and their members
pio team listList all teams in an organization
pio team list organization_nameRename a team
pio team update --name new_team_name organization_name:team_nameChange the description of a team
pio team update --description new_description organization_name:team_namemade by @shridhargupta | data from tldr-pages