spinup concourse and login
docker-compose up
fly -t lite login -c http://0.0.0.0:8080 # username: concourse, password: changeme
create pipeline.yml
vim pipeline.yml
try out!
fly -t lite set-pipeline -c pipeline.yml -p 03
fly -t lite unpause-pipeline -p 03 # by default pipelines creates paused
go to UI and click on plus to start pipeline