LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pio-update

Update PlatformIO packages and libraries (deprecated)

TLDR

Update all packages
$ pio update
copy
Update core packages only
$ pio update --core-packages
copy
Check for updates without installing
$ pio update --dry-run
copy

SYNOPSIS

pio update [options]

DESCRIPTION

pio update updates installed PlatformIO Core packages, development platforms, and global libraries. It is a combination of pio platform update and pio lib update.

PARAMETERS

--core-packages

Update core packages only.
--dry-run
Check for new versions without installing.
-c, --only-check
Deprecated alias for --dry-run.

CAVEATS

Deprecated since PlatformIO 6.0 and will be removed in a future release. Use pio pkg update instead.

SEE ALSO

Copied to clipboard
Kai