Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

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

SYNOPSIS
       glab config set	 [flags]

DESCRIPTION
       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

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

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

OPTIONS	INHERITED FROM PARENT COMMANDS
       --help[=false]	   Show	help for command

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

SEE ALSO
       glab-config(1)

Auto generated by spf13/cobra	   Apr 2025			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-config-set&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help