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 installin the repository. This will installdhall-flybinary in~/.local/bin.
fly -t <TARGET> set-pipeline -c <(dhall-fly <<< '/path/to/pipeline.dhall')