Beheer PlatformIO teams. Meer informatie: https://docs.platformio.org/en/latest/core/userguide/team/.
pio team create --description {{beschrijving}} {{organisatie_naam}}:{{team_naam}}
pio team destroy {{organisatie_naam}}:{{team_naam}}
pio team add {{organisatie_naam}}:{{team_naam}} {{gebruikersnaam}}
pio team remove {{organisatie_naam}}:{{team_naam}} {{gebruikersnaam}}
pio team list
pio team list {{organisatie_naam}}
pio team update --name {{nieuwe_team_naam}} {{organisatie_naam}}:{{team_naam}}
pio team update --description {{nieuwe_beschrijving}} {{organisatie_naam}}:{{team_naam}}