glab(1) glab(1) NAME glab-config - Manage glab settings. SYNOPSIS glab config [flags] DESCRIPTION Manage key/value strings. Current respected settings: o api_host: Configure host for API endpoint. Defaults to the host itself. Also accepted as: gitlab_api_host. Scoped per host; set it with --host. o api_protocol: What protocol to use to access the API endpoint. Supported values: http, https. Scoped per host; set it with --host. o artifact_registry_domains: The domains of associated Artifact Registries. These are used to configure the Docker credential helper. Only list a domain here if it is actually backed by GitLab Artifact Registry: the credential helper tries this key first, and a successful token exchange is used as-is, with no fallback to container_registry_domains. A container-registry domain listed here by mistake gets an artifact-registry token the registry rejects, and docker pull hard-fails. Scoped per host; set it with --host. o 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. o browser: What browser glab should run when opening links. This global config cannot be overridden by hostname. o ca_cert: Path to a CA certificate (PEM) used to verify the GitLab server's TLS certificate. Useful for self-signed or private certificate authorities. Scoped per host; set it with --host. o check_update: Allow glab to automatically check for updates and notify you when there are new updates. o client_cert: Path to a client certificate (PEM) used for mutual TLS authentication. Scoped per host; set it with --host. o client_id: OAuth application client ID. Required when authenticating with OAuth against a self-managed GitLab instance. Scoped per host; set it with --host. o client_key: Path to the private key (PEM) that matches client_cert. Scoped per host; set it with --host. o container_registry_domains: The domains of associated container registries. These are used to configure the Docker credential helper. Scoped per host; set it with --host. o custom_headers: Custom HTTP headers to add to all HTTP requests made by glab. Each header must use exactly one of value, valueFromEnv, or valueFromCommand. A command must print the complete header value on one line. glab runs it once for each process. Scoped per host; set it with --host. o debug: Output more logging information, including underlying Git commands, expanded aliases, and DNS error details. o display_hyperlinks: Whether or not to display hyperlinks in terminal output. Defaults to true (enabled for TTYs). Set to false to disable. Force hyperlinks in non-TTY environments by setting FORCE_HYPERLINKS=1. o duo_cli_auto_download: Automatically download Duo CLI binary without prompting (true/false). o duo_cli_auto_run: Automatically run GitLab Duo CLI without prompting (true/false). Set to true to skip the confirmation prompt. o editor: What editor glab should run when creating issues, merge requests, etc. This global config cannot be overridden by hostname. Also accepted as: visual, glab_editor. o git_protocol: What protocol to use when performing Git operations. Supported values: ssh, https. o glab_pager: Your desired pager command to use, such as less -R. Takes precedence over the PAGER environment variable. GLAB_PAGER takes precedence over both. o glamour_style: Set your desired Markdown renderer style. Available options are [dark, light, notty]. To set a custom style, refer to https://github.com/charmbracelet/glamour#styles. o host: Default GitLab hostname to use. Also accepted as: gitlab_host, gitlab_uri, gl_host. o job_token: CI job token used for Job-Token authentication. Typically populated automatically from CI_JOB_TOKEN when CI auto-login is enabled. Scoped per host; set it with --host. o no_prompt: Set to true (1) to disable prompts, or false (0) to enable them. Also accepted as: prompt_disabled. o notify_skill_updates: Show a notice when an installed agent skill (bundled or remote) has updates available. o orbit_local_auto_download: Automatically download Orbit local CLI binary without prompting (true/false). o orbit_local_auto_run: Automatically run Orbit local CLI without prompting (true/false). Set to true to skip the confirmation prompt. o proxy: Custom proxy for this host. Overrides environment proxy settings when set. Scoped per host; set it with --host. o remote_alias: Name of the git remote that points at the GitLab repository. Used to resolve which remote to operate against when multiple are configured. Also accepted as: git_remote_url_var, git_remote_alias, remote_nickname, git_remote_nickname. o show_whats_new: Show a one-time post-upgrade banner pointing at glab whatsnew when a new version is detected. o skip_tls_verify: Skip TLS certificate verification when talking to this host (true/false). Empty is treated as false. Use only for development; do not enable in production. Scoped per host; set it with --host. o ssh_host: Alternate hostname for SSH Git operations (e.g., ssh.example.com or git.example.com). Use this when SSH uses a different hostname than HTTP/API operations. Only affects SSH cloning and Git operations. Also accepted as: gitlab_ssh_host. Scoped per host; set it with --host. o subfolder: Subfolder where GitLab is installed (e.g., gitlab for https://example.com/gitlab/). Use this when GitLab is hosted at a subfolder rather than domain root. Supports nested paths (e.g., apps/gitlab for https://example.com/apps/gitlab/). Slashes are automatically trimmed, so gitlab, /gitlab, and gitlab/ are equivalent. Only applies to HTTP/HTTPS operations (API and Git clone). Also accepted as: gitlab_subfolder. Scoped per host; set it with --host. o telemetry: Set to false (0) to disable sending usage data to your GitLab instance or true (1) to enable. See https://docs.gitlab.com/administration/settings/usage_statistics/ for more information. o token: Your GitLab access token. To get one, read https://docs.gitlab.com/user/profile/personal_access_tokens/. Also accepted as: gitlab_token, oauth_token. Scoped per host; set it with --host. o use_keyring: Store the host's credentials in the operating system's keyring (true/false). Set automatically by glab auth login, which defaults to true when a keyring backend is available. Empty is treated as false (plaintext file storage). Scoped per host; set it with --host. Configuration file locations follow the XDG Base Directory specification. For the full search order and platform-specific paths, see 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-path(1), glab-config-set(1) Auto generated by spf13/cobra Sep 2026 glab(1)