Template

CLI for templating based on JSON, YAML or HCL configuration.

Installation

Install with shell cargo install template-cli

Usage

template --template ./path/to/template.template --configuration ./path/to/configuration.json

Show the usage information with the --help option: template --help which outputs: ```text CLI for templating based on JSON, YAML or HCL configuration

Usage: template [OPTIONS] --template