Let's get rid of sr-data and sr-train scripts from justfile. We should replace them with proper, more testable CLI steps (like Mojos in Maven). It can be placed in sr-cli, and used like this:
sr --steps pulls,filter,workflows,junit
It is equivalent to:
cd sr-data && poetry poe pipeline --representation resources/pipeline.json --steps pulls,filter,workflows,junit --pipes "../steps.txt" --out "../files.txt"
Let's place this cli instead of sr-detector directory.
Let's get rid of
sr-dataandsr-trainscripts fromjustfile. We should replace them with proper, more testable CLI steps (like Mojos in Maven). It can be placed insr-cli, and used like this:It is equivalent to:
Let's place this cli instead of
sr-detectordirectory.