[Feature Request] Global dependency #1160
paulo-raca
started this conversation in
Ideas
Replies: 1 comment
-
Feel free to open an issue to track this. You're basically asking for #294, but via a global Also related:
I think this is different to either of those though since you're talking about a task that does some external setup rather than one that runs as a hook before each command (i.e. to configure some shell env etc) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, and thanks for this great project.
My current project has a lot of different tasks, and all of them depend on some common setup action/checks, like "checking that required tools are installed", etc. E.g.,
Instead of adding this as a dependency everywhere (easy to forget), It would be nice if we could mark it as global dependency, either using a special task name or a flag.
tasks:
setup: # Special task name
deps: [verify_tools]
Beta Was this translation helpful? Give feedback.
All reactions