HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pio — Development environment for embedded boards. Some subcommands such as `run` have their own usage doc

Submitted by: @import:tldr-pages··
0
Viewed 0 times
boardscommandembeddedpiodevelopmentclienvironmentfor

Problem

How to use the pio command: Development environment for embedded boards. Some subcommands such as run have their own usage documentation. More information: <https://docs.platformio.org/en/latest/core/userguide/>.

Solution

pio — Development environment for embedded boards. Some subcommands such as run have their own usage documentation. More information: <https://docs.platformio.org/en/latest/core/userguide/>.

Display help and list subcommands:
pio {{[-h|--help]}}


Display help for a specific subcommand:
pio {{subcommand}} {{[-h|--help]}}


Display version:
pio --version

Code Snippets

Display help and list subcommands

pio {{[-h|--help]}}

Display help for a specific subcommand

pio {{subcommand}} {{[-h|--help]}}

Display version

pio --version

Context

tldr-pages: common/pio

Revisions (0)

No revisions yet.