Skip to content

Commit c824015

Browse files
committed
CLI documentation update from CI
1 parent 559ded8 commit c824015

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
lines changed

content/cli/v9/commands/npm-audit.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ The `sig` is generated using the following template: `${package.name}@${package.
8383

8484
Keys response:
8585

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`
8787
- `keydid`: sha256 fingerprint of the public key
8888
- `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
8989
- `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
9090
- `key`: base64 encoded public key
9191

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").
9393

9494
### Audit Endpoints
9595

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

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

3838
```bash
39-
npm@9.9.0 /path/to/npm
39+
npm@9.9.1 /path/to/npm
4040
└─┬ init-package-json@0.0.4
4141
└── promzard@0.1.5
4242
```

content/cli/v9/commands/npm-team.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Teams must always be fully qualified with the organization/scope they belong to
3939

4040
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`.
4141

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)
4343

4444
Here's how to create a new team `newteam` under the `org` org:
4545

content/cli/v9/commands/npm-unpublish.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ redirect_from:
2525
npm unpublish [<package-spec>]
2626
```
2727

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).
2929

3030
### Warning
3131

content/cli/v9/commands/npm.mdx

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

2424
### Version
2525

26-
9.9.0
26+
9.9.1
2727

2828
### Description
2929

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ redirect_from:
99
- /cli/v9/misc/changelog
1010
---
1111

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+
1223
## [9.9.0](https://github.com/npm/cli/compare/v9.8.1...v9.9.0) (2023-10-06)
1324

1425
### Features

content/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@
10541054
- title: Changelog
10551055
url: /cli/v8/using-npm/changelog
10561056
description: Changelog notes for each version
1057-
- title: Version 9.9.0
1057+
- title: Version 9.9.1
10581058
shortName: v9
10591059
url: /cli/v9
10601060
default: false

0 commit comments

Comments
 (0)