gh repo list [owner]
List repositories owned by user or organization.
For more information about output formatting flags, see 'gh help formatting'
Arguments
Options
Name | Description |
---|
--visibility <visibility> | Filter repositories by visibility |
--archived | Show only archived repositories |
--fork | Show only forked repositories |
-l, --language | Filter by primary coding language |
-L, --limit <string> | Maximum number of repositories to list (default 30) |
--no-archived | Omit archived repositories |
--source | Show only non-forks |
-q, --jq | Filter JSON output using a jq expression |
--json | Output JSON with the specified fields |
-t, --template | Format JSON output using a Go template |
--topic <topic> | Filter by topic |
--private | Show only private repositories |
--public | Show only public repositories |