
pio-team
List of commands for pio-team:
-
pio-team:tldr:26d5d pio-team: List all teams in an organization.$ pio team list ${organization_name}try on your machineexplain this command
-
pio-team:tldr:4bbdc pio-team: Remove a user from a team.$ pio team remove ${organization_name}:${team_name} ${username}try on your machineexplain this command
-
pio-team:tldr:6d84a pio-team: List all teams that the user is part of and their members.$ pio team listtry on your machineexplain this command
-
pio-team:tldr:97fff pio-team: Create a new team with the specified description.$ pio team create --description ${description} ${organization_name}:${team_name}try on your machineexplain this command
-
pio-team:tldr:e4882 pio-team: Delete a team.$ pio team destroy ${organization_name}:${team_name}try on your machineexplain this command
-
pio-team:tldr:ea7eb pio-team: Add a new user to a team.$ pio team add ${organization_name}:${team_name} ${username}try on your machineexplain this command
-
pio-team:tldr:f1c68 pio-team: Change the description of a team.$ pio team update --description ${new_description} ${organization_name}:${team_name}try on your machineexplain this command
-
pio-team:tldr:fa8d8 pio-team: Rename a team.$ pio team update --name ${new_team_name} ${organization_name}:${team_name}try on your machineexplain this command