1GH-VARIABLE(1) GitHub CLI manual GH-VARIABLE(1)
2
3
4
6 gh-variable - Manage GitHub Actions variables
7
8
9
11 gh variable <command> [flags]
12
13
14
16 Variables can be set at the repository, environment or organization
17 level for use in GitHub Actions or Dependabot. Run "gh help variable
18 set" to learn how to get started.
19
20
21
23 gh-variable-delete(1)
24 Delete variables
25
26
27 gh-variable-list(1)
28 List variables
29
30
31 gh-variable-set(1)
32 Create or update variables
33
34
35
37 -R, --repo <[HOST/]OWNER/REPO>
38 Select another repository using the [HOST/]OWNER/REPO format
39
40
41
43 gh(1)
44
45
46
47 Oct 2023 GH-VARIABLE(1)