pio-pkg
unified package manager for PlatformIO
TLDR
Install package
$ pio pkg install -l [library_name]
Install platform$ pio pkg install -p [espressif32]
Install tool$ pio pkg install -t [openocd]
List installed packages$ pio pkg list
Update packages$ pio pkg update
SYNOPSIS
pio pkg command [options]
DESCRIPTION
pio pkg is the unified package manager for PlatformIO. Manages libraries, platforms, and tools through a single interface. Replaces legacy pio lib and pio platform commands.
PARAMETERS
install
Install packages.uninstall
Remove packages.update
Update packages.list
List installed packages.show
Show package details.-l, --library name
Library package.-p, --platform name
Platform package.-t, --tool name
Tool package.
SEE ALSO
pio-lib(1), pio-platform(1)
