Tool to read concourse config written using dhall-concourse.
- Install stack: https://docs.haskellstack.org/en/stable/README/
- Clone this repository recursively
- Run
stack install
in the repository. This will installdhall-fly
binary in~/.local/bin
.
fly -t <TARGET> set-pipeline -c <(dhall-fly <<< '/path/to/pipeline.dhall')