1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 07:35:28 +02:00
tldr/pages/common/pio-account.md

33 lines
1,008 B
Markdown
Raw Normal View History

2021-03-10 21:27:09 +01:00
# pio account
> Manage your PlatformIO account.
> More information: <https://docs.platformio.org/en/latest/core/userguide/account/>.
2021-03-10 21:27:09 +01:00
- Register a new PlatformIO account:
`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`
- Log in to your PlatformIO account:
2021-03-10 21:27:09 +01:00
`pio account login {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}`
2021-03-10 21:27:09 +01:00
- Log out of your PlatformIO account:
2021-03-10 21:27:09 +01:00
`pio account logout`
- Update your PlatformIO profile:
`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:
`pio account forgot {{[-u|--username]}} {{username_or_email}}`