Allow interpolation in task names when calling another task? #410
Labels
good first issue
Issues that are good for first-time contributors to pick up.
help wanted
Issues that could benefit from members of the community contributing their expertise or experience.
Hello, I am struggling to resolve task name based on variable
Having 2 different modes of task execution, and would like to support them both without making commands complicated
For this reason, tried to either separate the tasks into different include files,
or just create another tasks and then try to call them by name with variable expansion
Nothing works
Want, for example, to support local environment to work both with docker and minikube, and bring up the desired env according to env param.
Is this supported? What I am missing here?
The text was updated successfully, but these errors were encountered: