Linux command
pio-org 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Create organization
pio org create [orgname]
List organizations
pio org list
Add member
pio org add [orgname] [username]
Remove member
pio org remove [orgname] [username]
说明
pio org manages PlatformIO organizations for team collaboration. Organizations share packages, libraries, and access permissions. Requires PlatformIO account.
参数
- create _name_
- Create organization.
- destroy _name_
- Delete organization.
- list
- List organizations.
- add _org_ _user_
- Add member.
- remove _org_ _user_
- Remove member.
- update _org_
- Update organization.
FAQ
What is the pio-org command used for?
pio org manages PlatformIO organizations for team collaboration. Organizations share packages, libraries, and access permissions. Requires PlatformIO account.
How do I run a basic pio-org example?
Run `pio org create [orgname]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does create _name_ do in pio-org?
Create organization.