Command-line tool for processing Golang templates with data
Command-line Golang template processor
gomplate$ gomplate -f template.tmpl -d data=data.json$ echo 'Hello {{.name}}' | gomplate -d name=World$ gomplate -f config.tmpl -d env=env:// -o config.yaml