명령줄에서 PlatformIO 계정을 관리. 더 많은 정보: https://docs.platformio.org/en/latest/core/userguide/account/.
pio account register --username {{사용자이름}} --email {{이메일}} --password {{비밀번호}} --firstname {{이름}} --lastname {{성}}
pio account destroy
pio account login --username {{사용자이름}} --password {{비밀번호}}
pio account logout
pio account update --username {{사용자이름}} --email {{이메일}} --firstname {{이름}} --lastname {{성}} --current-password {{비밀번호}}
pio account show
pio account forgot --username {{사용자이름_또는_이메일}}