pio-account

manages PlatformIO account authentication

TLDR

Login to PlatformIO account
$ pio account login
Show account info
$ pio account show
Logout
$ pio account logout
Register new account
$ pio account register

SYNOPSIS

pio account command [options]

DESCRIPTION

pio account manages PlatformIO account authentication. Required for accessing PlatformIO Registry, Teams, and remote development features. Free accounts available.

PARAMETERS

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.

INSTALL

yay -S pio

SEE ALSO

pio-org(1), pio-team(1)