< Cli < ref

mw gitlab config set

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 if you want to set a global config. Specifying the –hostname flag also saves in the global config file

mw gitlab config set <key> <value> [flags]

Examples

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

Options

  -g, --global        write to global ~/.config/glab-cli/config.yml file rather than the repository .glab-cli/config/config
  -h, --host string   Set per-host setting

Options inherited from parent commands

      --help             Help for this command
      --no-interaction   Do not ask any interactive questions
  -v, --verbose count    Increase output verbosity. Example: --verbose=2 or -vv

SEE ALSO

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.