Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 947 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 947 Bytes

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