profclems / glab

The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983
https://glab.readthedocs.io/
MIT License
2.08k stars 163 forks source link

List forks #994

Open cdlm opened 2 years ago

cdlm commented 2 years ago

Describe the feature or problem you'd like to solve I'd like to be able to list the forks of a repo.

Propose a Solution Add a --forks flag to the repo list subcommand introduced in #906 :

$ glab repo -R myself/foo-project list --forks
colleague/foo-project
contributor/foo-project
someone/renamed-foo

Additional context We use gitlab for teaching: students fork a template repo with the exercise boilerplate, commit on their fork. For grading we go through all forks of the template repo.

clemsbot commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. We haven't had the time to address it yet, but we want to keep it open. This message is just a reminder for us to help triage issues.