table of contents
other versions
- bookworm-backports 1.33.0-1~bpo12+1
- testing 1.49.0-1+b1
- unstable 1.49.0-1+b2
glab(1) | glab(1) |
NAME¶
glab-config-get - 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: looks through Environment variables → Local → Global]
-h, --host="" Get per-host setting
OPTIONS INHERITED FROM PARENT COMMANDS¶
--help[=false] Show help for command
EXAMPLE¶
$ glab config get editor
vim
$ glab config get glamour_style
notty
SEE ALSO¶
Sep 2023 | Auto generated by spf13/cobra |