1glab(1) glab(1)
2
3
4
6 glab-config-get - Prints the value of a given configuration key.
7
8
9
11 glab config get [flags]
12
13
14
16 Prints the value of a given configuration key.
17
18
19
21 -g, --global[=false] Read from global config file (~/.config/glab-
22 cli/config.yml). [Default: looks through Environment variables → Local
23 → Global]
24
25
26 -h, --host="" Get per-host setting
27
28
29
31 --help[=false] Show help for command
32
33
34
36 $ glab config get editor
37 vim
38 $ glab config get glamour_style
39 notty
40
41
42
43
44
46 glab-config(1)
47
48
49
50Auto generated by spf13/cobra Nov 2023 glab(1)