|
|
| |
GH-REPO-LIST(1) |
GitHub CLI manual |
GH-REPO-LIST(1) |
gh-repo-list - List repositories owned by user or organization
gh repo list [<owner>] [flags]
- --archived
- Show only archived repositories
- --fork
- Show only forks
- -q, --jq <expression>
- Filter JSON output using a jq expression
- --json <fields>
- Output JSON with the specified fields
- -l, --language <string>
- Filter by primary coding language
- -L, --limit <int>
- Maximum number of repositories to list
- --no-archived
- Omit archived repositories
- --private
- Show only private repositories
- --public
- Show only public repositories
- --source
- Show only non-forks
- -t, --template <string>
- Format JSON output using a Go template
- --topic <string>
- Filter by topic
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |