1GH-CONFIG-SET(1) GitHub CLI manual GH-CONFIG-SET(1)
23
4
NAME
6gh-config-set - Update configuration with a value for the given key
78
9
SYNOPSIS
11gh config set <key> <value> [flags]
1213
14
OPTIONS
16-h, --host <string>
17Set per-host setting
1819
20
EXAMPLE
22$ gh config set editor vim
23$ gh config set editor "code --wait"
24$ gh config set git_protocol ssh --host github.com
25$ gh config set prompt disabled
2627
28
29
30
SEE ALSO
32gh-config(1)
3334
35
36
Jan 2023 GH-CONFIG-SET(1)