fly
Verified for current stable LTS
Fly Command: Upload Or Update Pipeline
Use for upload or update pipeline with Fly. Exact CLI syntax to upload or update pipeline using Fly.
When to use this: Use for upload or update pipeline with Fly.
Command Syntax
fly -t <target_name> set-pipeline -c <pipeline.yml> -p <pipeline_name> fly -t <target_name> set-pipeline -c <pipeline.yml> -p <pipeline_name> Command Breakdown
-t- Command Option
- Tool-specific option used by this command invocation.
-c- Command Option
- Tool-specific option used by this command invocation.
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to upload or update pipeline 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: Destroy Pipeline fly -t <target_name> destroy-pipeline -p <pipeline_name> Fly Command: List Pipelines fly -t <target_name> pipelines Fly Command: List Targets fly targets Fly Command: Show Pipeline Configuration fly -t <target_name> get-pipeline -p <pipeline_name>