gh secret list

gh secret list [flags]

列出机密,有下面这几个级别:

  • repository(默认):可用于 存储库
  • environment:部署环境的操作
  • organization:组织内
  • user:代码空间

Options

-e, --env <string>
环境的机密
-o, --org <string>
组织的机密
-u, --user
用户的机密

Options inherited from parent commands

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

See also