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, defaults to environment variables
  • editor: if unset, defaults to environment variables.
  • visual: alternative for editor. if unset, defaults to environment variables.
  • glamour_style: Your desired Markdown renderer style. Options are dark, light, notty. Custom styles are allowed using glamour
  • glab_pager: Your desired pager command to use (e.g. less -R)

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]