-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Milestone
Description
I.e. users should be able to configure how task collections are loaded, from global or per-user config files, and have those serve as the defaults for --root, --collection etc.
This way users can easily set up a default set of tasks for invoke if they're not in a folder or tree containing a tasks.py.
It's possible this will require improving the loader process itself so there's a concept of default + override, since otherwise, anybody setting this kind of 'default tasks location' value might find it 'blocking' the current load behavior unintentionally. But hopefully we can simply leverage the regular ol' configuration hierarchy for this?