glab config
Manage glab settings.
Synopsis
Manage key/value strings.
Current respected settings:
branch_prefix: Prefix used byglab stackwhen naming generated branches. Defaults to$USER, falling back toglab-stack.browser: If unset, uses the default browser. Override with environment variable$BROWSER.check_update: If true, notifies of new versions of glab. Defaults totrue. Override with environment variable$GLAB_CHECK_UPDATE.display_hyperlinks: Iffalse, disables hyperlinks in terminal output. Defaults totrue. Override with environment variable$FORCE_HYPERLINKS.duo_cli_auto_download: Iftrue, automatically downloads the Duo CLI binary without prompting.duo_cli_auto_run: Iftrue, 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 tossh.glab_pager: Your desired pager command to use, such asless -R.glamour_style: Your desired Markdown renderer style. Options are dark, light, notty. Custom styles are available using glamour.host: If unset, defaults tohttps://gitlab.com.no_prompt: Iftrue, disables interactive prompts. Defaults tofalse. Override with environment variable$NO_PROMPT.notify_skill_updates: Iftrue, shows a notice when an installed agent skill has updates available. Defaults totrue. Override with environment variable$GLAB_NOTIFY_SKILL_UPDATES.orbit_local_auto_download: Iftrue, automatically downloads the Orbit local CLI binary without prompting.orbit_local_auto_run: Iftrue, automatically runs Orbit local CLI without prompting.remote_alias: Name of thegit remotethat points at the GitLab repository. 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 atglab whatsnewwhen a new version is detected. Defaults totrue. Override with environment variable$GLAB_SHOW_WHATS_NEW.telemetry: Iffalse, disables sending usage data to your GitLab instance. Defaults totrue. Override with environment variable$GLAB_SEND_TELEMETRY.token: Your GitLab access token. Defaults to environment variables.visual: Takes precedence overeditor. 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.
Aliases
confOptions
-g, --global Use global config file.Options inherited from parent commands
-h, --help Show help for this command.