pip-install
Install Python packages.
pip-freeze
List installed packages in requirements format.
piodebuggdb
This command is an alias of pio debug --interface=gdb.
pio debug --interface=gdb
pio
Development environment for embedded boards.Some subcommands such as run have their own usage documentation.
run
pio-upgrade
Update PlatformIO to the latest version.
pio-update
Update installed PlatformIO Core packages, development platforms and global libraries.See also: pio platform update, pio lib update.
pio platform update
pio lib update
pio-test
Run local tests on a PlatformIO project.
pio-team
Manage PlatformIO teams.
pio-system
Miscellaneous system commands for PlatformIO.
pio-settings
View and modify PlatformIO settings.
pio-run
Run PlatformIO project targets.
pio-remote
Helper command for PlatformIO Remote Development.pio remote [command] takes the same arguments as its locally executing counterpart pio [command].
pio remote [command]
pio [command]
pio-project
Manage PlatformIO projects.
pio-platform
Manage PlatformIO development platforms.
pio-package
Manage packages in the registry.Packages can only be removed within 72 hours (3 days) from the date that they are published.
pio-org
Manage PlatformIO organizations and their owners.
pio-lib
Manage PlatformIO libraries.
pio-init
This command is an alias of pio project init.
pio project init
pio-home
Launch the PlatformIO Home web server.
pio-device
Manage and monitor PlatformIO devices.