1GH-VARIABLE-DELETE(1) GitHub CLI manual GH-VARIABLE-DELETE(1)
2
3
4
6 gh-variable-delete - Delete variables
7
8
9
11 gh variable delete <variable-name> [flags]
12
13
14
16 Delete a variable on one of the following levels: - repository (de‐
17 fault): available to Actions runs or Dependabot in a repository - envi‐
18 ronment: available to Actions runs for a deployment environment in a
19 repository - organization: available to Actions runs or Dependabot
20 within an organization
21
22
23
25 -e, --env <string>
26 Delete a variable for an environment
27
28
29 -o, --org <string>
30 Delete a variable 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 Nov 2023 GH-VARIABLE-DELETE(1)