Skip to content

Instantly share code, notes, and snippets.

@VireshDoshi
Last active March 8, 2018 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VireshDoshi/ca691cedbdca0111b4230b0a455e2227 to your computer and use it in GitHub Desktop.
Save VireshDoshi/ca691cedbdca0111b4230b0a455e2227 to your computer and use it in GitHub Desktop.
commands to run a concourse pipeline
$ fly -t lite login -c http://localhost:8082
$ fly -t lite set-pipeline -p hello -c hello.yml
$ fly -t lite unpause-pipeline -p hello
$ fly -t lite pipelines
$ fly -t lite tj -j hello/hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment