gh-classroom
gh-classroom copied to clipboard
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.
### Description of the observed behaviour The two classrooms I created this semester are not showing up when I run the `clone` command but show up when I run the...
I'm new to GitHub classroom CLI. It worked flawlessly for the first two assignments, but the third and fourth assignments crash when I try to clone them using `gh classroom...
Currently there is no documentation specifying how to post to the API. We are students and need these endpoints in order to automate the creation of classrooms and assignments as...
**Describe the bug** Classroom CLI seems to show submission as **zero** while the Classroom webpage shows **Non zero** submissions. **Expected Behavior** Classroom CLI should show the same number of submissions...
Thanks for taking the time to fill out this out! :bow: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/github/gh-copilot/blob/main/CODE_OF_CONDUCT.md). ### What happened? _What did you do?...
I'm using the REST API. When I run: ``` gh api \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ '/assignments/XXXXXX/accepted_assignments?page=1&per_page=100' ``` where `XXXXXX` is an actual assignment ID, I...
## Proposed endpoint Add endpoints both get/put to mange the classroom roster. ## Justification This will allow roster management to be done on the cli instead of having to use...
Describe the bug When I use `gh classroom clone student-repos` not all the assignments in my classroom are visible Steps to reproduce the behavior 1. Created a new assignment. 2....
**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"...
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...