Popularity
3.9
Declining
Activity
0.0
Stable
3
4
1

Monthly Downloads: 18
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: JSON     Yaml     Dhall     Concourse    
Latest version: v0.3.0
Add another 'Concourse' Package

README

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