Forrest logo
back to context overview

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 machine
    explain this command
  • pio-run:tldr:74663 pio-run: Run all targets of specified environments.
    $ pio run --environment ${environment1} --environment ${environment2}
    try on your machine
    explain this command
  • pio-run:tldr:7923e pio-run: Run specified targets.
    $ pio run --target ${target1} --target ${target2}
    try on your machine
    explain this command
  • pio-run:tldr:d5982 pio-run: Run all targets.
    $ pio run
    try on your machine
    explain this command
  • pio-run:tldr:daed6 pio-run: List all available project targets.
    $ pio run --list-targets
    try on your machine
    explain 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 machine
    explain this command
back to context overview