cli/docs/source/config/get.md

892 B

stage group info
Create Code Review To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments

glab config get

Prints the value of a given configuration key.

glab config get <key> [flags]

Examples


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

Options

  -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

      --help   Show help for command