Scroll to navigation

GH-REPO-LIST(1) GitHub CLI manual GH-REPO-LIST(1)

NAME

gh-repo-list - 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

Show only archived repositories

Show only forks

Filter JSON output using a jq expression

Output JSON with the specified fields

Filter by primary coding language

Maximum number of repositories to list

Omit archived repositories

Show only non-forks

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

Filter by topic

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

ALIASES

gh repo ls

JSON FIELDS

archivedAt, assignableUsers, codeOfConduct, contactLinks, createdAt, defaultBranchRef, deleteBranchOnMerge, description, diskUsage, forkCount, fundingLinks, hasDiscussionsEnabled, hasIssuesEnabled, hasProjectsEnabled, hasWikiEnabled, homepageUrl, id, isArchived, isBlankIssuesEnabled, isEmpty, isFork, isInOrganization, isMirror, isPrivate, isSecurityPolicyEnabled, isTemplate, isUserConfigurationRepository, issueTemplates, issues, labels, languages, latestRelease, licenseInfo, mentionableUsers, mergeCommitAllowed, milestones, mirrorUrl, name, nameWithOwner, openGraphImageUrl, owner, parent, primaryLanguage, projects, projectsV2, pullRequestTemplates, pullRequests, pushedAt, rebaseMergeAllowed, repositoryTopics, securityPolicyUrl, squashMergeAllowed, sshUrl, stargazerCount, templateRepository, updatedAt, url, usesCustomOpenGraphImage, viewerCanAdminister, viewerDefaultCommitEmail, viewerDefaultMergeMethod, viewerHasStarred, viewerPermission, viewerPossibleCommitEmails, viewerSubscription, visibility, watchers

EXIT CODES

0: Successful execution

1: Error

2: Command canceled

4: Authentication required

NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information.

SEE ALSO

gh-repo(1)

Nov 2024 GitHub CLI v2.62.0