ktmpl
v0.0.2
Published
A command line tool for parsing mustache templates and replacing variables with environment variables
Downloads
4
Readme
ktmpl
Simple template utility to replace environment variables in a kubernetes yaml file.
Under the covers it's just using Mustache so it could be used for any templates not just Kubernetes
Install:
npm install -g ktmpl
Usage:
VAR=value ktmpl template.yaml