Options (5)
-t, --targetbooleanAuthenticate with and save concourse target
Example:
fly {{[-t|--target]}} {{target_name}} login {{[-n|--team-name]}} {{team_name}} {{[-c|--concourse-url]}} {{https://ci.example.com}}-n, --team-namebooleanAuthenticate with and save concourse target
Example:
fly {{[-t|--target]}} {{target_name}} login {{[-n|--team-name]}} {{team_name}} {{[-c|--concourse-url]}} {{https://ci.example.com}}-c, --concourse-urlbooleanAuthenticate with and save concourse target
Example:
fly {{[-t|--target]}} {{target_name}} login {{[-n|--team-name]}} {{team_name}} {{[-c|--concourse-url]}} {{https://ci.example.com}}-c, --configbooleanUpload or update a pipeline
Example:
fly {{[-t|--target]}} {{target_name}} set-pipeline {{[-c|--config]}} {{pipeline.yml}} {{[-p|--pipeline]}} {{pipeline_name}}-p, --pipelinebooleanUpload or update a pipeline
Example:
fly {{[-t|--target]}} {{target_name}} set-pipeline {{[-c|--config]}} {{pipeline.yml}} {{[-p|--pipeline]}} {{pipeline_name}}Examples (8)
Authenticate with and save concourse target
List targets
fly targetsList pipelines
fly [-t|--target] target_name pipelinesUpload or update a pipeline
fly [-t|--target] target_name set-pipeline [-c|--config] pipeline.yml [-p|--pipeline] pipeline_nameUnpause pipeline
fly [-t|--target] target_name unpause-pipeline [-p|--pipeline] pipeline_nameShow pipeline configuration
fly [-t|--target] target_name get-pipeline [-p|--pipeline] pipeline_nameDestroy pipeline
fly [-t|--target] target_name destroy-pipeline [-p|--pipeline] pipeline_namemade by @shridhargupta | data from tldr-pages