1GH-SECRET-LIST(1) GitHub CLI manual GH-SECRET-LIST(1)
2
3
4
6 gh-secret-list - List secrets
7
8
9
11 gh secret list [flags]
12
13
14
16 List secrets on one of the following levels: - repository (default):
17 available to Actions runs or Dependabot in a repository - environment:
18 available to Actions runs for a deployment environment in a repository
19 - organization: available to Actions runs, Dependabot, or Codespaces
20 within an organization - user: available to Codespaces for your user
21
22
23
25 -a, --app <string>
26 List secrets for a specific application: {actions|codespaces|de‐
27 pendabot}
28
29
30 -e, --env <string>
31 List secrets for an environment
32
33
34 -o, --org <string>
35 List secrets for an organization
36
37
38 -u, --user
39 List a secret for your user
40
41
42
44 -R, --repo <[HOST/]OWNER/REPO>
45 Select another repository using the [HOST/]OWNER/REPO format
46
47
48
50 gh-secret(1)
51
52
53
54 Jan 2023 GH-SECRET-LIST(1)