LinuxCommandLibrary

pio-team

Manage PlatformIO organization teams and members

TLDR

Create team

$ pio team create [orgname:teamname]
copy
List teams
$ pio team list [orgname]
copy
Add member to team
$ pio team add [orgname:teamname] [username]
copy
Remove member
$ pio team remove [orgname:teamname] [username]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community