| title | `glab config edit` |
|---|---|
| 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> |
Opens the glab configuration file.
Opens the glab configuration file. The command uses the following order when choosing the editor to use:
- 'glab_editor' field in the configuration file
- 'VISUAL' environment variable
- 'EDITOR' environment variable
glab config edit [flags]
# Open the configuration file with the default editor
glab config edit
# Open the configuration file with vim
EDITOR=vim glab config edit
# Set vim to be used for all future 'glab config edit' invocations
glab config set editor vim
glab config edit
# Open the local configuration file with the default editor
glab config edit -l -l, --local Open '.git/glab-cli/config.yml' file instead of the global '~/.config/glab-cli/config.yml' file.
-h, --help Show help for this command.