CLI documentation update from CI

npm CLI robot committed Feb 15, 2023 at 16:43 UTC 19b918e6396d0e758c92c1756048bda3fad26580
6 files changed +38 -3
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.4.2 /path/to/npm
61 +npm@9.5.0 /path/to/npm
62 └─┬ init-package-json@0.0.4
63 └── promzard@0.1.5
64 ```
content/cli/v9/commands/npm-publish.md
+7
@@ -225,6 +225,13 @@ the specified workspaces, and not on the root project.
225
226 This value is not exported to the environment for child processes.
227
228 +#### `provenance`
229 +
230 +* Default: false
231 +* Type: Boolean
232 +
233 +Indicates that a provenance statement should be generated.
234 +
235 ### See Also
236
237 * [package spec](/cli/v9/using-npm/package-spec)
content/cli/v9/commands/npm.md
+1 -1
@@ -31,7 +31,7 @@ Note: This command is unaware of workspaces.
31
32 ### Version
33
34 -9.4.2
34 +9.5.0
35
36 ### Description
37
content/cli/v9/using-npm/changelog.md
+21
@@ -17,6 +17,27 @@ redirect_from:
17
18 # Changelog
19
20 +## [9.5.0](https://github.com/npm/cli/compare/v9.4.2...v9.5.0) (2023-02-14)
21 +
22 +### Features
23 +
24 +* [`79bfd03`](https://github.com/npm/cli/commit/79bfd03947a25f4bfb67d1c54893be7c79ec77e2) [#6153](https://github.com/npm/cli/pull/6153) audit signatures verifies attestations (@feelepxyz)
25 +* [`5fc6473`](https://github.com/npm/cli/commit/5fc647316cdc07d4337cdf1b75f73a0663822c7f) add provenance attestation (@bdehamer)
26 +
27 +### Bug Fixes
28 +
29 +* [`53f75a4`](https://github.com/npm/cli/commit/53f75a4faeac02b97cfac91309a7f9f4efe553a0) [#6158](https://github.com/npm/cli/pull/6158) gracefully fallback from auth-type=web (#6158) (@MylesBorins)
30 +* [`ed59aae`](https://github.com/npm/cli/commit/ed59aae51cc55f57ee32d43e898ef05236005a09) [#6162](https://github.com/npm/cli/pull/6162) refactor error reporting in audit command (@bdehamer)
31 +
32 +### Dependencies
33 +
34 +* [`fad0473`](https://github.com/npm/cli/commit/fad04737d7b0d1e3a8cd3d3a651e90db6b185f7b) `minipass@4.0.3`
35 +* [`678c6bf`](https://github.com/npm/cli/commit/678c6bf716012fd834c06644ed1a82e10a5393ad) `minimatch@6.2.0`
36 +* [`9b4b366`](https://github.com/npm/cli/commit/9b4b366af5dac21b6db5d722d30b7e1fff064600) `ci-info@3.8.0`
37 +* [`d20ee2a`](https://github.com/npm/cli/commit/d20ee2afa0b9c97ed6822cb8e6838ba537dd76a9) `pacote@15.1.0`
38 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v7.1.0): `libnpmpublish@7.1.0`
39 +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v5.0.3): `libnpmteam@5.0.3`
40 +
41 ## [9.4.2](https://github.com/npm/cli/compare/v9.4.1...v9.4.2) (2023-02-07)
42
43 ### Bug Fixes
content/cli/v9/using-npm/config.md
+7
@@ -1018,6 +1018,13 @@ operations, if `process.stderr` is a TTY.
1018
1019 Set to `false` to suppress the progress bar.
1020
1021 +#### `provenance`
1022 +
1023 +* Default: false
1024 +* Type: Boolean
1025 +
1026 +Indicates that a provenance statement should be generated.
1027 +
1028 #### `proxy`
1029
1030 * Default: null
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.4.2 (Latest Release)
1056 + - title: Version 9.5.0 (Latest Release)
1057 shortName: v9
1058 url: /cli/v9
1059 default: true