1GH-SECRET-LIST(1)              GitHub CLI manual             GH-SECRET-LIST(1)
2
3
4

NAME

6       gh-secret-list - List secrets
7
8
9

SYNOPSIS

11       gh secret list [flags]
12
13
14

DESCRIPTION

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 or Dependabot within an orga‐
20       nization - user: available to Codespaces for your user
21
22
23

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

44       -R, --repo <[HOST/]OWNER/REPO>
45              Select another repository using the [HOST/]OWNER/REPO format
46
47
48

SEE ALSO

50       gh-secret(1)
51
52
53
54                                   Jun 2022                  GH-SECRET-LIST(1)
Impressum