gh repo list

列出用户或组织,拥有的存储库

gh repo list [<owner>] [flags]

Options

--archived
仅展示存档的存储库
--fork
仅展示副本存储库
-q, --jq <expression>
jq 表达式,过滤 JSON 输出
--json <fields>
JSON 输出特殊字段
-l, --language <string>
主编程语言的过滤
-L, --limit <int>
Maximum number of repositories to list
--no-archived
不要存档的存储库
--private
仅展示私有存储库
--public
仅展示公开的存储库
--source
仅展示非副本的存储库
-t, --template <string>
模板化输出
--topic <string>
标题主题的过滤

See also