table of contents
- bookworm-backports 1.33.0-1~bpo12+1
- testing 1.49.0-1+b1
- unstable 1.49.0-1+b2
glab(1) | glab(1) |
NAME¶
glab-variable-update - Update an existing project or group variable
SYNOPSIS¶
glab variable update [flags]
DESCRIPTION¶
Update an existing project or group variable
OPTIONS¶
-g, --group="" Set variable for a group
-m, --masked[=false] Whether the variable is masked
-p, --protected[=false] Whether the variable is protected
-s, --scope="" The environment_scope of the variable. All (), or specific environments
-t, --type="env_var" The type of a variable: {env_var|file}
-v, --value="" The value of a variable
OPTIONS INHERITED FROM PARENT COMMANDS¶
--help[=false] Show help for command
-R, --repo="" Select another repository using the OWNER/REPO or GROUP/NAMESPACE/REPO format or full URL or git URL
EXAMPLE¶
glab variable update WITH_ARG "some value" glab variable update FROM_FLAG -v "some value" glab variable update FROM_ENV_WITH_ARG "${ENV_VAR}" glab variable update FROM_ENV_WITH_FLAG -v"${ENV_VAR}" glab variable update FROM_FILE < secret.txt cat file.txt | glab variable update SERVER_TOKEN cat token.txt | glab variable update GROUP_TOKEN -g mygroup --scope=prod
SEE ALSO¶
Sep 2023 | Auto generated by spf13/cobra |