Linux command
pio-team 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
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]
说明
pio team manages teams within PlatformIO organizations. Teams allow granular permission management for package access. Uses org:team naming convention.
参数
- 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.
FAQ
What is the pio-team command used for?
pio team manages teams within PlatformIO organizations. Teams allow granular permission management for package access. Uses org:team naming convention.
How do I run a basic pio-team example?
Run `pio team create [orgname:teamname]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does create _name_ do in pio-team?
Create team.