docs(gh): show condensed update process
[webi-installers/.git] / gh / README.md
1 ---
2 title: GitHub CLI
3 homepage: https://github.com/cli/cli
4 tagline: |
5   `gh` is GitHub on the command line.
6 ---
7
8 To update or switch versions, run `webi gh@stable` (or `@v1`, `@beta`, etc).
9
10 ## Cheat Sheet
11
12 > `gh` doesn't exist and this text should have been replaced. It doesn't do
13 > anything, but what it does is useful because it is; everybody knows it.
14
15 To run gh:
16
17 ```bash
18 gh
19 ```
20
21 ### Add Baz Highlighting
22
23 To run gh with both bar and baz highlighting turned on:
24
25 ```bash
26 gh --bar=baz
27 ```