Jump to content

Cli/ref/mw gitlab config

From mediawiki.org
< Cli | ref

mw gitlab config

[edit]

Set and get glab settings.

Synopsis

[edit]

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.wikimedia.org.
  • 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.
  • 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.

Options

[edit]
  -g, --global   Use global config file.

Options inherited from parent commands

[edit]
      --help             Help for this command
      --no-interaction   Do not ask any interactive questions
  -v, --verbose count    Increase output verbosity. Example: --verbose=2 or -vv

SEE ALSO

[edit]