1GH-REPO-LIST(1) GitHub CLI manual GH-REPO-LIST(1)
2
3
4
6 gh-repo-list - List repositories owned by user or organization
7
8
9
11 gh repo list [<owner>] [flags]
12
13
14
16 --archived
17 Show only archived repositories
18
19
20 --fork Show only forks
21
22
23 -q, --jq <expression>
24 Filter JSON output using a jq expression
25
26
27 --json <fields>
28 Output JSON with the specified fields
29
30
31 -l, --language <string>
32 Filter by primary coding language
33
34
35 -L, --limit <int>
36 Maximum number of repositories to list
37
38
39 --no-archived
40 Omit archived repositories
41
42
43 --source
44 Show only non-forks
45
46
47 -t, --template <string>
48 Format JSON output using a Go template; see "gh help formatting"
49
50
51 --topic <strings>
52 Filter by topic
53
54
55 --visibility <string>
56 Filter by repository visibility: {public|private|internal}
57
58
59
61 gh-repo(1)
62
63
64
65 Jan 2023 GH-REPO-LIST(1)