pio-run
Verified for current stable LTS
Pio Run Command: Run Targets From Configuration File
Use for run targets from configuration file with Pio Run. Exact CLI syntax to run targets from configuration file using Pio Run.
When to use this: Use for run targets from configuration file with Pio Run.
Command Syntax
pio run -c <path/to/platformio.ini> pio run -c <path/to/platformio.ini> Command Breakdown
-c- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run targets from configuration file using Pio Run.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pio Run Command: List Available Project Targets
pio run --list-targets Pio Run Command: List Available Targets Specific Environment pio run --list-targets -e <environment> Pio Run Command: Run All Targets pio run Pio Run Command: Run Specified Targets pio run -t <target1> -t <target2> Pio Run Command: Run Targets Specific Environments pio run -e <environment1> -e <environment2>