cuddle/examples/templates/scripts/test_render_template.sh

7 lines
183 B
Bash
Raw Normal View History

2022-08-14 20:19:29 +02:00
#!/bin/bash
CUDDLE_FETCH_POLICY=never cuddle_cli render_template \
--template-file "$TMP/input.txt.tmpl" \
--destination "$TMP/input.txt" \
--extra-var "extravar=someextravar"