CLI documentation update from CI

npm CLI robot committed Feb 25, 2026 at 03:15 UTC 45ffcd189145eda9230abb7488ace3eb50c3f9b3
3 files changed +4 -3
cli-cache.json
+1 -1
@@ -2,5 +2,5 @@
2 "v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b",
3 "v9": "64763a341e7aa5b456e696f956759bf9b3440dc1",
4 "v10": "6755ca2d5301b079f9e2581fc72ba2a612171364",
5 - "v11": "9a33ad03c0ac2a3feed2db5f8a84c25635865186"
5 + "v11": "4426411bda7807afbb47aa01d8bf789e8c91eaff"
6 }
\ No newline at end of file
content/nav.yml
+2 -1
@@ -1788,7 +1788,8 @@
1788 description: Manage your authentication tokens
1789 - title: npm trust
1790 url: /cli/v11/commands/npm-trust
1791 - description: Manage trusted publishing relationships between packages and CI/CD providers
1791 + description: Manage trusted publishing relationships between packages and CI/CD
1792 + providers
1793 - title: npm undeprecate
1794 url: /cli/v11/commands/npm-undeprecate
1795 description: Undeprecate a version of a package
package-lock.json
+1 -1
@@ -96,7 +96,7 @@
96 "devDependencies": {
97 "@npmcli/eslint-config": "^6.0.0",
98 "@npmcli/template-oss": "4.29.0",
99 - "tap": "^21.6.2"
99 + "tap": "^21.0.0"
100 },
101 "engines": {
102 "node": ">=22.9.0"