Description
Translate concourse config from Dhall to YAML.
Description
Please see the README on GitHub at https://github.com/akshaymankar/dhall-fly#readme
README.md
dhall-fly
Tool to read concourse config written using dhall-concourse.
Installation
Using Homebrew
brew install akshaymankar/tap/dhall-fly
Copy the binary (only MacOS)
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.
From Hackage
cabal install dhall-fly
From source
- 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
.
Usage
fly -t <TARGET> set-pipeline -c <(dhall-fly <<< '/path/to/pipeline.dhall')