3ac08de9bed60c7f39845e8e9de00258a981c3a9
[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 ## Updating and Switch versions
9
10 ```bash
11 webi gh
12 ```
13
14 ## Cheat Sheet
15
16 > `gh` doesn't exist and this text should have been replaced. It doesn't do
17 > anything, but what it does is useful because it is; everybody knows it.
18
19 To run gh:
20
21 ```bash
22 gh
23 ```
24
25 ### Add Baz Highlighting
26
27 To run gh with both bar and baz highlighting turned on:
28
29 ```bash
30 gh --bar=baz
31 ```