What environment anad shell are task commands executed in?
Continue on error
dotnev variable value calculation
yaml formatted data
Precondition with OR does not work
Using sh to generate a map?
sh:
into a map. This would allow me to create complex tasks or scripts that generate valid JSON for consumption by task
(something I already do regularly for GitHub Actions matrixes).
For instance:
```yaml...Required input does not prevent dependencies from running and dependencies do not share variables
How to use for loop with filenames containing spaces?
Blocking Task?
Should the 'generates' folders be automatically excluded from 'sources' evaluaton?
Static context issues
Path to Taskfile from environment variable
Running task fails in git hooks
is there a way to give required variables check in the root level similar to the task level?
how task kill process?
Looking for advice - Rendering template files
sources with wildcards, can I run the command only for the modified files?
*.plantuml
files I have. Is there a way to only run it for the files that actually changed?
```yaml
tasks:
build:...Referencing parent tasks
:
when calling the task:
```yaml...Working out why a task with sources and generates is considered up to date
commands composition?