fly
Verified for current stable LTS
Fly Command: List Pipelines
Use for list pipelines with Fly. Exact CLI syntax to list pipelines using Fly.
When to use this: Use for list pipelines with Fly.
Command Syntax
fly -t <target_name> pipelines fly -t <target_name> pipelines Command Breakdown
-t- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list pipelines using Fly.
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
Fly Command: Authenticate And Save Concourse Target
fly -t <target_name> login -n <team_name> -c {https://ci.example.com} Fly Command: List Targets fly targets Fly Command: Upload Or Update Pipeline fly -t <target_name> set-pipeline -c <pipeline.yml> -p <pipeline_name> Fly Command: Unpause Pipeline fly -t <target_name> unpause-pipeline -p <pipeline_name> Fly Command: Show Pipeline Configuration fly -t <target_name> get-pipeline -p <pipeline_name>