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
75 stars 12 forks source link

Clone, pull, and get status of a specific student on an assignment #55

Open nuke-web3 opened 8 months ago

nuke-web3 commented 8 months ago

Is your feature request related to a problem? Please describe.

I want to clone and pull for a specific user, not just a (effectively random) set of students per "page" of an assignment.

Describe the solution you'd like A single CLI command that could print the status or, clone, or pull the submission for a specific student on an assignment.

Describe alternatives you've considered Use the bulk commands and prune to what I need, or use the webapp to find the student in question.

Additional context I am looking to wrap the CLI tool here into a more featureful CLI for my own specific needs and the more CLI arg nuances I can get the better :grin:. Machine readable output like JSON would be great too in this case.