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

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-config-get - Prints	the value of a given configuration key.

SYNOPSIS
       glab config get	[flags]

DESCRIPTION
       By  default, the	lookup order is: environment variables,	then the local
       repository configuration, then the global configuration.	 Use  --global
       to  read	 only  from the	global configuration file, or --host to	read a
       per-host	setting.

       If the key is not set, nothing is printed.

OPTIONS
       -g, --global[=false]	 Read from global config file (~/.config/glab-
       cli/config.yml).	 (default   checks   'Environment   variables	 Local
       Global')

       --host=""      Get per-host setting.

OPTIONS	INHERITED FROM PARENT COMMANDS
       -h, --help[=false]      Show help for this command.

EXAMPLE
       $ glab config get editor
       vim

       $ glab config get glamour_style
       notty

SEE ALSO
       glab-config(1)

Auto generated by spf13/cobra	   Jun 2026			       glab(1)

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

home | help