-
Notifications
You must be signed in to change notification settings - Fork 629
added click support for local repo ingestion #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you very much for that contribution, I'll take a look in the details but I'm willing to merge this asap |
For my client they have private repos so having a command line option lets them use the core functionality. I hope others find it useful. |
Pushed a small change to make the cli more shell-script friendly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great if naming was consistent with the rest of the code (smr=summary qry=query) otherwise it looks good for a first version of the CLI
Can you edit the readme to explain usage? If not I can do it myself
Finally had time to try this out, it's merged now, thank you for your contribution |
This reverts commit bb23af2.
It would be nice to have the ability to run the ingestion against a local repository as a command-line script so offering this to the main repo.