gh repo deploy-key list

列出 GitHub 仓库中的部署密钥

gh repo deploy-key list [flags]

选项

-q, --jq <expression>
使用 jq 表达式过滤 JSON 输出
--json <fields>
输出包含指定字段的 JSON
-t, --template <string>
使用 Go 模板格式化 JSON 输出;请参阅“gh help formatting”

从父命令继承的选项

-R, --repo <[HOST/]OWNER/REPO>
使用 [HOST/]OWNER/REPO 格式选择另一个仓库

别名

gh repo deploy-key ls

JSON 字段

createdAt, id, key, readOnly, title

另请参阅