dhall-fly: Translate concourse config from Dhall to YAML

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/akshaymankar/dhall-fly#readme


[Skip to Readme]

Properties

Versions 0.1.0, 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.27.0 && <1.28), dhall-fly, dhall-json (>=1.5.0 && <1.6), 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-11-03T18:27:18Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for dhall-fly-0.1.0

[back to package description]

dhall-fly Build Status

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