Command line tool for concourse-ci.
fly --target {{target_name}} login --team-name {{team_name}} -c {{https://ci.example.com}}
fly targets
fly -t {{target_name}} pipelines
fly -t {{target_name}} set-pipeline --config {{pipeline.yml}} --pipeline {{pipeline_name}}
fly -t {{target_name}} unpause-pipeline --pipeline {{pipeline_name}}
fly -t {{target_name}} get-pipeline --pipeline {{pipeline_name}}
fly -t {{target_name}} sync
fly -t {{target_name}} destroy-pipeline --pipeline {{pipeline_name}}