commands.sh

fly

all

Tool for concourse-ci.

More info →

Options (5)

-t, --targetboolean

Authenticate 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-nameboolean

Authenticate 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-urlboolean

Authenticate 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, --configboolean

Upload or update a pipeline

Example: fly {{[-t|--target]}} {{target_name}} set-pipeline {{[-c|--config]}} {{pipeline.yml}} {{[-p|--pipeline]}} {{pipeline_name}}
-p, --pipelineboolean

Upload 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

fly [-t|--target] target_name login [-n|--team-name] team_name [-c|--concourse-url] https://ci.example.com

List targets

fly targets

List pipelines

fly [-t|--target] target_name pipelines

Upload or update a pipeline

fly [-t|--target] target_name set-pipeline [-c|--config] pipeline.yml [-p|--pipeline] pipeline_name

Unpause pipeline

fly [-t|--target] target_name unpause-pipeline [-p|--pipeline] pipeline_name

Show pipeline configuration

fly [-t|--target] target_name get-pipeline [-p|--pipeline] pipeline_name

Update local copy of fly

fly [-t|--target] target_name sync

Destroy pipeline

fly [-t|--target] target_name destroy-pipeline [-p|--pipeline] pipeline_name
made by @shridhargupta | data from tldr-pages