logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

glab-config-set - Updates configuration with the value of a given key.

Description

       Update  the  configuration  by  setting a key to a value.  Use 'glab config set --global' to set a global
       config.  Specifying the '--hostname' flag also saves in the global configuration file.

Example

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

Name

       glab-config-set - Updates configuration with the value of a given key.

Options

-g,  --global[=false]       Write  to  global  '~/.config/glab-cli/config.yml'  file  rather   than   the
       repository's '.git/glab-cli/config.yml' file.

       -h, --host=""      Set per-host setting.

Options Inherited From Parent Commands

--help[=false]      Show help for this command.

See Also

glab-config(1)

Auto generated by spf13/cobra                       Nov 2024                                             glab(1)

Synopsis

glabconfigset[flags]

See Also