pio-run
Verified for current stable LTS
Pio Run Command: List Available Targets Specific Environment
Use for list available targets specific environment with Pio Run. Exact CLI syntax to list available targets specific environment using Pio Run.
When to use this: Use for list available targets specific environment with Pio Run.
Command Syntax
pio run --list-targets -e <environment> pio run --list-targets -e <environment> Command Breakdown
--list-targets- Command Option
- Tool-specific option used by this command invocation.
-e- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list available targets specific environment 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: Run All Targets pio run Pio Run Command: Run Specified Targets pio run -t <target1> -t <target2> Pio Run Command: Run Targets From Configuration File pio run -c <path/to/platformio.ini> Pio Run Command: Run Targets Specific Environments pio run -e <environment1> -e <environment2>