/dhall-fly

fly with dhall. Not to be confused with dal-tadka

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

dhall-fly

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