@aaronshaf/ger 1.2.5 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,16 @@
4
4
  npm i -g @aaronshaf/ger
5
5
  ```
6
6
 
7
+ ## Assumption: gerrit in known_hosts
8
+
9
+ ```
10
+ # ~/.ssh/known_hosts
11
+ Host gerrit
12
+ HostName gerrit.[your domain].com
13
+ User [your username]
14
+ Port 29418
15
+ ```
16
+
7
17
  ## Usage
8
18
 
9
19
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaronshaf/ger",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Gerrit CLI",
5
5
  "main": "src/ger.ts",
6
6
  "bin": {