logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

glab-variable-update - Update an existing variable for a project or group.

Description

       Update an existing variable for a project or group.

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

Name

       glab-variable-update - Update an existing variable for a project or group.

Options

-g, --group=""      Set variable for a group.

       -m, --masked[=false]      Whether the variable is masked.

       -p, --protected[=false]      Whether the variable is protected.

       -r, --raw[=false]      Whether the variable is treated as a raw string.

       -s, --scope=""Theenvironment_scopeofthevariable.Values: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 this command.

       -R,  --repo=""       Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO format.
       Also accepts full URL or Git URL.

See Also

glab-variable(1)

Auto generated by spf13/cobra                       Nov 2024                                             glab(1)

Synopsis

glabvariableupdate[flags]

See Also