Tool to read concourse config written using dhall-concourse.
brew install akshaymankar/tap/dhall-fly
Go to Releases Page, download the dhall-fly-<version>-darwin.tgz
, use the binary inside.
Note: This is only tested on Mojave, should work on Catalina.
cabal install dhall-fly
- 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')