pio-update
Update PlatformIO packages and libraries
TLDR
Update all packages
$ pio update
Update core packages only$ pio update --core-packages
Check for updates without installing$ pio update --dry-run
SYNOPSIS
pio update [options]
DESCRIPTION
pio update updates PlatformIO packages including platforms, libraries, and tools. Keeps development environment current with latest bug fixes and features.
PARAMETERS
--core-packages
Update core packages only.--dry-run
Check updates without installing.
SEE ALSO
pio-upgrade(1), pio-platform(1), pio-lib(1)
