template-cli 0.4.4

CLI for templating based on JSON, YAML or HCL configuration
Documentation
1
2
3
4
5
empty: {% false | empty %}
empty: {% true | empty %}
toJson: {% true | toJson %}
negate: {% true | negate %}
negate: {% false | negate %}