@hackage dhall-fly0.1.0

Translate concourse config from Dhall to YAML

dhall-fly Build Status

Tool to read concourse config written using dhall-concourse.

Installation

  1. Install stack: https://docs.haskellstack.org/en/stable/README/
  2. Clone this repository recursively
  3. Run stack install in the repository. This will install dhall-fly binary in ~/.local/bin.

Usage

fly -t <TARGET> set-pipeline -c <(dhall-fly <<< '/path/to/pipeline.dhall')