HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pio upgrade — Update PlatformIO to the latest version. More information: <https://docs.platformio.org/en/latest/co

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandupdatelatestclipio upgradeplatformioversion

Problem

How to use the pio upgrade command: Update PlatformIO to the latest version. More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_upgrade.html>.

Solution

pio upgrade — Update PlatformIO to the latest version. More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_upgrade.html>.

Update PlatformIO to the latest version:
pio upgrade


Update PlatformIO to the latest development (unstable) version:
pio upgrade --dev

Code Snippets

Update PlatformIO to the latest version

pio upgrade

Update PlatformIO to the latest development (unstable) version

pio upgrade --dev

Context

tldr-pages: common/pio upgrade

Revisions (0)

No revisions yet.