Last active
February 27, 2020 16:50
-
-
Save MatthewJDavis/79f8a69baf6d4ef8d213e4fcd30d28a3 to your computer and use it in GitHub Desktop.
Concourse fly commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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