Linux command
pio-account 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Login to PlatformIO account
pio account login
Show account info
pio account show
Logout
pio account logout
Register new account
pio account register
说明
pio account manages PlatformIO account authentication. Required for accessing PlatformIO Registry, Teams, and remote development features. Free accounts available.
参数
- login
- Login to account.
- logout
- Logout from account.
- show
- Show account information.
- register
- Register new account.
- forgot
- Request password reset.
- -u, --username _user_
- Account username.
- -p, --password _pass_
- Account password.
FAQ
What is the pio-account command used for?
pio account manages PlatformIO account authentication. Required for accessing PlatformIO Registry, Teams, and remote development features. Free accounts available.
How do I run a basic pio-account example?
Run `pio account login` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does login do in pio-account?
Login to account.