snippetbashTip
pio update — Update installed PlatformIO Core packages, development platforms, and global libraries. More informa
Viewed 0 times
commandupdateclicoreplatformiopio updateinstalledpackages
Problem
How to use the
pio update command: Update installed PlatformIO Core packages, development platforms, and global libraries. More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_update.html>.Solution
pio update — Update installed PlatformIO Core packages, development platforms, and global libraries. More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_update.html>.Perform a full update of all packages, development platforms, and global libraries:
pio updateUpdate core packages only (skips platforms and libraries):
pio update --core-packagesCheck for new versions of packages, platforms, and libraries but do not actually update them:
pio update --dry-runCode Snippets
Perform a full update of all packages, development platforms, and global libraries
pio updateUpdate core packages only (skips platforms and libraries)
pio update --core-packagesCheck for new versions of packages, platforms, and libraries but do not actually update them
pio update --dry-runContext
tldr-pages: common/pio update
Revisions (0)
No revisions yet.