@hackage dhall-fly0.3.0

Translate concourse config from Dhall to YAML

dhall-fly Build Status

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

  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')