CLI documentation update from CI
npm CLI robot committed
Dec 7, 2022 at 23:15 UTC
e572e5e434b65eba393ebdb25a951d6495d03591
5 files changed
+43
-6
content/cli/v9/commands/npm-doctor.md
+5
-3
@@ -38,7 +38,7 @@ redirect_from:
38
### Synopsis
39
40
```bash
41
-npm doctor
41
+npm doctor [ping] [registry] [versions] [environment] [permissions] [cache]
42
```
43
44
Note: This command is unaware of workspaces.
@@ -64,8 +64,10 @@ Also, in addition to this, there are also very many issue reports due to
64
using old versions of npm. Since npm is constantly improving, running
65
`npm@latest` is better than an old version.
66
67
-`npm doctor` verifies the following items in your environment, and if there
68
-are any recommended changes, it will display them.
67
+`npm doctor` verifies the following items in your environment, and if
68
+there are any recommended changes, it will display them. By default npm
69
+runs all of these checks. You can limit what checks are ran by
70
+specifying them as extra arguments.
71
72
#### `npm ping`
73
content/cli/v9/commands/npm-ls.md
+1
-1
@@ -58,7 +58,7 @@ packages will *also* show the paths to the specified packages. For
58
example, running `npm ls promzard` in npm's source tree will show:
59
60
```bash
61
-npm@9.1.3 /path/to/npm
61
+npm@9.2.0 /path/to/npm
62
└─┬ init-package-json@0.0.4
63
└── promzard@0.1.5
64
```
content/cli/v9/commands/npm.md
+1
-1
@@ -29,7 +29,7 @@ npm
29
30
### Version
31
32
-9.1.3
32
+9.2.0
33
34
### Description
35
content/cli/v9/using-npm/changelog.md
+35
@@ -17,6 +17,41 @@ redirect_from:
17
18
# Changelog
19
20
+## [9.2.0](https://github.com/npm/cli/compare/v9.1.3...v9.2.0) (2022-12-07)
21
+
22
+### Features
23
+
24
+* [`cf57ffa`](https://github.com/npm/cli/commit/cf57ffa90088fcf5b028cc02938baae6228b5a40) [#5888](https://github.com/npm/cli/pull/5888) discrete npm doctor commands (#5888) (@wraithgar)
25
+
26
+### Bug Fixes
27
+
28
+* [`dfd5d46`](https://github.com/npm/cli/commit/dfd5d461e0ee2163e210cc136d2bb7873dfeb363) [#5932](https://github.com/npm/cli/pull/5932) ignore implicit workspaces for completion (#5932) (@wraithgar)
29
+
30
+### Dependencies
31
+
32
+* [`2f2b146`](https://github.com/npm/cli/commit/2f2b1469565894ec777e6eb77fea7b607b797adb) [#5936](https://github.com/npm/cli/pull/5936) `npm-packlist@7.0.4` (#5936)
33
+* [`372d158`](https://github.com/npm/cli/commit/372d158d2637120600a95abee64355ed1cb6f990) [#5935](https://github.com/npm/cli/pull/5935) `minimatch@5.1.1` (#5935)
34
+* [`0e6c28b`](https://github.com/npm/cli/commit/0e6c28ba093f8c5d35df98afca28e842b247004b) [#5934](https://github.com/npm/cli/pull/5934) `ci-info@3.7.0` (#5934)
35
+* [`0a3fe00`](https://github.com/npm/cli/commit/0a3fe000e2723ae6fdb8b1d3154fd3835057c992) [#5933](https://github.com/npm/cli/pull/5933) `minipass@4.0.0`
36
+* [`6b77340`](https://github.com/npm/cli/commit/6b7734009ecd939fbb3d382cb92eb0cdbec7dcd3) `tar@6.1.13`
37
+* [`cf0a174`](https://github.com/npm/cli/commit/cf0a17407abc577c27420a1c8a4a0c08c7cefce9) `ssri@10.0.1`
38
+* [`3da9a1a`](https://github.com/npm/cli/commit/3da9a1a4ebcf1779035b5f9ae985c087f617efe3) `pacote@15.0.7`
39
+* [`fee9b66`](https://github.com/npm/cli/commit/fee9b6686892a1c7f976c36ddd5d89b70c416817) `npm-registry-fetch@14.0.3`
40
+* [`e940917`](https://github.com/npm/cli/commit/e940917befcdaf44ee7e24d31b540f4de8507734) `cacache@17.0.3`
41
+* [`875bd56`](https://github.com/npm/cli/commit/875bd56c33ca5eef80c2a50a11808445f2a39a2a) `npm-package-arg@10.1.0`
42
+* [`280b7a4`](https://github.com/npm/cli/commit/280b7a445e4a83d70980cf3c436745a1faa50c67) [#5927](https://github.com/npm/cli/pull/5927) `npm-packlist@7.0.3`
43
+* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.1.5): `@npmcli/arborist@6.1.5`
44
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v7.0.1): `libnpmaccess@7.0.1`
45
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.6): `libnpmdiff@5.0.6`
46
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.6): `libnpmexec@5.0.6`
47
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.6): `libnpmfund@4.0.6`
48
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v9.0.1): `libnpmhook@9.0.1`
49
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v5.0.1): `libnpmorg@5.0.1`
50
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.6): `libnpmpack@5.0.6`
51
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.0.6): `libnpmpublish@7.0.6`
52
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v6.0.1): `libnpmsearch@6.0.1`
53
+* [Workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v5.0.1): `libnpmteam@5.0.1`
54
+
55
## [9.1.3](https://github.com/npm/cli/compare/v9.1.2...v9.1.3) (2022-11-30)
56
57
### Bug Fixes
src/theme/nav.yml
+1
-1
@@ -1053,7 +1053,7 @@
1053
- title: Changelog
1054
url: /cli/v8/using-npm/changelog
1055
description: Changelog notes for each version
1056
- - title: Version 9.1.3 (Latest Release)
1056
+ - title: Version 9.2.0 (Latest Release)
1057
shortName: v9
1058
url: /cli/v9
1059
default: true