cuddle/examples/templates/scripts/test_render_template.sh

7 lines
179 B
Bash
Raw Normal View History

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