Popularity
4.1
Growing
Activity
0.0
Stable
4
4
1
Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.3.0
Add another 'Concourse' Package
README
dhall-fly
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
- Install stack: https://docs.haskellstack.org/en/stable/README/
- Clone this repository recursively
- Run
stack install
in the repository. This will installdhall-fly
binary in~/.local/bin
.
Usage
fly -t <TARGET> set-pipeline -c <(dhall-fly <<< '/path/to/pipeline.dhall')