dhall-fly: Translate concourse config from Dhall to YAML

[ bsd3, concourse, dhall, json, library, program, yaml ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.3.0
Change log ChangeLog.md
Dependencies aeson (>=1.4.5.0), aeson-casing (>=0.2.0.0), aeson-yaml (>=1.0.3.0), base (>=4.7 && <5), bytestring (>=0.10.8.2), dhall (>=1.28.0 && <1.29), dhall-fly, dhall-json (>=1.6.0 && <1.7), optparse-applicative, ordered-containers (>=0.2.2), scientific (>=0.3.6.2), text (>=1.2.3.1), transformers (>=0.5.6.2), unordered-containers (>=0.2.10.0), vector (>=0.12.0.3) [details]
License BSD-3-Clause
Copyright Akshay Mankar
Author Akshay Mankar
Maintainer itsakshaymankar@gmail.com
Category Concourse, YAML, JSON, Dhall
Home page https://github.com/akshaymankar/dhall-fly#readme
Bug tracker https://github.com/akshaymankar/dhall-fly/issues
Source repo head: git clone https://github.com/akshaymankar/dhall-fly
Uploaded by axeman at 2019-12-06T11:53:21Z
Distributions
Executables dhall-fly
Downloads 2075 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-12-06 [all 1 reports]

Readme for dhall-fly-0.2.2

[back to package description]

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