
fly
List of commands for fly:
-
fly:tldr:06f4f fly: Update local copy of fly.$ fly -t ${target_name} synctry on your machineexplain this command
-
fly:tldr:3cebf fly: Upload or update a pipeline.$ fly -t ${target_name} set-pipeline --config ${pipeline-yml} --pipeline ${pipeline_name}try on your machineexplain this command
-
fly:tldr:42a51 fly: List pipelines.$ fly -t ${target_name} pipelinestry on your machineexplain this command
-
fly:tldr:55524 fly: Unpause pipeline.$ fly -t ${target_name} unpause-pipeline --pipeline ${pipeline_name}try on your machineexplain this command
-
fly:tldr:a21bf fly: Authenticate with and save concourse target.$ fly --target ${target_name} login --team-name ${team_name} -c ${https:--ci-example-com}try on your machineexplain this command
-
fly:tldr:ed4f4 fly: Show pipeline configuration.$ fly -t ${target_name} get-pipeline --pipeline ${pipeline_name}try on your machineexplain this command
-
fly:tldr:f2a43 fly: Destroy pipeline.$ fly -t ${target_name} destroy-pipeline --pipeline ${pipeline_name}try on your machineexplain this command