Open
Description
Type of feature
🍕 Feature
Current behavior
Right now, if someone wants to source all their repos within a single git repository, they'd need to do it one by one.
Suggested solution
It'd be great if there was the ability to iterate all repos in a github org and source them all at once.
The /bake
route can stay the same, but we could add a member to the posted data that denotes a github org. Maybe something like:
curl -d '{"org":"https://github.com/open-sauced"}' \
-H "Content-Type: application/json" \
-X POST http://localhost:8080/bake
Open to other suggestions on how this could be tackled as well!
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Contributing Docs
- I agree to follow this project's Contribution Docs
Activity