
pio-run
List of commands for pio-run:
-
pio-run:tldr:647a9 pio-run: Run the targets of a specified configuration file.$ pio run --project-conf ${path-to-platformio-ini}try on your machineexplain this command
-
pio-run:tldr:74663 pio-run: Run all targets of specified environments.$ pio run --environment ${environment1} --environment ${environment2}try on your machineexplain this command
-
pio-run:tldr:7923e pio-run: Run specified targets.$ pio run --target ${target1} --target ${target2}try on your machineexplain this command
-
pio-run:tldr:daed6 pio-run: List all available project targets.$ pio run --list-targetstry on your machineexplain this command
-
pio-run:tldr:f5356 pio-run: List all available project targets of a specific environment.$ pio run --list-targets --environment ${environment}try on your machineexplain this command