glab-config-set - Man Page
Updates configuration with the value of a given key.
Synopsis
glab config set [flags]
Description
Use glab config set --global to write to the global configuration. Specifying the --host flag also saves to 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 --host gitlab.com glab config set check_update false --global
See Also
Referenced By
Jun 2026 Auto generated by spf13/cobra