@hackage dhall-fly0.1.0
Translate concourse config from Dhall to YAML
Installation
Dependencies (9)
- aeson >=1.4.5.0
- aeson-casing >=0.2.0.0
- base >=4.7 && <5
- dhall >=1.27.0 && <1.28
- scientific >=0.3.6.2
- text >=1.2.3.1 Show all…
Dependents (0)
dhall-fly 
Tool to read concourse config written using dhall-concourse.
Installation
- 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')