Skip to content

replace just scripts with sr CLI steps #324

Description

@h1alexbel

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions