| title | `glab config set` |
|---|---|
| stage | Create |
| group | Code Review |
| info | To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments> |
Updates configuration with the value of a given key.
Update the configuration by setting a key to a value. Use 'glab config set --global' to set a global config. Specifying the '--host' flag also saves in the global configuration file.
glab config set <key> <value> [flags]
glab config set editor vim
glab config set token xxxxx --host gitlab.com
glab config set check_update false --global -g, --global Write to global '~/.config/glab-cli/config.yml' file rather than the repository's '.git/glab-cli/config.yml' file.
--host string Set per-host setting.
-h, --help Show help for this command.