Skip to content

Commit 7e20e25

Browse files
committed
CLI documentation update from CI
1 parent 1c9220d commit 7e20e25

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

cli-cache.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b",
33
"v9": "64763a341e7aa5b456e696f956759bf9b3440dc1",
44
"v10": "f69c403700acb05dbb56d8516bca5130627e597c",
5-
"v11": "d4e56b2976ef1d2af273a6750d10b217adf4bf8e"
5+
"v11": "d006583e20731e8ae55cee94c3b7bd23cbd6f2d0"
66
}

content/cli/v11/commands/npm-ls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
5252
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:
5353

5454
```bash
55-
[email protected].1 /path/to/npm
55+
[email protected].2 /path/to/npm
5656
5757
5858
```

content/cli/v11/commands/npm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Note: This command is unaware of workspaces.
3131

3232
### Version
3333

34-
11.5.1
34+
11.5.2
3535

3636
### Description
3737

content/cli/v11/using-npm/changelog.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ redirect_from:
1515
- /using-npm/changelog
1616
---
1717

18+
## [11.5.2](https://github.com/npm/cli/compare/v11.5.1...v11.5.2) (2025-07-30)
19+
20+
### Bug Fixes
21+
22+
- [`7d900c4`](https://github.com/npm/cli/commit/7d900c4656cfffc8cca93240c6cda4b441fbbfaa) [#8467](https://github.com/npm/cli/pull/8467) oidc visibility check for provenance (#8467) (@reggi, @wraithgar)
23+
24+
### Documentation
25+
26+
- [`d4e56b2`](https://github.com/npm/cli/commit/d4e56b2976ef1d2af273a6750d10b217adf4bf8e) [#8459](https://github.com/npm/cli/pull/8459) update snapshot generation command (#8459) (@MikeMcC399)
27+
1828
## [11.5.1](https://github.com/npm/cli/compare/v11.5.0...v11.5.1) (2025-07-24)
1929

2030
### Bug Fixes

content/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@
15941594
- title: Changelog
15951595
url: /cli/v10/using-npm/changelog
15961596
description: Changelog notes for each version
1597-
- title: Version 11.5.1
1597+
- title: Version 11.5.2
15981598
shortName: v11
15991599
url: /cli/v11
16001600
default: true

0 commit comments

Comments
 (0)