glab-config-get - Man Page

Prints the value of a given configuration key.

Synopsis

glab config get  [flags]

Description

Prints the value of a given configuration key.

Options

-g, --global[=false] Read from global config file (~/.config/glab-cli/config.yml). Default: checks 'Environment variables → Local → Global'.

-h, --host="" Get per-host setting.

Options Inherited from Parent Commands

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

Example

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

See Also

glab-config(1)

Referenced By

glab-config(1).

Oct 2024 Auto generated by spf13/cobra