Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.12 KB

File metadata and controls

44 lines (33 loc) · 1.12 KB
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.

Synopsis

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]

Examples

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

Options

  -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.

Options inherited from parent commands

  -h, --help   Show help for this command.