LinuxCommandLibrary

pio-update

Update PlatformIO packages and libraries

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 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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community