go-template-cli
go-template-cli copied to clipboard
render json, yaml & toml with go templates, from the command line
I am using {{ include "some bad file.tmpl" . }} in a template, and when the file doesn't exist, it just silently adds nothing. I would love an option or...
This requires pull request on treasure-map to be merged https://github.com/bluebrown/treasure-map/pull/1 This could be made into a cli option, but I would highly recommend fatal error by default.
Dear Nico, one more idea I would like to raise. I thought of this use case: ~~~sh cat /env/default/values.yaml /env/production/values.yaml | tpl -d yaml -f template.gotmpl ~~~ At the moment,...
Hi Nico, thank you very much for this tool. I need to generate some more files that `helmfile` can do and I can reuse most of the concepts thanks to...