Cli/ref/mw gitlab config get

< Cli‎ | ref

mw gitlab config get edit

Prints the value of a given configuration key.

mw gitlab config get <key> [flags]

Examples edit

  $ glab config get editor
  vim
  $ glab config get glamour_style
  notty

Options edit

  -g, --global        Read from global config file (~/.config/glab-cli/config.yml). [Default: looks through Environment variables → Local → Global]
  -h, --host string   Get per-host setting

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