albertov / bake-dhall

Bakes a Helm-compatible manifest from a config file and a series of dhall files (for user with dhall-kubernetes)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bake-dhall

Evaluate a template dir:

bake-dhall evaluate -i examples/index.dhall -c examples/sampleConfig.json

Pack a template dir into a portable archive

bake-dhall pack -i examples/index.dhall -o packed.xz

Evaluate a packed archive dir:

bake-dhall unpack -i packed.xz -c examples/sampleConfig.json

About

Bakes a Helm-compatible manifest from a config file and a series of dhall files (for user with dhall-kubernetes)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%