1glab(1) glab(1)
2
3
4
6 glab-config-set - Updates configuration with the value of a given key
7
8
9
11 glab config set [flags]
12
13
14
16 Update the configuration by setting a key to a value. Use glab config
17 set --global if you want to set a global config. Specifying the
18 --hostname flag also saves in the global config file
19
20
21
23 -g, --global[=false] Write to global ~/.config/glab-cli/config.yml
24 file rather than the repository .git/glab-cli/config.yml file
25
26
27 -h, --host="" Set per-host setting
28
29
30
32 --help[=false] Show help for command
33
34
35
37 glab config set editor vim
38 glab config set token xxxxx -h gitlab.com
39 glab config set check_update false --global
40
41
42
43
44
46 glab-config(1)
47
48
49
50Auto generated by spf13/cobra Nov 2023 glab(1)