Skip to content

Instantly share code, notes, and snippets.

@MatthewJDavis
Last active February 27, 2020 16:50
Show Gist options
  • Select an option

  • Save MatthewJDavis/79f8a69baf6d4ef8d213e4fcd30d28a3 to your computer and use it in GitHub Desktop.

Select an option

Save MatthewJDavis/79f8a69baf6d4ef8d213e4fcd30d28a3 to your computer and use it in GitHub Desktop.
Concourse fly commands
#Login / change team
fly -t qa login -n main
#Unpause pipelines
fly -t qa unpause-pipeline -p matttestdb
#View jobs
fly -t qa jobs -p matttestdb
#Watch jobs output
fly -t qa watch -j matttestdb/deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment