Is it possible to use yarn rw exec to execute scripts in subfolders within the scripts directory?
I have several scripts that are called from cronjobs. I’d like to create a directory scripts/jobs for those scripts, to separate them from my data import scripts.
But if I call, e.g., yarn rw exec jobs/updateActualRuns, I get an error:
No script called jobs/updateActualRuns in ./scripts folder.
Is this something Redwood supports, or could support in the future?