1GH-REPO-LIST(1)                GitHub CLI manual               GH-REPO-LIST(1)
2
3
4

NAME

6       gh-repo-list - List repositories owned by user or organization
7
8
9

SYNOPSIS

11       gh repo list [<owner>] [flags]
12
13
14

OPTIONS

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
49
50
51       --topic <string>
52              Filter by topic
53
54
55       --visibility <string>
56              Filter by repository visibility: {public|private|internal}
57
58
59

SEE ALSO

61       gh-repo(1)
62
63
64
65                                   Jun 2022                    GH-REPO-LIST(1)
Impressum