CLI documentation update from CI
npm CLI robot committed
Mar 4, 2026 at 22:48 UTC
624ad4a632fa8f96a39a04ecec919ea14a5d1516
4 files changed
+7
-6
cli-cache.json
+2
-2
@@ -1,6 +1,6 @@
1
{
2
"v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b",
3
"v9": "64763a341e7aa5b456e696f956759bf9b3440dc1",
4
- "v10": "6755ca2d5301b079f9e2581fc72ba2a612171364",
5
- "v11": "10d530242c7d893c562456013bb1c5104ca3e3b8"
4
+ "v10": "794f6c8f0d56698430d05430777d22dbfa92b353",
5
+ "v11": "8614b2af5c912e1ab293bdc41f9b8ae189cfa901"
6
}
\ No newline at end of file
content/cli/v10/commands/npm-ls.mdx
+1
-1
@@ -36,7 +36,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
36
Positional arguments are `name@version-range` identifiers, which will limit the results to only the paths to the packages named. Note that nested packages will _also_ show the paths to the specified packages. For example, running `npm ls promzard` in npm's source tree will show:
37
38
```bash
39
-npm@10.9.4 /path/to/npm
39
+npm@10.9.5 /path/to/npm
40
└─┬ init-package-json@0.0.4
41
└── promzard@0.1.5
42
```
content/cli/v10/commands/npm.mdx
+1
-1
@@ -23,7 +23,7 @@ Note: This command is unaware of workspaces.
23
24
### Version
25
26
-10.9.4
26
+10.9.5
27
28
### Description
29
content/nav.yml
+3
-2
@@ -1326,7 +1326,7 @@
1326
- title: Changelog
1327
url: /cli/v9/using-npm/changelog
1328
description: Changelog notes for each version
1329
- - title: Version 10.9.4
1329
+ - title: Version 10.9.5
1330
shortName: v10
1331
url: /cli/v10
1332
default: false
@@ -1788,7 +1788,8 @@
1788
description: Manage your authentication tokens
1789
- title: npm trust
1790
url: /cli/v11/commands/npm-trust
1791
- description: Manage trusted publishing relationships between packages and CI/CD providers
1791
+ description: Manage trusted publishing relationships between packages and CI/CD
1792
+ providers
1793
- title: npm undeprecate
1794
url: /cli/v11/commands/npm-undeprecate
1795
description: Undeprecate a version of a package