Forrest logo
back to context overview

fly

List of commands for fly:

  • fly:tldr:06f4f fly: Update local copy of fly.
    $ fly -t ${target_name} sync
    try on your machine
    explain 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 machine
    explain this command
  • fly:tldr:42a51 fly: List pipelines.
    $ fly -t ${target_name} pipelines
    try on your machine
    explain this command
  • fly:tldr:55524 fly: Unpause pipeline.
    $ fly -t ${target_name} unpause-pipeline --pipeline ${pipeline_name}
    try on your machine
    explain 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 machine
    explain this command
  • fly:tldr:c746c fly: List targets.
    $ fly targets
    try on your machine
    explain this command
  • fly:tldr:ed4f4 fly: Show pipeline configuration.
    $ fly -t ${target_name} get-pipeline --pipeline ${pipeline_name}
    try on your machine
    explain this command
  • fly:tldr:f2a43 fly: Destroy pipeline.
    $ fly -t ${target_name} destroy-pipeline --pipeline ${pipeline_name}
    try on your machine
    explain this command
back to context overview