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:

     * branch_prefix:  Prefix used by glab stack when naming generated branches.
       Defaults to the current user's username (from  os/user.Current),  falling
       back to glab-stack if unavailable.

     * browser:  If  unset,  uses the default browser. Override with environment
       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 false, disables hyperlinks in terminal output. De-
       faults to true. Override with environment variable $FORCE_HYPERLINKS.

     * duo_cli_auto_download:  If  true, automatically downloads the Duo CLI bi-
       nary without prompting.

     * duo_cli_auto_run: If true, automatically  runs  GitLab  Duo  CLI  without
       prompting.

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

     * git_protocol: Protocol used for Git operations.	Supported  values:  ssh,
       https. Defaults to ssh.

     * 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.

     * no_prompt:  If  true,  disables	interactive  prompts. Defaults to false.
       Override with environment variable $NO_PROMPT.

     * notify_skill_updates: If true, shows a notice  when  an	installed  agent
       skill  has updates available. Defaults to true. Override with environment
       variable $GLAB_NOTIFY_SKILL_UPDATES.

     * orbit_local_auto_download: If true, automatically downloads the Orbit lo-
       cal CLI binary without prompting.

     * orbit_local_auto_run: If true, automatically runs Orbit local CLI without
       prompting.

     * remote_alias: Name of the git remote that points at  the  GitLab  reposi-
       tory.  Used  to resolve which remote to operate against when multiple are
       configured.

     * show_whats_new: If true, shows a one-time post-upgrade banner pointing at
       glab whatsnew when a new version is detected. Defaults to true.	Override
       with environment variable $GLAB_SHOW_WHATS_NEW.

     * telemetry: If false, disables sending usage data to your GitLab instance.
       Defaults  to  true. Override with environment variable $GLAB_SEND_TELEME-
       TRY.

     * 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.

     Configuration  file  locations follow the XDG Base Directory specification.
     For the full search order and platform-specific  paths,  see  configuration
     <https://gitlab.com/gitlab-org/cli#configuration>.

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	    Aug 2026				 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.1.quarterly>

home | help