pio team add¶
Contents
Usage¶
pio team add ORGNAME:TEAMNAME USERNAME
Description¶
Add a new member to a team.
If you need to create a new team, please use pio team create command.
Examples¶
Add Bob to the “developers” team of “platformio” organization
> pio team add platformio:developers bob
The new member "bob" has been successfully added to the "developers" team.