List all available project targets of a specific environment

pio run

  • Run PlatformIO project targets.
    More information: <https://docs.platformio.org/en/latest/core/userguide/cmd_run.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

pio run --list-targets --environment {{environment}}

click the source code to copy