Skip to content

Commit a64fa01

Browse files
author
CI User
committed
CLI documentation update from CI
1 parent 9e13d06 commit a64fa01

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cli/v8

Submodule v8 updated 86 files

content/cli/v8/commands/npm-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ npm install <tarball url>
3333
npm install <git:// url>
3434
npm install <github username>/<github project>
3535

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
3737
```
3838

3939
<!-- automatically generated, do not edit manually -->

content/cli/v8/commands/npm-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ github_path: docs/content/commands/npm-search.md
2323
```bash
2424
npm search [search terms ...]
2525

26-
aliases: s, se, find
26+
aliases: find, s, se
2727
```
2828

2929
<!-- automatically generated, do not edit manually -->

content/cli/v8/commands/npm-uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ github_path: docs/content/commands/npm-uninstall.md
2323
```bash
2424
npm uninstall [<@scope>/]<pkg>...
2525

26-
aliases: un, unlink, remove, rm, r
26+
aliases: unlink, remove, rm, r, un
2727
```
2828

2929
<!-- automatically generated, do not edit manually -->

content/cli/v8/commands/npm-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ github_path: docs/content/commands/npm-view.md
2323
```bash
2424
npm view [<@scope>/]<pkg>[@<version>] [<field>[.subfield]...]
2525

26-
aliases: v, info, show
26+
aliases: info, show, v
2727
```
2828

2929
<!-- automatically generated, do not edit manually -->

0 commit comments

Comments
 (0)