CLI documentation update from CI
npm CLI robot committed
Nov 8, 2023 at 02:23 UTC
c82401535ad8483b73523ab9c45b87e02d4b6398
7 files changed
+18
-7
content/cli/v9/commands/npm-audit.mdx
+2
-2
@@ -83,13 +83,13 @@ The `sig` is generated using the following template: `${package.name}@${package.
83
84
Keys response:
85
86
-- `expires`: null or a simplified extended [https://en.wikipedia.org/wiki/ISO_8601](ISO 8601 format): `YYYY-MM-DDTHH:mm:ss.sssZ`
86
+- `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601"): `YYYY-MM-DDTHH:mm:ss.sssZ`
87
- `keydid`: sha256 fingerprint of the public key
88
- `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
89
- `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
90
- `key`: base64 encoded public key
91
92
-See this [https://registry.npmjs.org/-/npm/v1/keys](example key's response from the public npm registry).
92
+See this [example key's response from the public npm registry](https://registry.npmjs.org/-/npm/v1/keys").
93
94
### Audit Endpoints
95
content/cli/v9/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@9.9.0 /path/to/npm
39
+npm@9.9.1 /path/to/npm
40
└─┬ init-package-json@0.0.4
41
└── promzard@0.1.5
42
```
content/cli/v9/commands/npm-team.mdx
+1
-1
@@ -39,7 +39,7 @@ Teams must always be fully qualified with the organization/scope they belong to
39
40
If you have two-factor authentication enabled in `auth-and-writes` mode, then you can provide a code from your authenticator with `[--otp <otpcode>]`. If you don't include this then you will be taken through a second factor flow based on your `authtype`.
41
42
-- create / destroy: Create a new team, or destroy an existing one. Note: You cannot remove the `developers` team, [https://docs.npmjs.com/about-developers-team](learn more.)
42
+- create / destroy: Create a new team, or destroy an existing one. Note: You cannot remove the `developers` team, [learn more.](https://docs.npmjs.com/about-developers-team)
43
44
Here's how to create a new team `newteam` under the `org` org:
45
content/cli/v9/commands/npm-unpublish.mdx
+1
-1
@@ -25,7 +25,7 @@ redirect_from:
25
npm unpublish [<package-spec>]
26
```
27
28
-To learn more about how the npm registry treats unpublish, see our [https://docs.npmjs.com/policies/unpublish](unpublish policies)
28
+To learn more about how the npm registry treats unpublish, see our [unpublish policies](https://docs.npmjs.com/policies/unpublish).
29
30
### Warning
31
content/cli/v9/commands/npm.mdx
+1
-1
@@ -23,7 +23,7 @@ Note: This command is unaware of workspaces.
23
24
### Version
25
26
-9.9.0
26
+9.9.1
27
28
### Description
29
content/cli/v9/using-npm/changelog.mdx
+11
@@ -9,6 +9,17 @@ redirect_from:
9
- /cli/v9/misc/changelog
10
---
11
12
+## [9.9.1](https://github.com/npm/cli/compare/v9.9.0...v9.9.1) (2023-10-30)
13
+
14
+### Bug Fixes
15
+
16
+- [`0dba79a`](https://github.com/npm/cli/commit/0dba79a848254ca5e7f02a2ea76f1d4d84dc95d8) [#6942](https://github.com/npm/cli/pull/6942) add back bin/node-gyp-bin/node-gyp files (@lukekarrys)
17
+- [`c93edb5`](https://github.com/npm/cli/commit/c93edb55f52532e666a9ba2719bee0da725fe6f0) [#6932](https://github.com/npm/cli/pull/6932) add back `bin/node-gyp-bin/node-gyp` files (@lukekarrys)
18
+
19
+### Documentation
20
+
21
+- [`e6cce28`](https://github.com/npm/cli/commit/e6cce28ddd300923f616be4a6fa3946d5e96480c) [#6925](https://github.com/npm/cli/pull/6925) use markdown links instead of html (@lukekarrys)
22
+
23
## [9.9.0](https://github.com/npm/cli/compare/v9.8.1...v9.9.0) (2023-10-06)
24
25
### Features
content/nav.yml
+1
-1
@@ -1054,7 +1054,7 @@
1054
- title: Changelog
1055
url: /cli/v8/using-npm/changelog
1056
description: Changelog notes for each version
1057
- - title: Version 9.9.0
1057
+ - title: Version 9.9.1
1058
shortName: v9
1059
url: /cli/v9
1060
default: false