Is your feature request related to a problem? Please describe.
Multiple job files can only be used with --jobs in CLI while there is no corresponding config.yaml directive.
Describe the solution you'd like.
--jobs (and possibly --hooks) should also be supported as a config.yaml directive.
Another, somewhat more thorough, but a minimalistic solution, is to move jobs.yaml into a (sub)directory - from which all files are (recursively) included by default. --jobs (and --hooks) could be repurposed for specifying the directories (paths). Smart file specification could be removed entirely.
Is your feature request related to a problem? Please describe.
Multiple job files can only be used with
--jobsin CLI while there is no correspondingconfig.yamldirective.Describe the solution you'd like.
--jobs(and possibly--hooks) should also be supported as aconfig.yamldirective.Another, somewhat more thorough, but a minimalistic solution, is to move
jobs.yamlinto a (sub)directory - from which all files are (recursively) included by default.--jobs(and--hooks) could be repurposed for specifying the directories (paths). Smart file specification could be removed entirely.