LinuxCommandLibrary

pio-remote

enables remote development with PlatformIO

TLDR

Start remote agent
$ pio remote agent start
copy
List remote devices
$ pio remote device list
copy
Build and upload remotely
$ pio remote run --target upload
copy
Open remote serial monitor
$ pio remote device monitor
copy

SYNOPSIS

pio remote command [options]

DESCRIPTION

pio remote enables remote development with PlatformIO. Run builds and uploads on remote machines with connected hardware. Requires PlatformIO account and running remote agent.

PARAMETERS

agent action

Manage remote agent (start, list).
device action
Remote device operations.
run
Run remote build/upload.
test
Run remote tests.
-a, --agent name
Target specific agent.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard