Jazz CLI is a command-line interface for Jazz templating engine.
This is handy when you need to merge a set of parameters into a template via command-line.
npm install -g jazz-cli
Create a JSON file containing the parameters, and a Jazz file containing the template.
Merge the parameters into the template:
jazz-cli merge path/to/params.json path/to/template.jazz
Build reports: