snippetbashTip
pio account — Manage your PlatformIO account. More information: <https://docs.platformio.org/en/latest/core/usergu
Viewed 0 times
commandaccountpio accountclimanageplatformiomoreyour
Problem
How to use the
pio account command: Manage your PlatformIO account. More information: <https://docs.platformio.org/en/latest/core/userguide/account/>.Solution
pio account — Manage your PlatformIO account. More information: <https://docs.platformio.org/en/latest/core/userguide/account/>.Register a new PlatformIO account:
pio account register {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{password}} --firstname {{firstname}} --lastname {{lastname}}Permanently delete your PlatformIO account and related data:
pio account destroyLog in to your PlatformIO account:
pio account login {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}Log out of your PlatformIO account:
pio account logoutUpdate your PlatformIO profile:
pio account update {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} --firstname {{firstname}} --lastname {{lastname}} --current-password {{password}}Show detailed information about your PlatformIO account:
pio account showReset your password using your username or email:
pio account forgot {{[-u|--username]}} {{username_or_email}}Code Snippets
Register a new PlatformIO account
pio account register {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{password}} --firstname {{firstname}} --lastname {{lastname}}Permanently delete your PlatformIO account and related data
pio account destroyLog in to your PlatformIO account
pio account login {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}Log out of your PlatformIO account
pio account logoutUpdate your PlatformIO profile
pio account update {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} --firstname {{firstname}} --lastname {{lastname}} --current-password {{password}}Context
tldr-pages: common/pio account
Revisions (0)
No revisions yet.