pio team
Manage PlatformIO teams.
- Create a new team with the specified description:
pio team create --description {description} {organization_name}:{team_name}
pio team destroy {organization_name}:{team_name}
- Add a new user to a team:
pio team add {organization_name}:{team_name} {username}
- Remove a user from a team:
pio team remove {organization_name}:{team_name} {username}
- List all teams that the user is part of and their members:
pio team list
- List all teams in an organization:
pio team list {organization_name}
pio team update --name {new_team_name} {organization_name}:{team_name}
- Change the description of a team:
pio team update --description {new_description} {organization_name}:{team_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).