1GH-VARIABLE-LIST(1) GitHub CLI manual GH-VARIABLE-LIST(1)
2
3
4
6 gh-variable-list - List variables
7
8
9
11 gh variable list [flags]
12
13
14
16 List variables 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
21
22
23
25 -e, --env <string>
26 List variables for an environment
27
28
29 -o, --org <string>
30 List variables for an organization
31
32
33
35 -R, --repo <[HOST/]OWNER/REPO>
36 Select another repository using the [HOST/]OWNER/REPO format
37
38
39
41 gh-variable(1)
42
43
44
45 Oct 2023 GH-VARIABLE-LIST(1)