2025-03-14 21:59:59 -06:00
|
|
|
# pio update
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Update installed PlatformIO Core packages, development platforms, and global libraries.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_update.html>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Perform a full update of all packages, development platforms, and global libraries:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`pio update`
|
|
|
|
|
|
|
|
|
|
- Update core packages only (skips platforms and libraries):
|
|
|
|
|
|
|
|
|
|
`pio update --core-packages`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Check for new versions of packages, platforms, and libraries but do not actually update them:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`pio update --dry-run`
|