Leon
Static context issues
As I understand it, once a task command is executed, its environment context cannot be changed. This means I can't set a global variable from a task, which introduces difficulties when running tasks that install software, update $PATH, or modify other environment variables.
I'm not sure what the workaround could be at this point. However, my main point is that it would be very helpful to have a shared environment between tasks.
2 replies
Path to Taskfile from environment variable
It would be great to have the option to set the path to the Taskfile using an environment variable. This would be particularly useful in scenarios where the Taskfile is not located in the default path (e.g., Taskfile.yaml), allowing us to avoid specifying the path each time.
3 replies