2021-03-10 21:27:09 +01:00
|
|
|
# pio account
|
|
|
|
|
2025-06-29 11:48:18 +03:00
|
|
|
> Manage your PlatformIO account.
|
2021-04-10 17:14:55 +02:00
|
|
|
> More information: <https://docs.platformio.org/en/latest/core/userguide/account/>.
|
2021-03-10 21:27:09 +01:00
|
|
|
|
|
|
|
- Register a new PlatformIO account:
|
|
|
|
|
2025-04-27 10:59:15 +03:00
|
|
|
`pio account register {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{password}} --firstname {{firstname}} --lastname {{lastname}}`
|
2021-03-10 21:27:09 +01:00
|
|
|
|
|
|
|
- Permanently delete your PlatformIO account and related data:
|
|
|
|
|
|
|
|
`pio account destroy`
|
|
|
|
|
2021-05-14 02:42:15 +02:00
|
|
|
- Log in to your PlatformIO account:
|
2021-03-10 21:27:09 +01:00
|
|
|
|
2025-04-27 10:59:15 +03:00
|
|
|
`pio account login {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}`
|
2021-03-10 21:27:09 +01:00
|
|
|
|
2021-05-14 02:42:15 +02:00
|
|
|
- Log out of your PlatformIO account:
|
2021-03-10 21:27:09 +01:00
|
|
|
|
|
|
|
`pio account logout`
|
|
|
|
|
|
|
|
- Update your PlatformIO profile:
|
|
|
|
|
2025-04-27 10:59:15 +03:00
|
|
|
`pio account update {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} --firstname {{firstname}} --lastname {{lastname}} --current-password {{password}}`
|
2021-03-10 21:27:09 +01:00
|
|
|
|
|
|
|
- Show detailed information about your PlatformIO account:
|
|
|
|
|
|
|
|
`pio account show`
|
|
|
|
|
|
|
|
- Reset your password using your username or email:
|
|
|
|
|
2025-04-27 10:59:15 +03:00
|
|
|
`pio account forgot {{[-u|--username]}} {{username_or_email}}`
|