Start a new Remote Agent with a specific name and share it with friends

pio remote

  • Helper command for PlatformIO Remote Development.
    `pio remote [command]` takes the same arguments as its locally executing counterpart `pio [command]`.
    More information: <https://docs.platformio.org/en/latest/core/userguide/remote/index.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

pio remote agent start --name {{agent_name}} --share {{[email protected]}} --share {{[email protected]}}

click the source code to copy