Follow on from #942
We have a use-case where we would like to use "dynamic" variables as part of the path for an included Taskfile.
e.g.
---
version: "3"
vars:
MODULE_NAME:
sh: jq -r .module_name cookiecutter.json
includes:
# Support running tasks defined in the generated template module
generated:
taskfile: './cookiecutter-temp/{{ .MODULE_NAME }}'
dir: './cookiecutter-temp/{{ .MODULE_NAME }}'
optional: true
Note that #943 added support for "static" variables, this ask is specifically for dynamic variable support.
Also see #942 (comment)
Follow on from #942
We have a use-case where we would like to use "dynamic" variables as part of the path for an included Taskfile.
e.g.
Note that #943 added support for "static" variables, this ask is specifically for
dynamicvariable support.Also see #942 (comment)