Qarik-Group / concourse-tutorial

Learn to use https://concourse-ci.org with this linear sequence of tutorials. Learn each concept that builds on the previous concept.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect syntax in tutorial

joblini opened this issue · comments

There is a syntax error in the Fly Help section of the Introduction to Concourse tutorial.

https://concoursetutorial.com/#fly-help

Using option long forms as in the fly login command above, makes the command line hard to read, so we will use the short option forms in the remainder of this tutorial. Here is the login command again using the short option names.

fly -t tutorial login --c http://127.0.0.1:8080 -u admin -p admin

--c should be -c (single dash)