Manpage logo

glab-config-set - Updates configuration with the value of a given key.

NAME  SYNOPSIS  DESCRIPTION  OPTIONS  OPTIONS INHERITED FROM PARENT COMMANDS  EXAMPLE  SEE ALSO 

NAME

glab-config-set - Updates configuration with the value of a given key.

SYNOPSIS

glab config set [flags]

DESCRIPTION

Update the configuration by setting a key to a value. Use ’glab config set --global’ to set a global config. Specifying the ’--hostname’ flag also saves in the global configuration file.

OPTIONS

-g, --global[=false]

Write to global ’˜/.config/glab-cli/config.yml’ file rather than the repository’s ’.git/glab-cli/config.yml’ file.

--host=""

Set per-host setting.

OPTIONS INHERITED FROM PARENT COMMANDS

-h, --help[=false]

Show help for this command.

EXAMPLE

- glab config set editor vim
- glab config set token xxxxx -h gitlab.com
- glab config set check_update false --global

SEE ALSO

glab-config(1)


Updated 2026-06-01 - jenkler.se | uex.se