@hackage dhall-fly0.3.0
Translate concourse config from Dhall to YAML
Installation
Dependencies (11)
- aeson >=1.4.5.0
- aeson-casing >=0.2.0.0
- base >=4.7 && <5
- dhall >=1.29.0 && <1.30
- optparse-applicative >=0.14.3
- ordered-containers >=0.2.2 Show all…
Dependents (0)
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 installin the repository. This will installdhall-flybinary in~/.local/bin.
Usage
fly -t <TARGET> set-pipeline -c <(dhall-fly <<< '/path/to/pipeline.dhall')