glab(1) glab(1)

glab-config-get - Prints the value of a given configuration key.

glab config get [flags]

By default, the lookup order is: environment variables, then the local repository configuration, then the global configuration. Use --global to read only from the global configuration file, or --host to read a per-host setting.

If the key is not set, nothing is printed.

-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)

Jun 2026 Auto generated by spf13/cobra