fly
Verified for current stable LTS
Fly Commands
Fly command syntax with verified terminal examples.
Commands
8 commands for Fly
fly HTTP
Fly Command: Authenticate And Save Concourse Target
fly -t <target_name> login -n <team_name> -c {https://ci.example.com} fly HTTP
Fly Command: Destroy Pipeline
fly -t <target_name> destroy-pipeline -p <pipeline_name> fly HTTP
Fly Command: List Pipelines
fly -t <target_name> pipelines fly HTTP
Fly Command: List Targets
fly targets fly HTTP
Fly Command: Show Pipeline Configuration
fly -t <target_name> get-pipeline -p <pipeline_name> fly HTTP
Fly Command: Unpause Pipeline
fly -t <target_name> unpause-pipeline -p <pipeline_name> fly HTTP
Fly Command: Update Local Copy Of Fly
fly -t <target_name> sync fly HTTP
Fly Command: Upload Or Update Pipeline
fly -t <target_name> set-pipeline -c <pipeline.yml> -p <pipeline_name> Suggest a Fly Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Fly workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.