Helper command for PlatformIO Remote Development.
pio remote [command]
takes the same arguments as its locally executing counterpartpio [command]
. More information: https://docs.platformio.org/en/latest/core/userguide/remote/index.html.
pio remote agent list
pio remote agent start --name agent_name --share example1@example.com --share example2@example.com
--agent
to specify all Agents):pio remote --agent agent_name1 --agent agent_name2 device list
pio remote --agent agent_name device monitor
pio remote --agent agent_name run
pio remote --agent agent_name update
pio remote --agent agent_name test