Forrest logo
back to context overview

pio-account

List of commands for pio-account:

  • pio-account:tldr:2e0ff pio-account: Update your PlatformIO profile.
    $ pio account update --username ${username} --email ${email} --firstname ${firstname} --lastname ${lastname} --current-password ${password}
    try on your machine
    explain this command
  • pio-account:tldr:4869f pio-account: Reset your password using your username or email.
    $ pio account forgot --username ${username_or_email}
    try on your machine
    explain this command
  • pio-account:tldr:4dd0c pio-account: Log out of your PlatformIO account.
    $ pio account logout
    try on your machine
    explain this command
  • pio-account:tldr:538d8 pio-account: Register a new PlatformIO account.
    $ pio account register --username ${username} --email ${email} --password ${password} --firstname ${firstname} --lastname ${lastname}
    try on your machine
    explain this command
  • pio-account:tldr:70ff0 pio-account: Log in to your PlatformIO account.
    $ pio account login --username ${username} --password ${password}
    try on your machine
    explain this command
  • pio-account:tldr:7dcb6 pio-account: Permanently delete your PlatformIO account and related data.
    $ pio account destroy
    try on your machine
    explain this command
  • pio-account:tldr:b2f88 pio-account: Show detailed information about your PlatformIO account.
    $ pio account show
    try on your machine
    explain this command
back to context overview