github / gh-classroom

GitHub Classroom CLI Extension is a powerful and easy-to-use command line tool that enhances the functionality of the GitHub CLI, specifically tailored for educators using GitHub Classroom.
MIT License
82 stars 13 forks source link

clone student-repos does not clone all of the repos #12

Closed girodg closed 11 months ago

girodg commented 1 year ago

The assignment has 93 students but the command "clone student-repos" only clones 30 of the 93 repos.

girodg commented 1 year ago

I see now that someone else entered a similar issue. [https://github.com/github/gh-classroom/issues/4]

RyanHecht commented 11 months ago

You can use the --per-page and --page flags of clone student-repos to pull more than 30 assignments per page and view other pages! Another user is also working on a clone-all option that should be coming soon!