1glab(1) glab(1)
2
3
4
6 glab-config - Set and get glab settings
7
8
9
11 glab config [flags]
12
13
14
16 Get and set key/value strings.
17
18
19 Current respected settings:
20
21
22 • token: Your GitLab access token, defaults to environment vari‐
23 ables
24
25 • host: if unset, defaults to https://gitlab.com
26
27 • browser: if unset, defaults to environment variables
28
29 • editor: if unset, defaults to environment variables
30
31 • visual: alternative for editor. If unset, defaults to environ‐
32 ment variables
33
34 • glamour_style: Your desired Markdown renderer style. Options
35 are dark, light, notty. Custom styles are allowed using glam‐
36 our ⟨https://github.com/charmbracelet/glamour#styles⟩
37
38 • glab_pager: Your desired pager command to use (e.g. less -R)
39
40 • check_update: if true, notifies of any available updates to
41 glab. Defaults to true
42
43 • display_hyperlinks: if true, and using a TTY, outputs hyper‐
44 links for issues and MR lists. Defaults to false
45
46
47
48
50 -g, --global[=false] Use global config file
51
52
53
55 --help[=false] Show help for command
56
57
58
60 glab(1), glab-config-get(1), glab-config-set(1)
61
62
63
64Auto generated by spf13/cobra Nov 2023 glab(1)