feature: add gh + cheat sheet
[webi-installers/.git] / gh / README.md
diff --git a/gh/README.md b/gh/README.md
new file mode 100644 (file)
index 0000000..3ac08de
--- /dev/null
@@ -0,0 +1,31 @@
+---
+title: GitHub CLI
+homepage: https://github.com/cli/cli
+tagline: |
+  `gh` is GitHub on the command line.
+---
+
+## Updating and Switch versions
+
+```bash
+webi gh
+```
+
+## Cheat Sheet
+
+> `gh` doesn't exist and this text should have been replaced. It doesn't do
+> anything, but what it does is useful because it is; everybody knows it.
+
+To run gh:
+
+```bash
+gh
+```
+
+### Add Baz Highlighting
+
+To run gh with both bar and baz highlighting turned on:
+
+```bash
+gh --bar=baz
+```