CLI documentation update from CI
npm CLI robot committed
May 8, 2026 at 17:53 UTC
85c119c658043fd447412388b7861bd922bdc35f
4 files changed
+4
-4
cli-cache.json
+1
-1
@@ -2,5 +2,5 @@
2
"v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b",
3
"v9": "64763a341e7aa5b456e696f956759bf9b3440dc1",
4
"v10": "189ba136a75c773927a5cb8922e6b00c71814d35",
5
- "v11": "4259e57f26640a137b38cb7e0b1eda04e6c42026"
5
+ "v11": "70af7b3c727fed6c7078d4ff7177fe02349e9b65"
6
}
\ No newline at end of file
content/cli/v11/commands/npm-ls.mdx
+1
-1
@@ -52,7 +52,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
52
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:
53
54
```bash
55
-npm@11.14.0 /path/to/npm
55
+npm@11.14.1 /path/to/npm
56
└─┬ init-package-json@0.0.4
57
└── promzard@0.1.5
58
```
content/cli/v11/commands/npm.mdx
+1
-1
@@ -31,7 +31,7 @@ Note: This command is unaware of workspaces.
31
32
### Version
33
34
-11.14.0
34
+11.14.1
35
36
### Description
37
content/nav.yml
+1
-1
@@ -1596,7 +1596,7 @@
1596
- title: Changelog
1597
url: /cli/v10/using-npm/changelog
1598
description: Changelog notes for each version
1599
- - title: Version 11.14.0
1599
+ - title: Version 11.14.1
1600
shortName: v11
1601
url: /cli/v11
1602
default: true