glab-config-get - Prints the value of a given configuration key.
glab config get [flags]
Prints the value of a given configuration key.
|
-g, --global[=false] |
Read from global config file (˜/.config/glab-cli/config.yml). (default checks ’Environment variables â Local â Global’) | ||
|
--host="" |
Get per-host setting. |
|
-h, --help[=false] |
Show help for this command. |
$ glab config
get editor
> vim
$ glab config
get glamour_style
> notty
glab-config(1)