CLI documentation update from CI
CI User committed
Mar 29, 2022 at 02:47 UTC
a64fa01d99d400b3f62de82dc96b4eaa8ea55f51
5 files changed
+5
-5
cli/v8
+1
-1
@@ -1 +1 @@
1
-Subproject commit 716a07fde7905bb69e4c6f1991bb7289589a6669
1
+Subproject commit b48a2bfde3745fa21ea4fc18d6f562fd82f82545
content/cli/v8/commands/npm-install.md
+1
-1
@@ -33,7 +33,7 @@ npm install <tarball url>
33
npm install <git:// url>
34
npm install <github username>/<github project>
35
36
-aliases: i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall, add
36
+aliases: add, i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall
37
```
38
39
<!-- automatically generated, do not edit manually -->
content/cli/v8/commands/npm-search.md
+1
-1
@@ -23,7 +23,7 @@ github_path: docs/content/commands/npm-search.md
23
```bash
24
npm search [search terms ...]
25
26
-aliases: s, se, find
26
+aliases: find, s, se
27
```
28
29
<!-- automatically generated, do not edit manually -->
content/cli/v8/commands/npm-uninstall.md
+1
-1
@@ -23,7 +23,7 @@ github_path: docs/content/commands/npm-uninstall.md
23
```bash
24
npm uninstall [<@scope>/]<pkg>...
25
26
-aliases: un, unlink, remove, rm, r
26
+aliases: unlink, remove, rm, r, un
27
```
28
29
<!-- automatically generated, do not edit manually -->
content/cli/v8/commands/npm-view.md
+1
-1
@@ -23,7 +23,7 @@ github_path: docs/content/commands/npm-view.md
23
```bash
24
npm view [<@scope>/]<pkg>[@<version>] [<field>[.subfield]...]
25
26
-aliases: v, info, show
26
+aliases: info, show, v
27
```
28
29
<!-- automatically generated, do not edit manually -->