Skip to content

Commit 1e82454

Browse files
committed
CLI documentation update from CI
1 parent bde8658 commit 1e82454

File tree

4 files changed

+60
-3
lines changed

4 files changed

+60
-3
lines changed

content/cli/v6/commands/npm-ls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ nested packages will *also* show the paths to the specified packages.
3838
For example, running `npm ls promzard` in npm's source tree will show:
3939

4040
```bash
41-
[email protected].17 /path/to/npm
41+
[email protected].18 /path/to/npm
4242
4343
4444
```

content/cli/v6/commands/npm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm <command> [args]
2121

2222
### Version
2323

24-
6.14.17
24+
6.14.18
2525

2626
### Description
2727

content/cli/v6/using-npm/changelog.md

+57
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,63 @@ redirect_from:
99
- /cli/v6/misc/changelog
1010
---
1111

12+
## 6.14.18 (2022-12-21)
13+
14+
### DEPENDENCIES
15+
16+
* [`f55bd65da`](https://github.com/npm/cli/commit/f55bd65da0da00655c4d4312b30d65160e7149a6)
17+
18+
* [`cd4894696`](https://github.com/npm/cli/commit/cd4894696698f3a15bfa57eac373acd7f1121100)
19+
20+
* [`023d7e96b`](https://github.com/npm/cli/commit/023d7e96b7c20be4071d3da32fd74856651eb3dd)
21+
22+
* [`dd2811c0b`](https://github.com/npm/cli/commit/dd2811c0b1e274dc56dd8e1f50d8b07bf1acc851)
23+
24+
* [`e21b6ebd9`](https://github.com/npm/cli/commit/e21b6ebd9ae1a543864f9667dd141979c87b6724)
25+
26+
* [`2bec581c6`](https://github.com/npm/cli/commit/2bec581c6bd3ac622b8b46b2a13bc2e131c0bea4)
27+
28+
* [`273485157`](https://github.com/npm/cli/commit/273485157d5743a51003f91670de18e1811f9b9f)
29+
30+
* [`720f8ae5e`](https://github.com/npm/cli/commit/720f8ae5e120670463e1437ea201ef774ee5529b)
31+
32+
* [`5f1200e33`](https://github.com/npm/cli/commit/5f1200e3386422b055fbbdb274580f12ca85992d)
33+
34+
* [`58b74a38b`](https://github.com/npm/cli/commit/58b74a38b28aece8ae91474c48cc46dcb544e89d)
35+
36+
* [`4b609655f`](https://github.com/npm/cli/commit/4b609655f5ed554bfb2eb1de2c8a3272a7da7cfd)
37+
38+
* [`14c7a1a85`](https://github.com/npm/cli/commit/14c7a1a85445bfd5277a4e4afdc31c98c5f67dac)
39+
40+
* [`06d9cefc4`](https://github.com/npm/cli/commit/06d9cefc4e2d07ca7160272765449d46d34b0bc4)
41+
42+
* [`1d2da355c`](https://github.com/npm/cli/commit/1d2da355ca7a7af1bf2d918ec5005cc820334af7)
43+
44+
* [`22eda3a26`](https://github.com/npm/cli/commit/22eda3a26cb14f1a0ab82e6eadb9132cd87e7183)
45+
46+
* [`b77a7f1b0`](https://github.com/npm/cli/commit/b77a7f1b095cf06b20817923cb0629e979a08ca5)
47+
48+
* [`de37398af`](https://github.com/npm/cli/commit/de37398af08036d62a6b4eb6d475c02b0e6f1161)
49+
50+
* [`196650baa`](https://github.com/npm/cli/commit/196650baa43046c8db165a3130850a304cb9a8b7)
51+
52+
* [`3218c16b5`](https://github.com/npm/cli/commit/3218c16b5041821b7f72efeb0f8c19408bbf6df1)
53+
54+
* [`0f5d57919`](https://github.com/npm/cli/commit/0f5d579197122713b9ffb2a7ee78108c3a851d49)
55+
56+
* [`43ed5c23b`](https://github.com/npm/cli/commit/43ed5c23b806d4904df83bd72854b57012f65992)
57+
58+
* [`31b51c564`](https://github.com/npm/cli/commit/31b51c5646de729c691c2dec94f73988f6dd7d8a)
59+
60+
* [`209a79d1f`](https://github.com/npm/cli/commit/209a79d1fc5a00288f23f6e359212f6420530ed3)
61+
62+
* [`4778a8d95`](https://github.com/npm/cli/commit/4778a8d95680d62494035600a7240395a580c04d)
63+
64+
* [`8b357e558`](https://github.com/npm/cli/commit/8b357e5581a4fd4c95fcb889c4d89e1634c7c862)
65+
66+
* [`d3e7eed13`](https://github.com/npm/cli/commit/d3e7eed13a1109d7760e62bca639ed3ef64a0bd3)
67+
68+
1269
## 6.14.17 (2022-04-28)
1370

1471
### DEPENDENCIES

src/theme/nav.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
shortName: CLI
286286
url: /cli
287287
variants:
288-
- title: Version 6.14.17 (Legacy Release)
288+
- title: Version 6.14.18 (Legacy Release)
289289
shortName: v6
290290
url: /cli/v6
291291
default: false

0 commit comments

Comments
 (0)