gh-repo-list - Man Page

List repositories owned by user or organization

Synopsis

gh repo list [<owner>] [flags]

Description

List repositories owned by a user or organization.

Note that the list will only include repositories owned by the provided argument, and the --fork or --source flags will not traverse ownership boundaries. For example, when listing the forks in an organization, the output would not include those owned by individual users.

Options

--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> (default 30)

Maximum number of repositories to list

--no-archived

Omit archived repositories

--source

Show only non-forks

-t, --template <string>

Format JSON output using a Go template; see "gh help formatting"

--topic <strings>

Filter by topic

--visibility <string>

Filter by repository visibility: {public|private|internal}

See Also

gh-repo(1)

Referenced By

gh-repo(1).

Mar 2024 GitHub CLI manual