pio-team
Manage PlatformIO organization teams and members
TLDR
Create team
$ pio team create [orgname:teamname]
List teams$ pio team list [orgname]
Add member to team$ pio team add [orgname:teamname] [username]
Remove member$ pio team remove [orgname:teamname] [username]
SYNOPSIS
pio team command [options]
DESCRIPTION
pio team manages teams within PlatformIO organizations. Teams allow granular permission management for package access. Uses org:team naming convention.
PARAMETERS
create name
Create team.destroy name
Delete team.list org
List teams in organization.add team user
Add team member.remove team user
Remove team member.
SEE ALSO
pio-org(1), pio-access(1)
