logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

glab-config - Set and get glab settings.

Description

       Get and set key/value strings.

       Current respected settings:

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

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

              • browser: If unset, uses the default browser. Override with environment variable $BROWSER.

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

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

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

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

              • check_update: If true, notifies of new versions of glab. Defaults to true.

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

Name

       glab-config - Set and get glab settings.

Options

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

Options Inherited From Parent Commands

--help[=false]      Show help for this command.

See Also

glab(1), glab-config-get(1), glab-config-set(1)

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

Synopsis

glabconfig[flags]

See Also