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?
encounter a issue that task caching not working anymore.
echo 1
with sources
and generates
. and it's hash in .task/checksum/
doesn't change.
But it never consider up to date
and command always run.
I have same version task on debian and it's ok, but not working as expected on windows...is it possible to set vars in cmds?
how to apply `ignore` in source filter?
--watch
to restart my application. I'm using sources: ['**/*.py']
and this would include .venv
dir, which is third part library lives. Is there a way to exclude this from source?