1GH-VARIABLE(1)                 GitHub CLI manual                GH-VARIABLE(1)
2
3
4

NAME

6       gh-variable - Manage GitHub Actions variables
7
8
9

SYNOPSIS

11       gh variable <command> [flags]
12
13
14

DESCRIPTION

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

AVAILABLE COMMANDS

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

OPTIONS

37       -R, --repo <[HOST/]OWNER/REPO>
38              Select another repository using the [HOST/]OWNER/REPO format
39
40
41

SEE ALSO

43       gh(1)
44
45
46
47                                   Nov 2023                     GH-VARIABLE(1)
Impressum