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

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-config - Manage glab settings.

SYNOPSIS
       glab config [flags]

DESCRIPTION
       Manage key/value	strings.

       Current respected settings:

        browser:  If  unset, uses the default browser.	Override with environ-
	 ment variable $BROWSER.

        check_update: If true,	notifies of new	versions of glab. Defaults  to
	 true. Override	with environment variable $GLAB_CHECK_UPDATE.

        display_hyperlinks:  If true, and using a TTY,	outputs	hyperlinks for
	 issues	and merge request lists. Defaults to false.

        editor: If unset, uses	the default editor. Override with  environment
	 variable $EDITOR.

        glab_pager: Your desired pager	command	to use,	such as	'less -R'.

        glamour_style:	 Your  desired	Markdown  renderer  style. Options are
	 dark,	light,	notty.	Custom	styles	are  available	using  glamour
	 <https://github.com/charmbracelet/glamour#styles>.

        host: If unset, defaults to https://gitlab.com.

        token:	Your GitLab access token. Defaults to environment variables.

        visual:  Takes	 precedence  over 'editor'. If unset, uses the default
	 editor. Override with environment variable $VISUAL.

OPTIONS
       -g, --global[=false]	 Use global config file.

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

SEE ALSO
       glab(1),	glab-config-edit(1), glab-config-get(1), glab-config-set(1)

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

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

home | help