We should have an overarching CLI to do some of the main tasks of this app, including:
Running the API server (scl api)
Updating the database with automatically downloaded dumps from CourtListener (I have no idea)
Retraining the graph embeddings/rebuilding the network cache as a whole (scl embeddings train, scl cache rebuild)
This is a longer-term project as not all of the above-mentioned features even fully exist yet. But a CLI would be pretty convenient, and would make onboarding etc. much easier.
We should have an overarching CLI to do some of the main tasks of this app, including:
scl api
)scl embeddings train
,scl cache rebuild
)This is a longer-term project as not all of the above-mentioned features even fully exist yet. But a CLI would be pretty convenient, and would make onboarding etc. much easier.