From 5e9d7f40892d89f3bbed0fb85719e6436e938654 Mon Sep 17 00:00:00 2001 From: reggi Date: Wed, 18 Dec 2024 10:41:15 -0500 Subject: [PATCH 1/2] fix: v10 docs --- cli-cache.json | 4 +- content/cli/v10/commands/index.mdx | 13 --- content/cli/v10/commands/npm-access.mdx | 16 ---- content/cli/v10/commands/npm-adduser.mdx | 16 ---- content/cli/v10/commands/npm-audit.mdx | 16 ---- content/cli/v10/commands/npm-bugs.mdx | 16 ---- content/cli/v10/commands/npm-cache.mdx | 16 ---- content/cli/v10/commands/npm-ci.mdx | 16 ---- content/cli/v10/commands/npm-completion.mdx | 16 ---- content/cli/v10/commands/npm-config.mdx | 16 ---- content/cli/v10/commands/npm-dedupe.mdx | 16 ---- content/cli/v10/commands/npm-deprecate.mdx | 16 ---- content/cli/v10/commands/npm-diff.mdx | 16 ---- content/cli/v10/commands/npm-dist-tag.mdx | 16 ---- content/cli/v10/commands/npm-docs.mdx | 16 ---- content/cli/v10/commands/npm-doctor.mdx | 16 ---- content/cli/v10/commands/npm-edit.mdx | 16 ---- content/cli/v10/commands/npm-exec.mdx | 16 ---- content/cli/v10/commands/npm-explain.mdx | 16 ---- content/cli/v10/commands/npm-explore.mdx | 16 ---- content/cli/v10/commands/npm-find-dupes.mdx | 16 ---- content/cli/v10/commands/npm-fund.mdx | 16 ---- content/cli/v10/commands/npm-help-search.mdx | 16 ---- content/cli/v10/commands/npm-help.mdx | 16 ---- content/cli/v10/commands/npm-hook.mdx | 16 ---- content/cli/v10/commands/npm-init.mdx | 16 ---- .../cli/v10/commands/npm-install-ci-test.mdx | 16 ---- content/cli/v10/commands/npm-install-test.mdx | 16 ---- content/cli/v10/commands/npm-install.mdx | 16 ---- content/cli/v10/commands/npm-link.mdx | 16 ---- content/cli/v10/commands/npm-login.mdx | 16 ---- content/cli/v10/commands/npm-logout.mdx | 16 ---- content/cli/v10/commands/npm-ls.mdx | 16 ---- content/cli/v10/commands/npm-org.mdx | 16 ---- content/cli/v10/commands/npm-outdated.mdx | 16 ---- content/cli/v10/commands/npm-owner.mdx | 16 ---- content/cli/v10/commands/npm-pack.mdx | 16 ---- content/cli/v10/commands/npm-ping.mdx | 16 ---- content/cli/v10/commands/npm-pkg.mdx | 16 ---- content/cli/v10/commands/npm-prefix.mdx | 16 ---- content/cli/v10/commands/npm-profile.mdx | 16 ---- content/cli/v10/commands/npm-prune.mdx | 16 ---- content/cli/v10/commands/npm-publish.mdx | 16 ---- content/cli/v10/commands/npm-query.mdx | 16 ---- content/cli/v10/commands/npm-rebuild.mdx | 16 ---- content/cli/v10/commands/npm-repo.mdx | 16 ---- content/cli/v10/commands/npm-restart.mdx | 16 ---- content/cli/v10/commands/npm-root.mdx | 16 ---- content/cli/v10/commands/npm-run-script.mdx | 16 ---- content/cli/v10/commands/npm-sbom.mdx | 16 ---- content/cli/v10/commands/npm-search.mdx | 16 ---- content/cli/v10/commands/npm-shrinkwrap.mdx | 16 ---- content/cli/v10/commands/npm-star.mdx | 16 ---- content/cli/v10/commands/npm-stars.mdx | 16 ---- content/cli/v10/commands/npm-start.mdx | 16 ---- content/cli/v10/commands/npm-stop.mdx | 16 ---- content/cli/v10/commands/npm-team.mdx | 16 ---- content/cli/v10/commands/npm-test.mdx | 16 ---- content/cli/v10/commands/npm-token.mdx | 16 ---- content/cli/v10/commands/npm-uninstall.mdx | 16 ---- content/cli/v10/commands/npm-unpublish.mdx | 16 ---- content/cli/v10/commands/npm-unstar.mdx | 16 ---- content/cli/v10/commands/npm-update.mdx | 16 ---- content/cli/v10/commands/npm-version.mdx | 16 ---- content/cli/v10/commands/npm-view.mdx | 16 ---- content/cli/v10/commands/npm-whoami.mdx | 16 ---- content/cli/v10/commands/npm.mdx | 8 -- content/cli/v10/commands/npx.mdx | 8 -- content/cli/v10/configuring-npm/folders.mdx | 6 -- content/cli/v10/configuring-npm/index.mdx | 12 --- content/cli/v10/configuring-npm/install.mdx | 6 -- .../configuring-npm/npm-shrinkwrap-json.mdx | 12 --- content/cli/v10/configuring-npm/npmrc.mdx | 6 -- .../cli/v10/configuring-npm/package-json.mdx | 12 --- .../v10/configuring-npm/package-lock-json.mdx | 12 --- content/cli/v10/index.mdx | 4 - content/cli/v10/using-npm/changelog.mdx | 87 +------------------ content/cli/v10/using-npm/config.mdx | 6 -- .../v10/using-npm/dependency-selectors.mdx | 6 -- content/cli/v10/using-npm/developers.mdx | 6 -- content/cli/v10/using-npm/index.mdx | 12 --- content/cli/v10/using-npm/logging.mdx | 6 -- content/cli/v10/using-npm/orgs.mdx | 6 -- content/cli/v10/using-npm/package-spec.mdx | 6 -- content/cli/v10/using-npm/registry.mdx | 6 -- content/cli/v10/using-npm/removal.mdx | 12 --- content/cli/v10/using-npm/scope.mdx | 12 --- content/cli/v10/using-npm/scripts.mdx | 6 -- content/cli/v10/using-npm/workspaces.mdx | 6 -- content/nav.yml | 4 +- 90 files changed, 5 insertions(+), 1303 deletions(-) diff --git a/cli-cache.json b/cli-cache.json index 466f9c28054..8048953da70 100644 --- a/cli-cache.json +++ b/cli-cache.json @@ -1,6 +1,6 @@ { "v11": "f7da341322c2f860156e8144b208583596504479", "v9": "64763a341e7aa5b456e696f956759bf9b3440dc1", - "v10": "a3041941586b6fb8ed7403fe3c24d81138a96005", - "v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b" + "v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b", + "v10": "a3041941586b6fb8ed7403fe3c24d81138a96005" } \ No newline at end of file diff --git a/content/cli/v10/commands/index.mdx b/content/cli/v10/commands/index.mdx index 5d69d43ef1d..594d787d9fc 100644 --- a/content/cli/v10/commands/index.mdx +++ b/content/cli/v10/commands/index.mdx @@ -5,26 +5,13 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/nav.yml redirect_from: - - /cli-commands - - /cli-commands/index - - /cli-documentation/cli - - /cli-documentation/cli-commands - - /cli-documentation/cli-commands/index - - /cli-documentation/commands - - /cli-documentation/commands/index - /cli-documentation/v10/cli-commands - /cli-documentation/v10/cli-commands/index - /cli-documentation/v10/commands - /cli-documentation/v10/commands/index - - /cli/cli-commands - - /cli/cli-commands/index - - /cli/commands - - /cli/commands/index - /cli/v10/cli-commands - /cli/v10/cli-commands/index - /cli/v10/commands/index - - /commands - - /commands/index --- diff --git a/content/cli/v10/commands/npm-access.mdx b/content/cli/v10/commands/npm-access.mdx index b9918ba458d..900fafb1772 100644 --- a/content/cli/v10/commands/npm-access.mdx +++ b/content/cli/v10/commands/npm-access.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-access.md redirect_from: - - /cli-commands/access - - /cli-commands/npm-access - - /cli-documentation/access - - /cli-documentation/cli-commands/access - - /cli-documentation/cli-commands/npm-access - - /cli-documentation/commands/access - - /cli-documentation/commands/npm-access - - /cli-documentation/npm-access - /cli-documentation/v10/access - /cli-documentation/v10/cli-commands/access - /cli-documentation/v10/cli-commands/npm-access - /cli-documentation/v10/commands/access - /cli-documentation/v10/commands/npm-access - /cli-documentation/v10/npm-access - - /cli/access - - /cli/cli-commands/access - - /cli/cli-commands/npm-access - - /cli/commands/access - - /cli/commands/npm-access - - /cli/npm-access - /cli/v10/access - /cli/v10/cli-commands/access - /cli/v10/cli-commands/npm-access - /cli/v10/commands/access - /cli/v10/npm-access - - /commands/access - - /commands/npm-access --- ### Synopsis diff --git a/content/cli/v10/commands/npm-adduser.mdx b/content/cli/v10/commands/npm-adduser.mdx index 7092fa41dd7..cf673bb69db 100644 --- a/content/cli/v10/commands/npm-adduser.mdx +++ b/content/cli/v10/commands/npm-adduser.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-adduser.md redirect_from: - - /cli-commands/adduser - - /cli-commands/npm-adduser - - /cli-documentation/adduser - - /cli-documentation/cli-commands/adduser - - /cli-documentation/cli-commands/npm-adduser - - /cli-documentation/commands/adduser - - /cli-documentation/commands/npm-adduser - - /cli-documentation/npm-adduser - /cli-documentation/v10/adduser - /cli-documentation/v10/cli-commands/adduser - /cli-documentation/v10/cli-commands/npm-adduser - /cli-documentation/v10/commands/adduser - /cli-documentation/v10/commands/npm-adduser - /cli-documentation/v10/npm-adduser - - /cli/adduser - - /cli/cli-commands/adduser - - /cli/cli-commands/npm-adduser - - /cli/commands/adduser - - /cli/commands/npm-adduser - - /cli/npm-adduser - /cli/v10/adduser - /cli/v10/cli-commands/adduser - /cli/v10/cli-commands/npm-adduser - /cli/v10/commands/adduser - /cli/v10/npm-adduser - - /commands/adduser - - /commands/npm-adduser --- ### Synopsis diff --git a/content/cli/v10/commands/npm-audit.mdx b/content/cli/v10/commands/npm-audit.mdx index b0b83e5c78c..18d94b59863 100644 --- a/content/cli/v10/commands/npm-audit.mdx +++ b/content/cli/v10/commands/npm-audit.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-audit.md redirect_from: - - /cli-commands/audit - - /cli-commands/npm-audit - - /cli-documentation/audit - - /cli-documentation/cli-commands/audit - - /cli-documentation/cli-commands/npm-audit - - /cli-documentation/commands/audit - - /cli-documentation/commands/npm-audit - - /cli-documentation/npm-audit - /cli-documentation/v10/audit - /cli-documentation/v10/cli-commands/audit - /cli-documentation/v10/cli-commands/npm-audit - /cli-documentation/v10/commands/audit - /cli-documentation/v10/commands/npm-audit - /cli-documentation/v10/npm-audit - - /cli/audit - - /cli/cli-commands/audit - - /cli/cli-commands/npm-audit - - /cli/commands/audit - - /cli/commands/npm-audit - - /cli/npm-audit - /cli/v10/audit - /cli/v10/cli-commands/audit - /cli/v10/cli-commands/npm-audit - /cli/v10/commands/audit - /cli/v10/npm-audit - - /commands/audit - - /commands/npm-audit --- ### Synopsis diff --git a/content/cli/v10/commands/npm-bugs.mdx b/content/cli/v10/commands/npm-bugs.mdx index 80ba0d495d1..0d10583688b 100644 --- a/content/cli/v10/commands/npm-bugs.mdx +++ b/content/cli/v10/commands/npm-bugs.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-bugs.md redirect_from: - - /cli-commands/bugs - - /cli-commands/npm-bugs - - /cli-documentation/bugs - - /cli-documentation/cli-commands/bugs - - /cli-documentation/cli-commands/npm-bugs - - /cli-documentation/commands/bugs - - /cli-documentation/commands/npm-bugs - - /cli-documentation/npm-bugs - /cli-documentation/v10/bugs - /cli-documentation/v10/cli-commands/bugs - /cli-documentation/v10/cli-commands/npm-bugs - /cli-documentation/v10/commands/bugs - /cli-documentation/v10/commands/npm-bugs - /cli-documentation/v10/npm-bugs - - /cli/bugs - - /cli/cli-commands/bugs - - /cli/cli-commands/npm-bugs - - /cli/commands/bugs - - /cli/commands/npm-bugs - - /cli/npm-bugs - /cli/v10/bugs - /cli/v10/cli-commands/bugs - /cli/v10/cli-commands/npm-bugs - /cli/v10/commands/bugs - /cli/v10/npm-bugs - - /commands/bugs - - /commands/npm-bugs --- ### Synopsis diff --git a/content/cli/v10/commands/npm-cache.mdx b/content/cli/v10/commands/npm-cache.mdx index 2828610aa2f..601df40bf8a 100644 --- a/content/cli/v10/commands/npm-cache.mdx +++ b/content/cli/v10/commands/npm-cache.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-cache.md redirect_from: - - /cli-commands/cache - - /cli-commands/npm-cache - - /cli-documentation/cache - - /cli-documentation/cli-commands/cache - - /cli-documentation/cli-commands/npm-cache - - /cli-documentation/commands/cache - - /cli-documentation/commands/npm-cache - - /cli-documentation/npm-cache - /cli-documentation/v10/cache - /cli-documentation/v10/cli-commands/cache - /cli-documentation/v10/cli-commands/npm-cache - /cli-documentation/v10/commands/cache - /cli-documentation/v10/commands/npm-cache - /cli-documentation/v10/npm-cache - - /cli/cache - - /cli/cli-commands/cache - - /cli/cli-commands/npm-cache - - /cli/commands/cache - - /cli/commands/npm-cache - - /cli/npm-cache - /cli/v10/cache - /cli/v10/cli-commands/cache - /cli/v10/cli-commands/npm-cache - /cli/v10/commands/cache - /cli/v10/npm-cache - - /commands/cache - - /commands/npm-cache --- ### Synopsis diff --git a/content/cli/v10/commands/npm-ci.mdx b/content/cli/v10/commands/npm-ci.mdx index f7dc27ea1c9..4c78c224f01 100644 --- a/content/cli/v10/commands/npm-ci.mdx +++ b/content/cli/v10/commands/npm-ci.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-ci.md redirect_from: - - /cli-commands/ci - - /cli-commands/npm-ci - - /cli-documentation/ci - - /cli-documentation/cli-commands/ci - - /cli-documentation/cli-commands/npm-ci - - /cli-documentation/commands/ci - - /cli-documentation/commands/npm-ci - - /cli-documentation/npm-ci - /cli-documentation/v10/ci - /cli-documentation/v10/cli-commands/ci - /cli-documentation/v10/cli-commands/npm-ci - /cli-documentation/v10/commands/ci - /cli-documentation/v10/commands/npm-ci - /cli-documentation/v10/npm-ci - - /cli/ci - - /cli/cli-commands/ci - - /cli/cli-commands/npm-ci - - /cli/commands/ci - - /cli/commands/npm-ci - - /cli/npm-ci - /cli/v10/ci - /cli/v10/cli-commands/ci - /cli/v10/cli-commands/npm-ci - /cli/v10/commands/ci - /cli/v10/npm-ci - - /commands/ci - - /commands/npm-ci --- ### Synopsis diff --git a/content/cli/v10/commands/npm-completion.mdx b/content/cli/v10/commands/npm-completion.mdx index a8cb596b713..77353a22a88 100644 --- a/content/cli/v10/commands/npm-completion.mdx +++ b/content/cli/v10/commands/npm-completion.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-completion.md redirect_from: - - /cli-commands/completion - - /cli-commands/npm-completion - - /cli-documentation/cli-commands/completion - - /cli-documentation/cli-commands/npm-completion - - /cli-documentation/commands/completion - - /cli-documentation/commands/npm-completion - - /cli-documentation/completion - - /cli-documentation/npm-completion - /cli-documentation/v10/cli-commands/completion - /cli-documentation/v10/cli-commands/npm-completion - /cli-documentation/v10/commands/completion - /cli-documentation/v10/commands/npm-completion - /cli-documentation/v10/completion - /cli-documentation/v10/npm-completion - - /cli/cli-commands/completion - - /cli/cli-commands/npm-completion - - /cli/commands/completion - - /cli/commands/npm-completion - - /cli/completion - - /cli/npm-completion - /cli/v10/cli-commands/completion - /cli/v10/cli-commands/npm-completion - /cli/v10/commands/completion - /cli/v10/completion - /cli/v10/npm-completion - - /commands/completion - - /commands/npm-completion --- ### Synopsis diff --git a/content/cli/v10/commands/npm-config.mdx b/content/cli/v10/commands/npm-config.mdx index 35d07a6efe2..616794cf9c4 100644 --- a/content/cli/v10/commands/npm-config.mdx +++ b/content/cli/v10/commands/npm-config.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-config.md redirect_from: - - /cli-commands/config - - /cli-commands/npm-config - - /cli-documentation/cli-commands/config - - /cli-documentation/cli-commands/npm-config - - /cli-documentation/commands/config - - /cli-documentation/commands/npm-config - - /cli-documentation/config - - /cli-documentation/npm-config - /cli-documentation/v10/cli-commands/config - /cli-documentation/v10/cli-commands/npm-config - /cli-documentation/v10/commands/config - /cli-documentation/v10/commands/npm-config - /cli-documentation/v10/config - /cli-documentation/v10/npm-config - - /cli/cli-commands/config - - /cli/cli-commands/npm-config - - /cli/commands/config - - /cli/commands/npm-config - - /cli/config - - /cli/npm-config - /cli/v10/cli-commands/config - /cli/v10/cli-commands/npm-config - /cli/v10/commands/config - /cli/v10/config - /cli/v10/npm-config - - /commands/config - - /commands/npm-config --- ### Synopsis diff --git a/content/cli/v10/commands/npm-dedupe.mdx b/content/cli/v10/commands/npm-dedupe.mdx index 108e8e0f377..850ef60086f 100644 --- a/content/cli/v10/commands/npm-dedupe.mdx +++ b/content/cli/v10/commands/npm-dedupe.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-dedupe.md redirect_from: - - /cli-commands/dedupe - - /cli-commands/npm-dedupe - - /cli-documentation/cli-commands/dedupe - - /cli-documentation/cli-commands/npm-dedupe - - /cli-documentation/commands/dedupe - - /cli-documentation/commands/npm-dedupe - - /cli-documentation/dedupe - - /cli-documentation/npm-dedupe - /cli-documentation/v10/cli-commands/dedupe - /cli-documentation/v10/cli-commands/npm-dedupe - /cli-documentation/v10/commands/dedupe - /cli-documentation/v10/commands/npm-dedupe - /cli-documentation/v10/dedupe - /cli-documentation/v10/npm-dedupe - - /cli/cli-commands/dedupe - - /cli/cli-commands/npm-dedupe - - /cli/commands/dedupe - - /cli/commands/npm-dedupe - - /cli/dedupe - - /cli/npm-dedupe - /cli/v10/cli-commands/dedupe - /cli/v10/cli-commands/npm-dedupe - /cli/v10/commands/dedupe - /cli/v10/dedupe - /cli/v10/npm-dedupe - - /commands/dedupe - - /commands/npm-dedupe --- ### Synopsis diff --git a/content/cli/v10/commands/npm-deprecate.mdx b/content/cli/v10/commands/npm-deprecate.mdx index 1ec1454a5e9..80442a366f2 100644 --- a/content/cli/v10/commands/npm-deprecate.mdx +++ b/content/cli/v10/commands/npm-deprecate.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-deprecate.md redirect_from: - - /cli-commands/deprecate - - /cli-commands/npm-deprecate - - /cli-documentation/cli-commands/deprecate - - /cli-documentation/cli-commands/npm-deprecate - - /cli-documentation/commands/deprecate - - /cli-documentation/commands/npm-deprecate - - /cli-documentation/deprecate - - /cli-documentation/npm-deprecate - /cli-documentation/v10/cli-commands/deprecate - /cli-documentation/v10/cli-commands/npm-deprecate - /cli-documentation/v10/commands/deprecate - /cli-documentation/v10/commands/npm-deprecate - /cli-documentation/v10/deprecate - /cli-documentation/v10/npm-deprecate - - /cli/cli-commands/deprecate - - /cli/cli-commands/npm-deprecate - - /cli/commands/deprecate - - /cli/commands/npm-deprecate - - /cli/deprecate - - /cli/npm-deprecate - /cli/v10/cli-commands/deprecate - /cli/v10/cli-commands/npm-deprecate - /cli/v10/commands/deprecate - /cli/v10/deprecate - /cli/v10/npm-deprecate - - /commands/deprecate - - /commands/npm-deprecate --- ### Synopsis diff --git a/content/cli/v10/commands/npm-diff.mdx b/content/cli/v10/commands/npm-diff.mdx index 60bb0609495..5770ec257bb 100644 --- a/content/cli/v10/commands/npm-diff.mdx +++ b/content/cli/v10/commands/npm-diff.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-diff.md redirect_from: - - /cli-commands/diff - - /cli-commands/npm-diff - - /cli-documentation/cli-commands/diff - - /cli-documentation/cli-commands/npm-diff - - /cli-documentation/commands/diff - - /cli-documentation/commands/npm-diff - - /cli-documentation/diff - - /cli-documentation/npm-diff - /cli-documentation/v10/cli-commands/diff - /cli-documentation/v10/cli-commands/npm-diff - /cli-documentation/v10/commands/diff - /cli-documentation/v10/commands/npm-diff - /cli-documentation/v10/diff - /cli-documentation/v10/npm-diff - - /cli/cli-commands/diff - - /cli/cli-commands/npm-diff - - /cli/commands/diff - - /cli/commands/npm-diff - - /cli/diff - - /cli/npm-diff - /cli/v10/cli-commands/diff - /cli/v10/cli-commands/npm-diff - /cli/v10/commands/diff - /cli/v10/diff - /cli/v10/npm-diff - - /commands/diff - - /commands/npm-diff --- ### Synopsis diff --git a/content/cli/v10/commands/npm-dist-tag.mdx b/content/cli/v10/commands/npm-dist-tag.mdx index 6c2750f912b..b23de9e142f 100644 --- a/content/cli/v10/commands/npm-dist-tag.mdx +++ b/content/cli/v10/commands/npm-dist-tag.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-dist-tag.md redirect_from: - - /cli-commands/dist-tag - - /cli-commands/npm-dist-tag - - /cli-documentation/cli-commands/dist-tag - - /cli-documentation/cli-commands/npm-dist-tag - - /cli-documentation/commands/dist-tag - - /cli-documentation/commands/npm-dist-tag - - /cli-documentation/dist-tag - - /cli-documentation/npm-dist-tag - /cli-documentation/v10/cli-commands/dist-tag - /cli-documentation/v10/cli-commands/npm-dist-tag - /cli-documentation/v10/commands/dist-tag - /cli-documentation/v10/commands/npm-dist-tag - /cli-documentation/v10/dist-tag - /cli-documentation/v10/npm-dist-tag - - /cli/cli-commands/dist-tag - - /cli/cli-commands/npm-dist-tag - - /cli/commands/dist-tag - - /cli/commands/npm-dist-tag - - /cli/dist-tag - - /cli/npm-dist-tag - /cli/v10/cli-commands/dist-tag - /cli/v10/cli-commands/npm-dist-tag - /cli/v10/commands/dist-tag - /cli/v10/dist-tag - /cli/v10/npm-dist-tag - - /commands/dist-tag - - /commands/npm-dist-tag --- ### Synopsis diff --git a/content/cli/v10/commands/npm-docs.mdx b/content/cli/v10/commands/npm-docs.mdx index 0b2bfdea955..63ff3a8e5f6 100644 --- a/content/cli/v10/commands/npm-docs.mdx +++ b/content/cli/v10/commands/npm-docs.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-docs.md redirect_from: - - /cli-commands/docs - - /cli-commands/npm-docs - - /cli-documentation/cli-commands/docs - - /cli-documentation/cli-commands/npm-docs - - /cli-documentation/commands/docs - - /cli-documentation/commands/npm-docs - - /cli-documentation/docs - - /cli-documentation/npm-docs - /cli-documentation/v10/cli-commands/docs - /cli-documentation/v10/cli-commands/npm-docs - /cli-documentation/v10/commands/docs - /cli-documentation/v10/commands/npm-docs - /cli-documentation/v10/docs - /cli-documentation/v10/npm-docs - - /cli/cli-commands/docs - - /cli/cli-commands/npm-docs - - /cli/commands/docs - - /cli/commands/npm-docs - - /cli/docs - - /cli/npm-docs - /cli/v10/cli-commands/docs - /cli/v10/cli-commands/npm-docs - /cli/v10/commands/docs - /cli/v10/docs - /cli/v10/npm-docs - - /commands/docs - - /commands/npm-docs --- ### Synopsis diff --git a/content/cli/v10/commands/npm-doctor.mdx b/content/cli/v10/commands/npm-doctor.mdx index ae6daced189..e992d76447f 100644 --- a/content/cli/v10/commands/npm-doctor.mdx +++ b/content/cli/v10/commands/npm-doctor.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-doctor.md redirect_from: - - /cli-commands/doctor - - /cli-commands/npm-doctor - - /cli-documentation/cli-commands/doctor - - /cli-documentation/cli-commands/npm-doctor - - /cli-documentation/commands/doctor - - /cli-documentation/commands/npm-doctor - - /cli-documentation/doctor - - /cli-documentation/npm-doctor - /cli-documentation/v10/cli-commands/doctor - /cli-documentation/v10/cli-commands/npm-doctor - /cli-documentation/v10/commands/doctor - /cli-documentation/v10/commands/npm-doctor - /cli-documentation/v10/doctor - /cli-documentation/v10/npm-doctor - - /cli/cli-commands/doctor - - /cli/cli-commands/npm-doctor - - /cli/commands/doctor - - /cli/commands/npm-doctor - - /cli/doctor - - /cli/npm-doctor - /cli/v10/cli-commands/doctor - /cli/v10/cli-commands/npm-doctor - /cli/v10/commands/doctor - /cli/v10/doctor - /cli/v10/npm-doctor - - /commands/doctor - - /commands/npm-doctor --- ### Synopsis diff --git a/content/cli/v10/commands/npm-edit.mdx b/content/cli/v10/commands/npm-edit.mdx index 05168ed7c66..67fed4e6f8b 100644 --- a/content/cli/v10/commands/npm-edit.mdx +++ b/content/cli/v10/commands/npm-edit.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-edit.md redirect_from: - - /cli-commands/edit - - /cli-commands/npm-edit - - /cli-documentation/cli-commands/edit - - /cli-documentation/cli-commands/npm-edit - - /cli-documentation/commands/edit - - /cli-documentation/commands/npm-edit - - /cli-documentation/edit - - /cli-documentation/npm-edit - /cli-documentation/v10/cli-commands/edit - /cli-documentation/v10/cli-commands/npm-edit - /cli-documentation/v10/commands/edit - /cli-documentation/v10/commands/npm-edit - /cli-documentation/v10/edit - /cli-documentation/v10/npm-edit - - /cli/cli-commands/edit - - /cli/cli-commands/npm-edit - - /cli/commands/edit - - /cli/commands/npm-edit - - /cli/edit - - /cli/npm-edit - /cli/v10/cli-commands/edit - /cli/v10/cli-commands/npm-edit - /cli/v10/commands/edit - /cli/v10/edit - /cli/v10/npm-edit - - /commands/edit - - /commands/npm-edit --- ### Synopsis diff --git a/content/cli/v10/commands/npm-exec.mdx b/content/cli/v10/commands/npm-exec.mdx index 650e92aac9a..dd8443566f3 100644 --- a/content/cli/v10/commands/npm-exec.mdx +++ b/content/cli/v10/commands/npm-exec.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-exec.md redirect_from: - - /cli-commands/exec - - /cli-commands/npm-exec - - /cli-documentation/cli-commands/exec - - /cli-documentation/cli-commands/npm-exec - - /cli-documentation/commands/exec - - /cli-documentation/commands/npm-exec - - /cli-documentation/exec - - /cli-documentation/npm-exec - /cli-documentation/v10/cli-commands/exec - /cli-documentation/v10/cli-commands/npm-exec - /cli-documentation/v10/commands/exec - /cli-documentation/v10/commands/npm-exec - /cli-documentation/v10/exec - /cli-documentation/v10/npm-exec - - /cli/cli-commands/exec - - /cli/cli-commands/npm-exec - - /cli/commands/exec - - /cli/commands/npm-exec - - /cli/exec - - /cli/npm-exec - /cli/v10/cli-commands/exec - /cli/v10/cli-commands/npm-exec - /cli/v10/commands/exec - /cli/v10/exec - /cli/v10/npm-exec - - /commands/exec - - /commands/npm-exec --- ### Synopsis diff --git a/content/cli/v10/commands/npm-explain.mdx b/content/cli/v10/commands/npm-explain.mdx index 306f9189cca..71df8bf1c0e 100644 --- a/content/cli/v10/commands/npm-explain.mdx +++ b/content/cli/v10/commands/npm-explain.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-explain.md redirect_from: - - /cli-commands/explain - - /cli-commands/npm-explain - - /cli-documentation/cli-commands/explain - - /cli-documentation/cli-commands/npm-explain - - /cli-documentation/commands/explain - - /cli-documentation/commands/npm-explain - - /cli-documentation/explain - - /cli-documentation/npm-explain - /cli-documentation/v10/cli-commands/explain - /cli-documentation/v10/cli-commands/npm-explain - /cli-documentation/v10/commands/explain - /cli-documentation/v10/commands/npm-explain - /cli-documentation/v10/explain - /cli-documentation/v10/npm-explain - - /cli/cli-commands/explain - - /cli/cli-commands/npm-explain - - /cli/commands/explain - - /cli/commands/npm-explain - - /cli/explain - - /cli/npm-explain - /cli/v10/cli-commands/explain - /cli/v10/cli-commands/npm-explain - /cli/v10/commands/explain - /cli/v10/explain - /cli/v10/npm-explain - - /commands/explain - - /commands/npm-explain --- ### Synopsis diff --git a/content/cli/v10/commands/npm-explore.mdx b/content/cli/v10/commands/npm-explore.mdx index bb15f3ddb2e..ce90cd7db63 100644 --- a/content/cli/v10/commands/npm-explore.mdx +++ b/content/cli/v10/commands/npm-explore.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-explore.md redirect_from: - - /cli-commands/explore - - /cli-commands/npm-explore - - /cli-documentation/cli-commands/explore - - /cli-documentation/cli-commands/npm-explore - - /cli-documentation/commands/explore - - /cli-documentation/commands/npm-explore - - /cli-documentation/explore - - /cli-documentation/npm-explore - /cli-documentation/v10/cli-commands/explore - /cli-documentation/v10/cli-commands/npm-explore - /cli-documentation/v10/commands/explore - /cli-documentation/v10/commands/npm-explore - /cli-documentation/v10/explore - /cli-documentation/v10/npm-explore - - /cli/cli-commands/explore - - /cli/cli-commands/npm-explore - - /cli/commands/explore - - /cli/commands/npm-explore - - /cli/explore - - /cli/npm-explore - /cli/v10/cli-commands/explore - /cli/v10/cli-commands/npm-explore - /cli/v10/commands/explore - /cli/v10/explore - /cli/v10/npm-explore - - /commands/explore - - /commands/npm-explore --- ### Synopsis diff --git a/content/cli/v10/commands/npm-find-dupes.mdx b/content/cli/v10/commands/npm-find-dupes.mdx index 546746a50ba..c3f6f778521 100644 --- a/content/cli/v10/commands/npm-find-dupes.mdx +++ b/content/cli/v10/commands/npm-find-dupes.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-find-dupes.md redirect_from: - - /cli-commands/find-dupes - - /cli-commands/npm-find-dupes - - /cli-documentation/cli-commands/find-dupes - - /cli-documentation/cli-commands/npm-find-dupes - - /cli-documentation/commands/find-dupes - - /cli-documentation/commands/npm-find-dupes - - /cli-documentation/find-dupes - - /cli-documentation/npm-find-dupes - /cli-documentation/v10/cli-commands/find-dupes - /cli-documentation/v10/cli-commands/npm-find-dupes - /cli-documentation/v10/commands/find-dupes - /cli-documentation/v10/commands/npm-find-dupes - /cli-documentation/v10/find-dupes - /cli-documentation/v10/npm-find-dupes - - /cli/cli-commands/find-dupes - - /cli/cli-commands/npm-find-dupes - - /cli/commands/find-dupes - - /cli/commands/npm-find-dupes - - /cli/find-dupes - - /cli/npm-find-dupes - /cli/v10/cli-commands/find-dupes - /cli/v10/cli-commands/npm-find-dupes - /cli/v10/commands/find-dupes - /cli/v10/find-dupes - /cli/v10/npm-find-dupes - - /commands/find-dupes - - /commands/npm-find-dupes --- ### Synopsis diff --git a/content/cli/v10/commands/npm-fund.mdx b/content/cli/v10/commands/npm-fund.mdx index 2ef6379b82b..7b5fcc735bb 100644 --- a/content/cli/v10/commands/npm-fund.mdx +++ b/content/cli/v10/commands/npm-fund.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-fund.md redirect_from: - - /cli-commands/fund - - /cli-commands/npm-fund - - /cli-documentation/cli-commands/fund - - /cli-documentation/cli-commands/npm-fund - - /cli-documentation/commands/fund - - /cli-documentation/commands/npm-fund - - /cli-documentation/fund - - /cli-documentation/npm-fund - /cli-documentation/v10/cli-commands/fund - /cli-documentation/v10/cli-commands/npm-fund - /cli-documentation/v10/commands/fund - /cli-documentation/v10/commands/npm-fund - /cli-documentation/v10/fund - /cli-documentation/v10/npm-fund - - /cli/cli-commands/fund - - /cli/cli-commands/npm-fund - - /cli/commands/fund - - /cli/commands/npm-fund - - /cli/fund - - /cli/npm-fund - /cli/v10/cli-commands/fund - /cli/v10/cli-commands/npm-fund - /cli/v10/commands/fund - /cli/v10/fund - /cli/v10/npm-fund - - /commands/fund - - /commands/npm-fund --- ### Synopsis diff --git a/content/cli/v10/commands/npm-help-search.mdx b/content/cli/v10/commands/npm-help-search.mdx index a4d156f5410..fb2a38e27cb 100644 --- a/content/cli/v10/commands/npm-help-search.mdx +++ b/content/cli/v10/commands/npm-help-search.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-help-search.md redirect_from: - - /cli-commands/help-search - - /cli-commands/npm-help-search - - /cli-documentation/cli-commands/help-search - - /cli-documentation/cli-commands/npm-help-search - - /cli-documentation/commands/help-search - - /cli-documentation/commands/npm-help-search - - /cli-documentation/help-search - - /cli-documentation/npm-help-search - /cli-documentation/v10/cli-commands/help-search - /cli-documentation/v10/cli-commands/npm-help-search - /cli-documentation/v10/commands/help-search - /cli-documentation/v10/commands/npm-help-search - /cli-documentation/v10/help-search - /cli-documentation/v10/npm-help-search - - /cli/cli-commands/help-search - - /cli/cli-commands/npm-help-search - - /cli/commands/help-search - - /cli/commands/npm-help-search - - /cli/help-search - - /cli/npm-help-search - /cli/v10/cli-commands/help-search - /cli/v10/cli-commands/npm-help-search - /cli/v10/commands/help-search - /cli/v10/help-search - /cli/v10/npm-help-search - - /commands/help-search - - /commands/npm-help-search --- ### Synopsis diff --git a/content/cli/v10/commands/npm-help.mdx b/content/cli/v10/commands/npm-help.mdx index 224f35d10af..633c847c5a9 100644 --- a/content/cli/v10/commands/npm-help.mdx +++ b/content/cli/v10/commands/npm-help.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-help.md redirect_from: - - /cli-commands/help - - /cli-commands/npm-help - - /cli-documentation/cli-commands/help - - /cli-documentation/cli-commands/npm-help - - /cli-documentation/commands/help - - /cli-documentation/commands/npm-help - - /cli-documentation/help - - /cli-documentation/npm-help - /cli-documentation/v10/cli-commands/help - /cli-documentation/v10/cli-commands/npm-help - /cli-documentation/v10/commands/help - /cli-documentation/v10/commands/npm-help - /cli-documentation/v10/help - /cli-documentation/v10/npm-help - - /cli/cli-commands/help - - /cli/cli-commands/npm-help - - /cli/commands/help - - /cli/commands/npm-help - - /cli/help - - /cli/npm-help - /cli/v10/cli-commands/help - /cli/v10/cli-commands/npm-help - /cli/v10/commands/help - /cli/v10/help - /cli/v10/npm-help - - /commands/help - - /commands/npm-help --- ### Synopsis diff --git a/content/cli/v10/commands/npm-hook.mdx b/content/cli/v10/commands/npm-hook.mdx index c3ee52160f6..8453020720f 100644 --- a/content/cli/v10/commands/npm-hook.mdx +++ b/content/cli/v10/commands/npm-hook.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-hook.md redirect_from: - - /cli-commands/hook - - /cli-commands/npm-hook - - /cli-documentation/cli-commands/hook - - /cli-documentation/cli-commands/npm-hook - - /cli-documentation/commands/hook - - /cli-documentation/commands/npm-hook - - /cli-documentation/hook - - /cli-documentation/npm-hook - /cli-documentation/v10/cli-commands/hook - /cli-documentation/v10/cli-commands/npm-hook - /cli-documentation/v10/commands/hook - /cli-documentation/v10/commands/npm-hook - /cli-documentation/v10/hook - /cli-documentation/v10/npm-hook - - /cli/cli-commands/hook - - /cli/cli-commands/npm-hook - - /cli/commands/hook - - /cli/commands/npm-hook - - /cli/hook - - /cli/npm-hook - /cli/v10/cli-commands/hook - /cli/v10/cli-commands/npm-hook - /cli/v10/commands/hook - /cli/v10/hook - /cli/v10/npm-hook - - /commands/hook - - /commands/npm-hook --- ### Synopsis diff --git a/content/cli/v10/commands/npm-init.mdx b/content/cli/v10/commands/npm-init.mdx index a513e771dd9..be25828b86e 100644 --- a/content/cli/v10/commands/npm-init.mdx +++ b/content/cli/v10/commands/npm-init.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-init.md redirect_from: - - /cli-commands/init - - /cli-commands/npm-init - - /cli-documentation/cli-commands/init - - /cli-documentation/cli-commands/npm-init - - /cli-documentation/commands/init - - /cli-documentation/commands/npm-init - - /cli-documentation/init - - /cli-documentation/npm-init - /cli-documentation/v10/cli-commands/init - /cli-documentation/v10/cli-commands/npm-init - /cli-documentation/v10/commands/init - /cli-documentation/v10/commands/npm-init - /cli-documentation/v10/init - /cli-documentation/v10/npm-init - - /cli/cli-commands/init - - /cli/cli-commands/npm-init - - /cli/commands/init - - /cli/commands/npm-init - - /cli/init - - /cli/npm-init - /cli/v10/cli-commands/init - /cli/v10/cli-commands/npm-init - /cli/v10/commands/init - /cli/v10/init - /cli/v10/npm-init - - /commands/init - - /commands/npm-init --- ### Synopsis diff --git a/content/cli/v10/commands/npm-install-ci-test.mdx b/content/cli/v10/commands/npm-install-ci-test.mdx index 6c24fa70f32..9b93c58f953 100644 --- a/content/cli/v10/commands/npm-install-ci-test.mdx +++ b/content/cli/v10/commands/npm-install-ci-test.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-install-ci-test.md redirect_from: - - /cli-commands/install-ci-test - - /cli-commands/npm-install-ci-test - - /cli-documentation/cli-commands/install-ci-test - - /cli-documentation/cli-commands/npm-install-ci-test - - /cli-documentation/commands/install-ci-test - - /cli-documentation/commands/npm-install-ci-test - - /cli-documentation/install-ci-test - - /cli-documentation/npm-install-ci-test - /cli-documentation/v10/cli-commands/install-ci-test - /cli-documentation/v10/cli-commands/npm-install-ci-test - /cli-documentation/v10/commands/install-ci-test - /cli-documentation/v10/commands/npm-install-ci-test - /cli-documentation/v10/install-ci-test - /cli-documentation/v10/npm-install-ci-test - - /cli/cli-commands/install-ci-test - - /cli/cli-commands/npm-install-ci-test - - /cli/commands/install-ci-test - - /cli/commands/npm-install-ci-test - - /cli/install-ci-test - - /cli/npm-install-ci-test - /cli/v10/cli-commands/install-ci-test - /cli/v10/cli-commands/npm-install-ci-test - /cli/v10/commands/install-ci-test - /cli/v10/install-ci-test - /cli/v10/npm-install-ci-test - - /commands/install-ci-test - - /commands/npm-install-ci-test --- ### Synopsis diff --git a/content/cli/v10/commands/npm-install-test.mdx b/content/cli/v10/commands/npm-install-test.mdx index 3c7894b3313..93e665f7f67 100644 --- a/content/cli/v10/commands/npm-install-test.mdx +++ b/content/cli/v10/commands/npm-install-test.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-install-test.md redirect_from: - - /cli-commands/install-test - - /cli-commands/npm-install-test - - /cli-documentation/cli-commands/install-test - - /cli-documentation/cli-commands/npm-install-test - - /cli-documentation/commands/install-test - - /cli-documentation/commands/npm-install-test - - /cli-documentation/install-test - - /cli-documentation/npm-install-test - /cli-documentation/v10/cli-commands/install-test - /cli-documentation/v10/cli-commands/npm-install-test - /cli-documentation/v10/commands/install-test - /cli-documentation/v10/commands/npm-install-test - /cli-documentation/v10/install-test - /cli-documentation/v10/npm-install-test - - /cli/cli-commands/install-test - - /cli/cli-commands/npm-install-test - - /cli/commands/install-test - - /cli/commands/npm-install-test - - /cli/install-test - - /cli/npm-install-test - /cli/v10/cli-commands/install-test - /cli/v10/cli-commands/npm-install-test - /cli/v10/commands/install-test - /cli/v10/install-test - /cli/v10/npm-install-test - - /commands/install-test - - /commands/npm-install-test --- ### Synopsis diff --git a/content/cli/v10/commands/npm-install.mdx b/content/cli/v10/commands/npm-install.mdx index fa4206e2a71..42d9ebf293a 100644 --- a/content/cli/v10/commands/npm-install.mdx +++ b/content/cli/v10/commands/npm-install.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-install.md redirect_from: - - /cli-commands/install - - /cli-commands/npm-install - - /cli-documentation/cli-commands/install - - /cli-documentation/cli-commands/npm-install - - /cli-documentation/commands/install - - /cli-documentation/commands/npm-install - - /cli-documentation/install - - /cli-documentation/npm-install - /cli-documentation/v10/cli-commands/install - /cli-documentation/v10/cli-commands/npm-install - /cli-documentation/v10/commands/install - /cli-documentation/v10/commands/npm-install - /cli-documentation/v10/install - /cli-documentation/v10/npm-install - - /cli/cli-commands/install - - /cli/cli-commands/npm-install - - /cli/commands/install - - /cli/commands/npm-install - - /cli/install - - /cli/npm-install - /cli/v10/cli-commands/install - /cli/v10/cli-commands/npm-install - /cli/v10/commands/install - /cli/v10/install - /cli/v10/npm-install - - /commands/install - - /commands/npm-install --- ### Synopsis diff --git a/content/cli/v10/commands/npm-link.mdx b/content/cli/v10/commands/npm-link.mdx index 3ee6ff7db0e..d569c81efc4 100644 --- a/content/cli/v10/commands/npm-link.mdx +++ b/content/cli/v10/commands/npm-link.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-link.md redirect_from: - - /cli-commands/link - - /cli-commands/npm-link - - /cli-documentation/cli-commands/link - - /cli-documentation/cli-commands/npm-link - - /cli-documentation/commands/link - - /cli-documentation/commands/npm-link - - /cli-documentation/link - - /cli-documentation/npm-link - /cli-documentation/v10/cli-commands/link - /cli-documentation/v10/cli-commands/npm-link - /cli-documentation/v10/commands/link - /cli-documentation/v10/commands/npm-link - /cli-documentation/v10/link - /cli-documentation/v10/npm-link - - /cli/cli-commands/link - - /cli/cli-commands/npm-link - - /cli/commands/link - - /cli/commands/npm-link - - /cli/link - - /cli/npm-link - /cli/v10/cli-commands/link - /cli/v10/cli-commands/npm-link - /cli/v10/commands/link - /cli/v10/link - /cli/v10/npm-link - - /commands/link - - /commands/npm-link --- ### Synopsis diff --git a/content/cli/v10/commands/npm-login.mdx b/content/cli/v10/commands/npm-login.mdx index 2324e869c5b..71aea3fe0ff 100644 --- a/content/cli/v10/commands/npm-login.mdx +++ b/content/cli/v10/commands/npm-login.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-login.md redirect_from: - - /cli-commands/login - - /cli-commands/npm-login - - /cli-documentation/cli-commands/login - - /cli-documentation/cli-commands/npm-login - - /cli-documentation/commands/login - - /cli-documentation/commands/npm-login - - /cli-documentation/login - - /cli-documentation/npm-login - /cli-documentation/v10/cli-commands/login - /cli-documentation/v10/cli-commands/npm-login - /cli-documentation/v10/commands/login - /cli-documentation/v10/commands/npm-login - /cli-documentation/v10/login - /cli-documentation/v10/npm-login - - /cli/cli-commands/login - - /cli/cli-commands/npm-login - - /cli/commands/login - - /cli/commands/npm-login - - /cli/login - - /cli/npm-login - /cli/v10/cli-commands/login - /cli/v10/cli-commands/npm-login - /cli/v10/commands/login - /cli/v10/login - /cli/v10/npm-login - - /commands/login - - /commands/npm-login --- ### Synopsis diff --git a/content/cli/v10/commands/npm-logout.mdx b/content/cli/v10/commands/npm-logout.mdx index e18c9e5e78d..4ce7aafb7f7 100644 --- a/content/cli/v10/commands/npm-logout.mdx +++ b/content/cli/v10/commands/npm-logout.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-logout.md redirect_from: - - /cli-commands/logout - - /cli-commands/npm-logout - - /cli-documentation/cli-commands/logout - - /cli-documentation/cli-commands/npm-logout - - /cli-documentation/commands/logout - - /cli-documentation/commands/npm-logout - - /cli-documentation/logout - - /cli-documentation/npm-logout - /cli-documentation/v10/cli-commands/logout - /cli-documentation/v10/cli-commands/npm-logout - /cli-documentation/v10/commands/logout - /cli-documentation/v10/commands/npm-logout - /cli-documentation/v10/logout - /cli-documentation/v10/npm-logout - - /cli/cli-commands/logout - - /cli/cli-commands/npm-logout - - /cli/commands/logout - - /cli/commands/npm-logout - - /cli/logout - - /cli/npm-logout - /cli/v10/cli-commands/logout - /cli/v10/cli-commands/npm-logout - /cli/v10/commands/logout - /cli/v10/logout - /cli/v10/npm-logout - - /commands/logout - - /commands/npm-logout --- ### Synopsis diff --git a/content/cli/v10/commands/npm-ls.mdx b/content/cli/v10/commands/npm-ls.mdx index a7f223b1a8c..8531aa6b468 100644 --- a/content/cli/v10/commands/npm-ls.mdx +++ b/content/cli/v10/commands/npm-ls.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-ls.md redirect_from: - - /cli-commands/ls - - /cli-commands/npm-ls - - /cli-documentation/cli-commands/ls - - /cli-documentation/cli-commands/npm-ls - - /cli-documentation/commands/ls - - /cli-documentation/commands/npm-ls - - /cli-documentation/ls - - /cli-documentation/npm-ls - /cli-documentation/v10/cli-commands/ls - /cli-documentation/v10/cli-commands/npm-ls - /cli-documentation/v10/commands/ls - /cli-documentation/v10/commands/npm-ls - /cli-documentation/v10/ls - /cli-documentation/v10/npm-ls - - /cli/cli-commands/ls - - /cli/cli-commands/npm-ls - - /cli/commands/ls - - /cli/commands/npm-ls - - /cli/ls - - /cli/npm-ls - /cli/v10/cli-commands/ls - /cli/v10/cli-commands/npm-ls - /cli/v10/commands/ls - /cli/v10/ls - /cli/v10/npm-ls - - /commands/ls - - /commands/npm-ls --- ### Synopsis diff --git a/content/cli/v10/commands/npm-org.mdx b/content/cli/v10/commands/npm-org.mdx index 1d424269208..689917796ba 100644 --- a/content/cli/v10/commands/npm-org.mdx +++ b/content/cli/v10/commands/npm-org.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-org.md redirect_from: - - /cli-commands/npm-org - - /cli-commands/org - - /cli-documentation/cli-commands/npm-org - - /cli-documentation/cli-commands/org - - /cli-documentation/commands/npm-org - - /cli-documentation/commands/org - - /cli-documentation/npm-org - - /cli-documentation/org - /cli-documentation/v10/cli-commands/npm-org - /cli-documentation/v10/cli-commands/org - /cli-documentation/v10/commands/npm-org - /cli-documentation/v10/commands/org - /cli-documentation/v10/npm-org - /cli-documentation/v10/org - - /cli/cli-commands/npm-org - - /cli/cli-commands/org - - /cli/commands/npm-org - - /cli/commands/org - - /cli/npm-org - - /cli/org - /cli/v10/cli-commands/npm-org - /cli/v10/cli-commands/org - /cli/v10/commands/org - /cli/v10/npm-org - /cli/v10/org - - /commands/npm-org - - /commands/org --- ### Synopsis diff --git a/content/cli/v10/commands/npm-outdated.mdx b/content/cli/v10/commands/npm-outdated.mdx index c48a5d3201d..7a246844187 100644 --- a/content/cli/v10/commands/npm-outdated.mdx +++ b/content/cli/v10/commands/npm-outdated.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-outdated.md redirect_from: - - /cli-commands/npm-outdated - - /cli-commands/outdated - - /cli-documentation/cli-commands/npm-outdated - - /cli-documentation/cli-commands/outdated - - /cli-documentation/commands/npm-outdated - - /cli-documentation/commands/outdated - - /cli-documentation/npm-outdated - - /cli-documentation/outdated - /cli-documentation/v10/cli-commands/npm-outdated - /cli-documentation/v10/cli-commands/outdated - /cli-documentation/v10/commands/npm-outdated - /cli-documentation/v10/commands/outdated - /cli-documentation/v10/npm-outdated - /cli-documentation/v10/outdated - - /cli/cli-commands/npm-outdated - - /cli/cli-commands/outdated - - /cli/commands/npm-outdated - - /cli/commands/outdated - - /cli/npm-outdated - - /cli/outdated - /cli/v10/cli-commands/npm-outdated - /cli/v10/cli-commands/outdated - /cli/v10/commands/outdated - /cli/v10/npm-outdated - /cli/v10/outdated - - /commands/npm-outdated - - /commands/outdated --- ### Synopsis diff --git a/content/cli/v10/commands/npm-owner.mdx b/content/cli/v10/commands/npm-owner.mdx index 1d161f6b6b1..e8e6adb12c6 100644 --- a/content/cli/v10/commands/npm-owner.mdx +++ b/content/cli/v10/commands/npm-owner.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-owner.md redirect_from: - - /cli-commands/npm-owner - - /cli-commands/owner - - /cli-documentation/cli-commands/npm-owner - - /cli-documentation/cli-commands/owner - - /cli-documentation/commands/npm-owner - - /cli-documentation/commands/owner - - /cli-documentation/npm-owner - - /cli-documentation/owner - /cli-documentation/v10/cli-commands/npm-owner - /cli-documentation/v10/cli-commands/owner - /cli-documentation/v10/commands/npm-owner - /cli-documentation/v10/commands/owner - /cli-documentation/v10/npm-owner - /cli-documentation/v10/owner - - /cli/cli-commands/npm-owner - - /cli/cli-commands/owner - - /cli/commands/npm-owner - - /cli/commands/owner - - /cli/npm-owner - - /cli/owner - /cli/v10/cli-commands/npm-owner - /cli/v10/cli-commands/owner - /cli/v10/commands/owner - /cli/v10/npm-owner - /cli/v10/owner - - /commands/npm-owner - - /commands/owner --- ### Synopsis diff --git a/content/cli/v10/commands/npm-pack.mdx b/content/cli/v10/commands/npm-pack.mdx index aa8bacba59e..7c7f4d073c1 100644 --- a/content/cli/v10/commands/npm-pack.mdx +++ b/content/cli/v10/commands/npm-pack.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-pack.md redirect_from: - - /cli-commands/npm-pack - - /cli-commands/pack - - /cli-documentation/cli-commands/npm-pack - - /cli-documentation/cli-commands/pack - - /cli-documentation/commands/npm-pack - - /cli-documentation/commands/pack - - /cli-documentation/npm-pack - - /cli-documentation/pack - /cli-documentation/v10/cli-commands/npm-pack - /cli-documentation/v10/cli-commands/pack - /cli-documentation/v10/commands/npm-pack - /cli-documentation/v10/commands/pack - /cli-documentation/v10/npm-pack - /cli-documentation/v10/pack - - /cli/cli-commands/npm-pack - - /cli/cli-commands/pack - - /cli/commands/npm-pack - - /cli/commands/pack - - /cli/npm-pack - - /cli/pack - /cli/v10/cli-commands/npm-pack - /cli/v10/cli-commands/pack - /cli/v10/commands/pack - /cli/v10/npm-pack - /cli/v10/pack - - /commands/npm-pack - - /commands/pack --- ### Synopsis diff --git a/content/cli/v10/commands/npm-ping.mdx b/content/cli/v10/commands/npm-ping.mdx index 5becc2459c8..95d4216dc42 100644 --- a/content/cli/v10/commands/npm-ping.mdx +++ b/content/cli/v10/commands/npm-ping.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-ping.md redirect_from: - - /cli-commands/npm-ping - - /cli-commands/ping - - /cli-documentation/cli-commands/npm-ping - - /cli-documentation/cli-commands/ping - - /cli-documentation/commands/npm-ping - - /cli-documentation/commands/ping - - /cli-documentation/npm-ping - - /cli-documentation/ping - /cli-documentation/v10/cli-commands/npm-ping - /cli-documentation/v10/cli-commands/ping - /cli-documentation/v10/commands/npm-ping - /cli-documentation/v10/commands/ping - /cli-documentation/v10/npm-ping - /cli-documentation/v10/ping - - /cli/cli-commands/npm-ping - - /cli/cli-commands/ping - - /cli/commands/npm-ping - - /cli/commands/ping - - /cli/npm-ping - - /cli/ping - /cli/v10/cli-commands/npm-ping - /cli/v10/cli-commands/ping - /cli/v10/commands/ping - /cli/v10/npm-ping - /cli/v10/ping - - /commands/npm-ping - - /commands/ping --- ### Synopsis diff --git a/content/cli/v10/commands/npm-pkg.mdx b/content/cli/v10/commands/npm-pkg.mdx index a5afb940c87..b9778464b23 100644 --- a/content/cli/v10/commands/npm-pkg.mdx +++ b/content/cli/v10/commands/npm-pkg.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-pkg.md redirect_from: - - /cli-commands/npm-pkg - - /cli-commands/pkg - - /cli-documentation/cli-commands/npm-pkg - - /cli-documentation/cli-commands/pkg - - /cli-documentation/commands/npm-pkg - - /cli-documentation/commands/pkg - - /cli-documentation/npm-pkg - - /cli-documentation/pkg - /cli-documentation/v10/cli-commands/npm-pkg - /cli-documentation/v10/cli-commands/pkg - /cli-documentation/v10/commands/npm-pkg - /cli-documentation/v10/commands/pkg - /cli-documentation/v10/npm-pkg - /cli-documentation/v10/pkg - - /cli/cli-commands/npm-pkg - - /cli/cli-commands/pkg - - /cli/commands/npm-pkg - - /cli/commands/pkg - - /cli/npm-pkg - - /cli/pkg - /cli/v10/cli-commands/npm-pkg - /cli/v10/cli-commands/pkg - /cli/v10/commands/pkg - /cli/v10/npm-pkg - /cli/v10/pkg - - /commands/npm-pkg - - /commands/pkg --- ### Synopsis diff --git a/content/cli/v10/commands/npm-prefix.mdx b/content/cli/v10/commands/npm-prefix.mdx index f48e342262a..ab729a6ab68 100644 --- a/content/cli/v10/commands/npm-prefix.mdx +++ b/content/cli/v10/commands/npm-prefix.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-prefix.md redirect_from: - - /cli-commands/npm-prefix - - /cli-commands/prefix - - /cli-documentation/cli-commands/npm-prefix - - /cli-documentation/cli-commands/prefix - - /cli-documentation/commands/npm-prefix - - /cli-documentation/commands/prefix - - /cli-documentation/npm-prefix - - /cli-documentation/prefix - /cli-documentation/v10/cli-commands/npm-prefix - /cli-documentation/v10/cli-commands/prefix - /cli-documentation/v10/commands/npm-prefix - /cli-documentation/v10/commands/prefix - /cli-documentation/v10/npm-prefix - /cli-documentation/v10/prefix - - /cli/cli-commands/npm-prefix - - /cli/cli-commands/prefix - - /cli/commands/npm-prefix - - /cli/commands/prefix - - /cli/npm-prefix - - /cli/prefix - /cli/v10/cli-commands/npm-prefix - /cli/v10/cli-commands/prefix - /cli/v10/commands/prefix - /cli/v10/npm-prefix - /cli/v10/prefix - - /commands/npm-prefix - - /commands/prefix --- ### Synopsis diff --git a/content/cli/v10/commands/npm-profile.mdx b/content/cli/v10/commands/npm-profile.mdx index 4da857e867f..4a528903fcc 100644 --- a/content/cli/v10/commands/npm-profile.mdx +++ b/content/cli/v10/commands/npm-profile.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-profile.md redirect_from: - - /cli-commands/npm-profile - - /cli-commands/profile - - /cli-documentation/cli-commands/npm-profile - - /cli-documentation/cli-commands/profile - - /cli-documentation/commands/npm-profile - - /cli-documentation/commands/profile - - /cli-documentation/npm-profile - - /cli-documentation/profile - /cli-documentation/v10/cli-commands/npm-profile - /cli-documentation/v10/cli-commands/profile - /cli-documentation/v10/commands/npm-profile - /cli-documentation/v10/commands/profile - /cli-documentation/v10/npm-profile - /cli-documentation/v10/profile - - /cli/cli-commands/npm-profile - - /cli/cli-commands/profile - - /cli/commands/npm-profile - - /cli/commands/profile - - /cli/npm-profile - - /cli/profile - /cli/v10/cli-commands/npm-profile - /cli/v10/cli-commands/profile - /cli/v10/commands/profile - /cli/v10/npm-profile - /cli/v10/profile - - /commands/npm-profile - - /commands/profile --- ### Synopsis diff --git a/content/cli/v10/commands/npm-prune.mdx b/content/cli/v10/commands/npm-prune.mdx index b8273effa97..301e9021309 100644 --- a/content/cli/v10/commands/npm-prune.mdx +++ b/content/cli/v10/commands/npm-prune.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-prune.md redirect_from: - - /cli-commands/npm-prune - - /cli-commands/prune - - /cli-documentation/cli-commands/npm-prune - - /cli-documentation/cli-commands/prune - - /cli-documentation/commands/npm-prune - - /cli-documentation/commands/prune - - /cli-documentation/npm-prune - - /cli-documentation/prune - /cli-documentation/v10/cli-commands/npm-prune - /cli-documentation/v10/cli-commands/prune - /cli-documentation/v10/commands/npm-prune - /cli-documentation/v10/commands/prune - /cli-documentation/v10/npm-prune - /cli-documentation/v10/prune - - /cli/cli-commands/npm-prune - - /cli/cli-commands/prune - - /cli/commands/npm-prune - - /cli/commands/prune - - /cli/npm-prune - - /cli/prune - /cli/v10/cli-commands/npm-prune - /cli/v10/cli-commands/prune - /cli/v10/commands/prune - /cli/v10/npm-prune - /cli/v10/prune - - /commands/npm-prune - - /commands/prune --- ### Synopsis diff --git a/content/cli/v10/commands/npm-publish.mdx b/content/cli/v10/commands/npm-publish.mdx index 34c58fb9432..2b8a6d97205 100644 --- a/content/cli/v10/commands/npm-publish.mdx +++ b/content/cli/v10/commands/npm-publish.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-publish.md redirect_from: - - /cli-commands/npm-publish - - /cli-commands/publish - - /cli-documentation/cli-commands/npm-publish - - /cli-documentation/cli-commands/publish - - /cli-documentation/commands/npm-publish - - /cli-documentation/commands/publish - - /cli-documentation/npm-publish - - /cli-documentation/publish - /cli-documentation/v10/cli-commands/npm-publish - /cli-documentation/v10/cli-commands/publish - /cli-documentation/v10/commands/npm-publish - /cli-documentation/v10/commands/publish - /cli-documentation/v10/npm-publish - /cli-documentation/v10/publish - - /cli/cli-commands/npm-publish - - /cli/cli-commands/publish - - /cli/commands/npm-publish - - /cli/commands/publish - - /cli/npm-publish - - /cli/publish - /cli/v10/cli-commands/npm-publish - /cli/v10/cli-commands/publish - /cli/v10/commands/publish - /cli/v10/npm-publish - /cli/v10/publish - - /commands/npm-publish - - /commands/publish --- ### Synopsis diff --git a/content/cli/v10/commands/npm-query.mdx b/content/cli/v10/commands/npm-query.mdx index 989353cca7f..7fa4c4b6881 100644 --- a/content/cli/v10/commands/npm-query.mdx +++ b/content/cli/v10/commands/npm-query.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-query.md redirect_from: - - /cli-commands/npm-query - - /cli-commands/query - - /cli-documentation/cli-commands/npm-query - - /cli-documentation/cli-commands/query - - /cli-documentation/commands/npm-query - - /cli-documentation/commands/query - - /cli-documentation/npm-query - - /cli-documentation/query - /cli-documentation/v10/cli-commands/npm-query - /cli-documentation/v10/cli-commands/query - /cli-documentation/v10/commands/npm-query - /cli-documentation/v10/commands/query - /cli-documentation/v10/npm-query - /cli-documentation/v10/query - - /cli/cli-commands/npm-query - - /cli/cli-commands/query - - /cli/commands/npm-query - - /cli/commands/query - - /cli/npm-query - - /cli/query - /cli/v10/cli-commands/npm-query - /cli/v10/cli-commands/query - /cli/v10/commands/query - /cli/v10/npm-query - /cli/v10/query - - /commands/npm-query - - /commands/query --- ### Synopsis diff --git a/content/cli/v10/commands/npm-rebuild.mdx b/content/cli/v10/commands/npm-rebuild.mdx index 39eae015424..3fd276378c8 100644 --- a/content/cli/v10/commands/npm-rebuild.mdx +++ b/content/cli/v10/commands/npm-rebuild.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-rebuild.md redirect_from: - - /cli-commands/npm-rebuild - - /cli-commands/rebuild - - /cli-documentation/cli-commands/npm-rebuild - - /cli-documentation/cli-commands/rebuild - - /cli-documentation/commands/npm-rebuild - - /cli-documentation/commands/rebuild - - /cli-documentation/npm-rebuild - - /cli-documentation/rebuild - /cli-documentation/v10/cli-commands/npm-rebuild - /cli-documentation/v10/cli-commands/rebuild - /cli-documentation/v10/commands/npm-rebuild - /cli-documentation/v10/commands/rebuild - /cli-documentation/v10/npm-rebuild - /cli-documentation/v10/rebuild - - /cli/cli-commands/npm-rebuild - - /cli/cli-commands/rebuild - - /cli/commands/npm-rebuild - - /cli/commands/rebuild - - /cli/npm-rebuild - - /cli/rebuild - /cli/v10/cli-commands/npm-rebuild - /cli/v10/cli-commands/rebuild - /cli/v10/commands/rebuild - /cli/v10/npm-rebuild - /cli/v10/rebuild - - /commands/npm-rebuild - - /commands/rebuild --- ### Synopsis diff --git a/content/cli/v10/commands/npm-repo.mdx b/content/cli/v10/commands/npm-repo.mdx index a006292c4dd..c43b36fff49 100644 --- a/content/cli/v10/commands/npm-repo.mdx +++ b/content/cli/v10/commands/npm-repo.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-repo.md redirect_from: - - /cli-commands/npm-repo - - /cli-commands/repo - - /cli-documentation/cli-commands/npm-repo - - /cli-documentation/cli-commands/repo - - /cli-documentation/commands/npm-repo - - /cli-documentation/commands/repo - - /cli-documentation/npm-repo - - /cli-documentation/repo - /cli-documentation/v10/cli-commands/npm-repo - /cli-documentation/v10/cli-commands/repo - /cli-documentation/v10/commands/npm-repo - /cli-documentation/v10/commands/repo - /cli-documentation/v10/npm-repo - /cli-documentation/v10/repo - - /cli/cli-commands/npm-repo - - /cli/cli-commands/repo - - /cli/commands/npm-repo - - /cli/commands/repo - - /cli/npm-repo - - /cli/repo - /cli/v10/cli-commands/npm-repo - /cli/v10/cli-commands/repo - /cli/v10/commands/repo - /cli/v10/npm-repo - /cli/v10/repo - - /commands/npm-repo - - /commands/repo --- ### Synopsis diff --git a/content/cli/v10/commands/npm-restart.mdx b/content/cli/v10/commands/npm-restart.mdx index de532e8f356..09e39760f78 100644 --- a/content/cli/v10/commands/npm-restart.mdx +++ b/content/cli/v10/commands/npm-restart.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-restart.md redirect_from: - - /cli-commands/npm-restart - - /cli-commands/restart - - /cli-documentation/cli-commands/npm-restart - - /cli-documentation/cli-commands/restart - - /cli-documentation/commands/npm-restart - - /cli-documentation/commands/restart - - /cli-documentation/npm-restart - - /cli-documentation/restart - /cli-documentation/v10/cli-commands/npm-restart - /cli-documentation/v10/cli-commands/restart - /cli-documentation/v10/commands/npm-restart - /cli-documentation/v10/commands/restart - /cli-documentation/v10/npm-restart - /cli-documentation/v10/restart - - /cli/cli-commands/npm-restart - - /cli/cli-commands/restart - - /cli/commands/npm-restart - - /cli/commands/restart - - /cli/npm-restart - - /cli/restart - /cli/v10/cli-commands/npm-restart - /cli/v10/cli-commands/restart - /cli/v10/commands/restart - /cli/v10/npm-restart - /cli/v10/restart - - /commands/npm-restart - - /commands/restart --- ### Synopsis diff --git a/content/cli/v10/commands/npm-root.mdx b/content/cli/v10/commands/npm-root.mdx index 92c833aaa76..0e28dee0b74 100644 --- a/content/cli/v10/commands/npm-root.mdx +++ b/content/cli/v10/commands/npm-root.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-root.md redirect_from: - - /cli-commands/npm-root - - /cli-commands/root - - /cli-documentation/cli-commands/npm-root - - /cli-documentation/cli-commands/root - - /cli-documentation/commands/npm-root - - /cli-documentation/commands/root - - /cli-documentation/npm-root - - /cli-documentation/root - /cli-documentation/v10/cli-commands/npm-root - /cli-documentation/v10/cli-commands/root - /cli-documentation/v10/commands/npm-root - /cli-documentation/v10/commands/root - /cli-documentation/v10/npm-root - /cli-documentation/v10/root - - /cli/cli-commands/npm-root - - /cli/cli-commands/root - - /cli/commands/npm-root - - /cli/commands/root - - /cli/npm-root - - /cli/root - /cli/v10/cli-commands/npm-root - /cli/v10/cli-commands/root - /cli/v10/commands/root - /cli/v10/npm-root - /cli/v10/root - - /commands/npm-root - - /commands/root --- ### Synopsis diff --git a/content/cli/v10/commands/npm-run-script.mdx b/content/cli/v10/commands/npm-run-script.mdx index e13482ed453..86f0844582f 100644 --- a/content/cli/v10/commands/npm-run-script.mdx +++ b/content/cli/v10/commands/npm-run-script.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-run-script.md redirect_from: - - /cli-commands/npm-run-script - - /cli-commands/run-script - - /cli-documentation/cli-commands/npm-run-script - - /cli-documentation/cli-commands/run-script - - /cli-documentation/commands/npm-run-script - - /cli-documentation/commands/run-script - - /cli-documentation/npm-run-script - - /cli-documentation/run-script - /cli-documentation/v10/cli-commands/npm-run-script - /cli-documentation/v10/cli-commands/run-script - /cli-documentation/v10/commands/npm-run-script - /cli-documentation/v10/commands/run-script - /cli-documentation/v10/npm-run-script - /cli-documentation/v10/run-script - - /cli/cli-commands/npm-run-script - - /cli/cli-commands/run-script - - /cli/commands/npm-run-script - - /cli/commands/run-script - - /cli/npm-run-script - - /cli/run-script - /cli/v10/cli-commands/npm-run-script - /cli/v10/cli-commands/run-script - /cli/v10/commands/run-script - /cli/v10/npm-run-script - /cli/v10/run-script - - /commands/npm-run-script - - /commands/run-script --- ### Synopsis diff --git a/content/cli/v10/commands/npm-sbom.mdx b/content/cli/v10/commands/npm-sbom.mdx index 78e7364d739..b91a747c9f1 100644 --- a/content/cli/v10/commands/npm-sbom.mdx +++ b/content/cli/v10/commands/npm-sbom.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-sbom.md redirect_from: - - /cli-commands/npm-sbom - - /cli-commands/sbom - - /cli-documentation/cli-commands/npm-sbom - - /cli-documentation/cli-commands/sbom - - /cli-documentation/commands/npm-sbom - - /cli-documentation/commands/sbom - - /cli-documentation/npm-sbom - - /cli-documentation/sbom - /cli-documentation/v10/cli-commands/npm-sbom - /cli-documentation/v10/cli-commands/sbom - /cli-documentation/v10/commands/npm-sbom - /cli-documentation/v10/commands/sbom - /cli-documentation/v10/npm-sbom - /cli-documentation/v10/sbom - - /cli/cli-commands/npm-sbom - - /cli/cli-commands/sbom - - /cli/commands/npm-sbom - - /cli/commands/sbom - - /cli/npm-sbom - - /cli/sbom - /cli/v10/cli-commands/npm-sbom - /cli/v10/cli-commands/sbom - /cli/v10/commands/sbom - /cli/v10/npm-sbom - /cli/v10/sbom - - /commands/npm-sbom - - /commands/sbom --- ### Synopsis diff --git a/content/cli/v10/commands/npm-search.mdx b/content/cli/v10/commands/npm-search.mdx index 8e8312af5f2..dc87548162a 100644 --- a/content/cli/v10/commands/npm-search.mdx +++ b/content/cli/v10/commands/npm-search.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-search.md redirect_from: - - /cli-commands/npm-search - - /cli-commands/search - - /cli-documentation/cli-commands/npm-search - - /cli-documentation/cli-commands/search - - /cli-documentation/commands/npm-search - - /cli-documentation/commands/search - - /cli-documentation/npm-search - - /cli-documentation/search - /cli-documentation/v10/cli-commands/npm-search - /cli-documentation/v10/cli-commands/search - /cli-documentation/v10/commands/npm-search - /cli-documentation/v10/commands/search - /cli-documentation/v10/npm-search - /cli-documentation/v10/search - - /cli/cli-commands/npm-search - - /cli/cli-commands/search - - /cli/commands/npm-search - - /cli/commands/search - - /cli/npm-search - - /cli/search - /cli/v10/cli-commands/npm-search - /cli/v10/cli-commands/search - /cli/v10/commands/search - /cli/v10/npm-search - /cli/v10/search - - /commands/npm-search - - /commands/search --- ### Synopsis diff --git a/content/cli/v10/commands/npm-shrinkwrap.mdx b/content/cli/v10/commands/npm-shrinkwrap.mdx index 32a8a5b384f..15bcd05fb42 100644 --- a/content/cli/v10/commands/npm-shrinkwrap.mdx +++ b/content/cli/v10/commands/npm-shrinkwrap.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-shrinkwrap.md redirect_from: - - /cli-commands/npm-shrinkwrap - - /cli-commands/shrinkwrap - - /cli-documentation/cli-commands/npm-shrinkwrap - - /cli-documentation/cli-commands/shrinkwrap - - /cli-documentation/commands/npm-shrinkwrap - - /cli-documentation/commands/shrinkwrap - - /cli-documentation/npm-shrinkwrap - - /cli-documentation/shrinkwrap - /cli-documentation/v10/cli-commands/npm-shrinkwrap - /cli-documentation/v10/cli-commands/shrinkwrap - /cli-documentation/v10/commands/npm-shrinkwrap - /cli-documentation/v10/commands/shrinkwrap - /cli-documentation/v10/npm-shrinkwrap - /cli-documentation/v10/shrinkwrap - - /cli/cli-commands/npm-shrinkwrap - - /cli/cli-commands/shrinkwrap - - /cli/commands/npm-shrinkwrap - - /cli/commands/shrinkwrap - - /cli/npm-shrinkwrap - - /cli/shrinkwrap - /cli/v10/cli-commands/npm-shrinkwrap - /cli/v10/cli-commands/shrinkwrap - /cli/v10/commands/shrinkwrap - /cli/v10/npm-shrinkwrap - /cli/v10/shrinkwrap - - /commands/npm-shrinkwrap - - /commands/shrinkwrap --- ### Synopsis diff --git a/content/cli/v10/commands/npm-star.mdx b/content/cli/v10/commands/npm-star.mdx index 7a1e815696a..f3b00dc6c73 100644 --- a/content/cli/v10/commands/npm-star.mdx +++ b/content/cli/v10/commands/npm-star.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-star.md redirect_from: - - /cli-commands/npm-star - - /cli-commands/star - - /cli-documentation/cli-commands/npm-star - - /cli-documentation/cli-commands/star - - /cli-documentation/commands/npm-star - - /cli-documentation/commands/star - - /cli-documentation/npm-star - - /cli-documentation/star - /cli-documentation/v10/cli-commands/npm-star - /cli-documentation/v10/cli-commands/star - /cli-documentation/v10/commands/npm-star - /cli-documentation/v10/commands/star - /cli-documentation/v10/npm-star - /cli-documentation/v10/star - - /cli/cli-commands/npm-star - - /cli/cli-commands/star - - /cli/commands/npm-star - - /cli/commands/star - - /cli/npm-star - - /cli/star - /cli/v10/cli-commands/npm-star - /cli/v10/cli-commands/star - /cli/v10/commands/star - /cli/v10/npm-star - /cli/v10/star - - /commands/npm-star - - /commands/star --- ### Synopsis diff --git a/content/cli/v10/commands/npm-stars.mdx b/content/cli/v10/commands/npm-stars.mdx index 92173f7d456..24e22476721 100644 --- a/content/cli/v10/commands/npm-stars.mdx +++ b/content/cli/v10/commands/npm-stars.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-stars.md redirect_from: - - /cli-commands/npm-stars - - /cli-commands/stars - - /cli-documentation/cli-commands/npm-stars - - /cli-documentation/cli-commands/stars - - /cli-documentation/commands/npm-stars - - /cli-documentation/commands/stars - - /cli-documentation/npm-stars - - /cli-documentation/stars - /cli-documentation/v10/cli-commands/npm-stars - /cli-documentation/v10/cli-commands/stars - /cli-documentation/v10/commands/npm-stars - /cli-documentation/v10/commands/stars - /cli-documentation/v10/npm-stars - /cli-documentation/v10/stars - - /cli/cli-commands/npm-stars - - /cli/cli-commands/stars - - /cli/commands/npm-stars - - /cli/commands/stars - - /cli/npm-stars - - /cli/stars - /cli/v10/cli-commands/npm-stars - /cli/v10/cli-commands/stars - /cli/v10/commands/stars - /cli/v10/npm-stars - /cli/v10/stars - - /commands/npm-stars - - /commands/stars --- ### Synopsis diff --git a/content/cli/v10/commands/npm-start.mdx b/content/cli/v10/commands/npm-start.mdx index b2eeec51811..883c0310078 100644 --- a/content/cli/v10/commands/npm-start.mdx +++ b/content/cli/v10/commands/npm-start.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-start.md redirect_from: - - /cli-commands/npm-start - - /cli-commands/start - - /cli-documentation/cli-commands/npm-start - - /cli-documentation/cli-commands/start - - /cli-documentation/commands/npm-start - - /cli-documentation/commands/start - - /cli-documentation/npm-start - - /cli-documentation/start - /cli-documentation/v10/cli-commands/npm-start - /cli-documentation/v10/cli-commands/start - /cli-documentation/v10/commands/npm-start - /cli-documentation/v10/commands/start - /cli-documentation/v10/npm-start - /cli-documentation/v10/start - - /cli/cli-commands/npm-start - - /cli/cli-commands/start - - /cli/commands/npm-start - - /cli/commands/start - - /cli/npm-start - - /cli/start - /cli/v10/cli-commands/npm-start - /cli/v10/cli-commands/start - /cli/v10/commands/start - /cli/v10/npm-start - /cli/v10/start - - /commands/npm-start - - /commands/start --- ### Synopsis diff --git a/content/cli/v10/commands/npm-stop.mdx b/content/cli/v10/commands/npm-stop.mdx index e5240442a5c..92329f537a8 100644 --- a/content/cli/v10/commands/npm-stop.mdx +++ b/content/cli/v10/commands/npm-stop.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-stop.md redirect_from: - - /cli-commands/npm-stop - - /cli-commands/stop - - /cli-documentation/cli-commands/npm-stop - - /cli-documentation/cli-commands/stop - - /cli-documentation/commands/npm-stop - - /cli-documentation/commands/stop - - /cli-documentation/npm-stop - - /cli-documentation/stop - /cli-documentation/v10/cli-commands/npm-stop - /cli-documentation/v10/cli-commands/stop - /cli-documentation/v10/commands/npm-stop - /cli-documentation/v10/commands/stop - /cli-documentation/v10/npm-stop - /cli-documentation/v10/stop - - /cli/cli-commands/npm-stop - - /cli/cli-commands/stop - - /cli/commands/npm-stop - - /cli/commands/stop - - /cli/npm-stop - - /cli/stop - /cli/v10/cli-commands/npm-stop - /cli/v10/cli-commands/stop - /cli/v10/commands/stop - /cli/v10/npm-stop - /cli/v10/stop - - /commands/npm-stop - - /commands/stop --- ### Synopsis diff --git a/content/cli/v10/commands/npm-team.mdx b/content/cli/v10/commands/npm-team.mdx index cab05026605..36091749c7c 100644 --- a/content/cli/v10/commands/npm-team.mdx +++ b/content/cli/v10/commands/npm-team.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-team.md redirect_from: - - /cli-commands/npm-team - - /cli-commands/team - - /cli-documentation/cli-commands/npm-team - - /cli-documentation/cli-commands/team - - /cli-documentation/commands/npm-team - - /cli-documentation/commands/team - - /cli-documentation/npm-team - - /cli-documentation/team - /cli-documentation/v10/cli-commands/npm-team - /cli-documentation/v10/cli-commands/team - /cli-documentation/v10/commands/npm-team - /cli-documentation/v10/commands/team - /cli-documentation/v10/npm-team - /cli-documentation/v10/team - - /cli/cli-commands/npm-team - - /cli/cli-commands/team - - /cli/commands/npm-team - - /cli/commands/team - - /cli/npm-team - - /cli/team - /cli/v10/cli-commands/npm-team - /cli/v10/cli-commands/team - /cli/v10/commands/team - /cli/v10/npm-team - /cli/v10/team - - /commands/npm-team - - /commands/team --- ### Synopsis diff --git a/content/cli/v10/commands/npm-test.mdx b/content/cli/v10/commands/npm-test.mdx index 9832b2b8387..e610f5a5bc7 100644 --- a/content/cli/v10/commands/npm-test.mdx +++ b/content/cli/v10/commands/npm-test.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-test.md redirect_from: - - /cli-commands/npm-test - - /cli-commands/test - - /cli-documentation/cli-commands/npm-test - - /cli-documentation/cli-commands/test - - /cli-documentation/commands/npm-test - - /cli-documentation/commands/test - - /cli-documentation/npm-test - - /cli-documentation/test - /cli-documentation/v10/cli-commands/npm-test - /cli-documentation/v10/cli-commands/test - /cli-documentation/v10/commands/npm-test - /cli-documentation/v10/commands/test - /cli-documentation/v10/npm-test - /cli-documentation/v10/test - - /cli/cli-commands/npm-test - - /cli/cli-commands/test - - /cli/commands/npm-test - - /cli/commands/test - - /cli/npm-test - - /cli/test - /cli/v10/cli-commands/npm-test - /cli/v10/cli-commands/test - /cli/v10/commands/test - /cli/v10/npm-test - /cli/v10/test - - /commands/npm-test - - /commands/test --- ### Synopsis diff --git a/content/cli/v10/commands/npm-token.mdx b/content/cli/v10/commands/npm-token.mdx index 9fd745cbd6d..79029a79ebf 100644 --- a/content/cli/v10/commands/npm-token.mdx +++ b/content/cli/v10/commands/npm-token.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-token.md redirect_from: - - /cli-commands/npm-token - - /cli-commands/token - - /cli-documentation/cli-commands/npm-token - - /cli-documentation/cli-commands/token - - /cli-documentation/commands/npm-token - - /cli-documentation/commands/token - - /cli-documentation/npm-token - - /cli-documentation/token - /cli-documentation/v10/cli-commands/npm-token - /cli-documentation/v10/cli-commands/token - /cli-documentation/v10/commands/npm-token - /cli-documentation/v10/commands/token - /cli-documentation/v10/npm-token - /cli-documentation/v10/token - - /cli/cli-commands/npm-token - - /cli/cli-commands/token - - /cli/commands/npm-token - - /cli/commands/token - - /cli/npm-token - - /cli/token - /cli/v10/cli-commands/npm-token - /cli/v10/cli-commands/token - /cli/v10/commands/token - /cli/v10/npm-token - /cli/v10/token - - /commands/npm-token - - /commands/token --- ### Synopsis diff --git a/content/cli/v10/commands/npm-uninstall.mdx b/content/cli/v10/commands/npm-uninstall.mdx index a21d5d477f1..8f6a591ff0e 100644 --- a/content/cli/v10/commands/npm-uninstall.mdx +++ b/content/cli/v10/commands/npm-uninstall.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-uninstall.md redirect_from: - - /cli-commands/npm-uninstall - - /cli-commands/uninstall - - /cli-documentation/cli-commands/npm-uninstall - - /cli-documentation/cli-commands/uninstall - - /cli-documentation/commands/npm-uninstall - - /cli-documentation/commands/uninstall - - /cli-documentation/npm-uninstall - - /cli-documentation/uninstall - /cli-documentation/v10/cli-commands/npm-uninstall - /cli-documentation/v10/cli-commands/uninstall - /cli-documentation/v10/commands/npm-uninstall - /cli-documentation/v10/commands/uninstall - /cli-documentation/v10/npm-uninstall - /cli-documentation/v10/uninstall - - /cli/cli-commands/npm-uninstall - - /cli/cli-commands/uninstall - - /cli/commands/npm-uninstall - - /cli/commands/uninstall - - /cli/npm-uninstall - - /cli/uninstall - /cli/v10/cli-commands/npm-uninstall - /cli/v10/cli-commands/uninstall - /cli/v10/commands/uninstall - /cli/v10/npm-uninstall - /cli/v10/uninstall - - /commands/npm-uninstall - - /commands/uninstall --- ### Synopsis diff --git a/content/cli/v10/commands/npm-unpublish.mdx b/content/cli/v10/commands/npm-unpublish.mdx index 3a7229aa76e..ced46dc6e08 100644 --- a/content/cli/v10/commands/npm-unpublish.mdx +++ b/content/cli/v10/commands/npm-unpublish.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-unpublish.md redirect_from: - - /cli-commands/npm-unpublish - - /cli-commands/unpublish - - /cli-documentation/cli-commands/npm-unpublish - - /cli-documentation/cli-commands/unpublish - - /cli-documentation/commands/npm-unpublish - - /cli-documentation/commands/unpublish - - /cli-documentation/npm-unpublish - - /cli-documentation/unpublish - /cli-documentation/v10/cli-commands/npm-unpublish - /cli-documentation/v10/cli-commands/unpublish - /cli-documentation/v10/commands/npm-unpublish - /cli-documentation/v10/commands/unpublish - /cli-documentation/v10/npm-unpublish - /cli-documentation/v10/unpublish - - /cli/cli-commands/npm-unpublish - - /cli/cli-commands/unpublish - - /cli/commands/npm-unpublish - - /cli/commands/unpublish - - /cli/npm-unpublish - - /cli/unpublish - /cli/v10/cli-commands/npm-unpublish - /cli/v10/cli-commands/unpublish - /cli/v10/commands/unpublish - /cli/v10/npm-unpublish - /cli/v10/unpublish - - /commands/npm-unpublish - - /commands/unpublish --- ### Synopsis diff --git a/content/cli/v10/commands/npm-unstar.mdx b/content/cli/v10/commands/npm-unstar.mdx index 9482a6c2e0c..a3885383397 100644 --- a/content/cli/v10/commands/npm-unstar.mdx +++ b/content/cli/v10/commands/npm-unstar.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-unstar.md redirect_from: - - /cli-commands/npm-unstar - - /cli-commands/unstar - - /cli-documentation/cli-commands/npm-unstar - - /cli-documentation/cli-commands/unstar - - /cli-documentation/commands/npm-unstar - - /cli-documentation/commands/unstar - - /cli-documentation/npm-unstar - - /cli-documentation/unstar - /cli-documentation/v10/cli-commands/npm-unstar - /cli-documentation/v10/cli-commands/unstar - /cli-documentation/v10/commands/npm-unstar - /cli-documentation/v10/commands/unstar - /cli-documentation/v10/npm-unstar - /cli-documentation/v10/unstar - - /cli/cli-commands/npm-unstar - - /cli/cli-commands/unstar - - /cli/commands/npm-unstar - - /cli/commands/unstar - - /cli/npm-unstar - - /cli/unstar - /cli/v10/cli-commands/npm-unstar - /cli/v10/cli-commands/unstar - /cli/v10/commands/unstar - /cli/v10/npm-unstar - /cli/v10/unstar - - /commands/npm-unstar - - /commands/unstar --- ### Synopsis diff --git a/content/cli/v10/commands/npm-update.mdx b/content/cli/v10/commands/npm-update.mdx index 1bbb3135b68..0774133096d 100644 --- a/content/cli/v10/commands/npm-update.mdx +++ b/content/cli/v10/commands/npm-update.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-update.md redirect_from: - - /cli-commands/npm-update - - /cli-commands/update - - /cli-documentation/cli-commands/npm-update - - /cli-documentation/cli-commands/update - - /cli-documentation/commands/npm-update - - /cli-documentation/commands/update - - /cli-documentation/npm-update - - /cli-documentation/update - /cli-documentation/v10/cli-commands/npm-update - /cli-documentation/v10/cli-commands/update - /cli-documentation/v10/commands/npm-update - /cli-documentation/v10/commands/update - /cli-documentation/v10/npm-update - /cli-documentation/v10/update - - /cli/cli-commands/npm-update - - /cli/cli-commands/update - - /cli/commands/npm-update - - /cli/commands/update - - /cli/npm-update - - /cli/update - /cli/v10/cli-commands/npm-update - /cli/v10/cli-commands/update - /cli/v10/commands/update - /cli/v10/npm-update - /cli/v10/update - - /commands/npm-update - - /commands/update --- ### Synopsis diff --git a/content/cli/v10/commands/npm-version.mdx b/content/cli/v10/commands/npm-version.mdx index ede4a4a87f8..4c5314d2258 100644 --- a/content/cli/v10/commands/npm-version.mdx +++ b/content/cli/v10/commands/npm-version.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-version.md redirect_from: - - /cli-commands/npm-version - - /cli-commands/version - - /cli-documentation/cli-commands/npm-version - - /cli-documentation/cli-commands/version - - /cli-documentation/commands/npm-version - - /cli-documentation/commands/version - - /cli-documentation/npm-version - /cli-documentation/v10/cli-commands/npm-version - /cli-documentation/v10/cli-commands/version - /cli-documentation/v10/commands/npm-version - /cli-documentation/v10/commands/version - /cli-documentation/v10/npm-version - /cli-documentation/v10/version - - /cli-documentation/version - - /cli/cli-commands/npm-version - - /cli/cli-commands/version - - /cli/commands/npm-version - - /cli/commands/version - - /cli/npm-version - /cli/v10/cli-commands/npm-version - /cli/v10/cli-commands/version - /cli/v10/commands/version - /cli/v10/npm-version - /cli/v10/version - - /cli/version - - /commands/npm-version - - /commands/version --- ### Synopsis diff --git a/content/cli/v10/commands/npm-view.mdx b/content/cli/v10/commands/npm-view.mdx index 0172a7f7d78..d0b87deb7ef 100644 --- a/content/cli/v10/commands/npm-view.mdx +++ b/content/cli/v10/commands/npm-view.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-view.md redirect_from: - - /cli-commands/npm-view - - /cli-commands/view - - /cli-documentation/cli-commands/npm-view - - /cli-documentation/cli-commands/view - - /cli-documentation/commands/npm-view - - /cli-documentation/commands/view - - /cli-documentation/npm-view - /cli-documentation/v10/cli-commands/npm-view - /cli-documentation/v10/cli-commands/view - /cli-documentation/v10/commands/npm-view - /cli-documentation/v10/commands/view - /cli-documentation/v10/npm-view - /cli-documentation/v10/view - - /cli-documentation/view - - /cli/cli-commands/npm-view - - /cli/cli-commands/view - - /cli/commands/npm-view - - /cli/commands/view - - /cli/npm-view - /cli/v10/cli-commands/npm-view - /cli/v10/cli-commands/view - /cli/v10/commands/view - /cli/v10/npm-view - /cli/v10/view - - /cli/view - - /commands/npm-view - - /commands/view --- ### Synopsis diff --git a/content/cli/v10/commands/npm-whoami.mdx b/content/cli/v10/commands/npm-whoami.mdx index a4a01044598..858f07e7f2f 100644 --- a/content/cli/v10/commands/npm-whoami.mdx +++ b/content/cli/v10/commands/npm-whoami.mdx @@ -6,33 +6,17 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm-whoami.md redirect_from: - - /cli-commands/npm-whoami - - /cli-commands/whoami - - /cli-documentation/cli-commands/npm-whoami - - /cli-documentation/cli-commands/whoami - - /cli-documentation/commands/npm-whoami - - /cli-documentation/commands/whoami - - /cli-documentation/npm-whoami - /cli-documentation/v10/cli-commands/npm-whoami - /cli-documentation/v10/cli-commands/whoami - /cli-documentation/v10/commands/npm-whoami - /cli-documentation/v10/commands/whoami - /cli-documentation/v10/npm-whoami - /cli-documentation/v10/whoami - - /cli-documentation/whoami - - /cli/cli-commands/npm-whoami - - /cli/cli-commands/whoami - - /cli/commands/npm-whoami - - /cli/commands/whoami - - /cli/npm-whoami - /cli/v10/cli-commands/npm-whoami - /cli/v10/cli-commands/whoami - /cli/v10/commands/whoami - /cli/v10/npm-whoami - /cli/v10/whoami - - /cli/whoami - - /commands/npm-whoami - - /commands/whoami --- ### Synopsis diff --git a/content/cli/v10/commands/npm.mdx b/content/cli/v10/commands/npm.mdx index c5b36b41f7e..beb650d7b20 100644 --- a/content/cli/v10/commands/npm.mdx +++ b/content/cli/v10/commands/npm.mdx @@ -6,19 +6,11 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npm.md redirect_from: - - /cli-commands/npm - - /cli-documentation/cli-commands/npm - - /cli-documentation/commands/npm - - /cli-documentation/npm - /cli-documentation/v10/cli-commands/npm - /cli-documentation/v10/commands/npm - /cli-documentation/v10/npm - - /cli/cli-commands/npm - - /cli/commands/npm - - /cli/npm - /cli/v10/cli-commands/npm - /cli/v10/npm - - /commands/npm --- ### Synopsis diff --git a/content/cli/v10/commands/npx.mdx b/content/cli/v10/commands/npx.mdx index c3f15314397..12ff7f9c137 100644 --- a/content/cli/v10/commands/npx.mdx +++ b/content/cli/v10/commands/npx.mdx @@ -6,19 +6,11 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/commands/npx.md redirect_from: - - /cli-commands/npx - - /cli-documentation/cli-commands/npx - - /cli-documentation/commands/npx - - /cli-documentation/npx - /cli-documentation/v10/cli-commands/npx - /cli-documentation/v10/commands/npx - /cli-documentation/v10/npx - - /cli/cli-commands/npx - - /cli/commands/npx - - /cli/npx - /cli/v10/cli-commands/npx - /cli/v10/npx - - /commands/npx --- ### Synopsis diff --git a/content/cli/v10/configuring-npm/folders.mdx b/content/cli/v10/configuring-npm/folders.mdx index a2fab24e001..cd268b7cc20 100644 --- a/content/cli/v10/configuring-npm/folders.mdx +++ b/content/cli/v10/configuring-npm/folders.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/configuring-npm/folders.md redirect_from: - - /cli-documentation/configuring-npm/folders - - /cli-documentation/files/folders - /cli-documentation/v10/configuring-npm/folders - /cli-documentation/v10/files/folders - - /cli/configuring-npm/folders - - /cli/files/folders - /cli/v10/files/folders - - /configuring-npm/folders - - /files/folders --- ### Description diff --git a/content/cli/v10/configuring-npm/index.mdx b/content/cli/v10/configuring-npm/index.mdx index 170b7c045f2..5817c07bc67 100644 --- a/content/cli/v10/configuring-npm/index.mdx +++ b/content/cli/v10/configuring-npm/index.mdx @@ -5,25 +5,13 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/nav.yml redirect_from: - - /cli-documentation/configuring-npm - - /cli-documentation/configuring-npm/index - - /cli-documentation/files - - /cli-documentation/files/index - /cli-documentation/v10/configuring-npm - /cli-documentation/v10/configuring-npm/index - /cli-documentation/v10/files - /cli-documentation/v10/files/index - - /cli/configuring-npm - - /cli/configuring-npm/index - - /cli/files - - /cli/files/index - /cli/v10/configuring-npm/index - /cli/v10/files - /cli/v10/files/index - - /configuring-npm - - /configuring-npm/index - - /files - - /files/index --- diff --git a/content/cli/v10/configuring-npm/install.mdx b/content/cli/v10/configuring-npm/install.mdx index 83d1ae6eeaf..f7cfe768b87 100644 --- a/content/cli/v10/configuring-npm/install.mdx +++ b/content/cli/v10/configuring-npm/install.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/configuring-npm/install.md redirect_from: - - /cli-documentation/configuring-npm/install - - /cli-documentation/files/install - /cli-documentation/v10/configuring-npm/install - /cli-documentation/v10/files/install - - /cli/configuring-npm/install - - /cli/files/install - /cli/v10/files/install - - /configuring-npm/install - - /files/install --- ### Description diff --git a/content/cli/v10/configuring-npm/npm-shrinkwrap-json.mdx b/content/cli/v10/configuring-npm/npm-shrinkwrap-json.mdx index 5aee0e629ab..ccd52d70119 100644 --- a/content/cli/v10/configuring-npm/npm-shrinkwrap-json.mdx +++ b/content/cli/v10/configuring-npm/npm-shrinkwrap-json.mdx @@ -6,25 +6,13 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/configuring-npm/npm-shrinkwrap-json.md redirect_from: - - /cli-documentation/configuring-npm/npm-shrinkwrap-json - - /cli-documentation/configuring-npm/npm-shrinkwrap.json - - /cli-documentation/files/npm-shrinkwrap-json - - /cli-documentation/files/npm-shrinkwrap.json - /cli-documentation/v10/configuring-npm/npm-shrinkwrap-json - /cli-documentation/v10/configuring-npm/npm-shrinkwrap.json - /cli-documentation/v10/files/npm-shrinkwrap-json - /cli-documentation/v10/files/npm-shrinkwrap.json - - /cli/configuring-npm/npm-shrinkwrap-json - - /cli/configuring-npm/npm-shrinkwrap.json - - /cli/files/npm-shrinkwrap-json - - /cli/files/npm-shrinkwrap.json - /cli/v10/configuring-npm/npm-shrinkwrap.json - /cli/v10/files/npm-shrinkwrap-json - /cli/v10/files/npm-shrinkwrap.json - - /configuring-npm/npm-shrinkwrap-json - - /configuring-npm/npm-shrinkwrap.json - - /files/npm-shrinkwrap-json - - /files/npm-shrinkwrap.json --- ### Description diff --git a/content/cli/v10/configuring-npm/npmrc.mdx b/content/cli/v10/configuring-npm/npmrc.mdx index 4581f4873cc..66c376b4ab5 100644 --- a/content/cli/v10/configuring-npm/npmrc.mdx +++ b/content/cli/v10/configuring-npm/npmrc.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/configuring-npm/npmrc.md redirect_from: - - /cli-documentation/configuring-npm/npmrc - - /cli-documentation/files/npmrc - /cli-documentation/v10/configuring-npm/npmrc - /cli-documentation/v10/files/npmrc - - /cli/configuring-npm/npmrc - - /cli/files/npmrc - /cli/v10/files/npmrc - - /configuring-npm/npmrc - - /files/npmrc --- ### Description diff --git a/content/cli/v10/configuring-npm/package-json.mdx b/content/cli/v10/configuring-npm/package-json.mdx index 99ca0a50d6b..8d00d0f0208 100644 --- a/content/cli/v10/configuring-npm/package-json.mdx +++ b/content/cli/v10/configuring-npm/package-json.mdx @@ -6,25 +6,13 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/configuring-npm/package-json.md redirect_from: - - /cli-documentation/configuring-npm/package-json - - /cli-documentation/configuring-npm/package.json - - /cli-documentation/files/package-json - - /cli-documentation/files/package.json - /cli-documentation/v10/configuring-npm/package-json - /cli-documentation/v10/configuring-npm/package.json - /cli-documentation/v10/files/package-json - /cli-documentation/v10/files/package.json - - /cli/configuring-npm/package-json - - /cli/configuring-npm/package.json - - /cli/files/package-json - - /cli/files/package.json - /cli/v10/configuring-npm/package.json - /cli/v10/files/package-json - /cli/v10/files/package.json - - /configuring-npm/package-json - - /configuring-npm/package.json - - /files/package-json - - /files/package.json --- ### Description diff --git a/content/cli/v10/configuring-npm/package-lock-json.mdx b/content/cli/v10/configuring-npm/package-lock-json.mdx index 68787cebe92..1223e202cc5 100644 --- a/content/cli/v10/configuring-npm/package-lock-json.mdx +++ b/content/cli/v10/configuring-npm/package-lock-json.mdx @@ -6,25 +6,13 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/configuring-npm/package-lock-json.md redirect_from: - - /cli-documentation/configuring-npm/package-lock-json - - /cli-documentation/configuring-npm/package-lock.json - - /cli-documentation/files/package-lock-json - - /cli-documentation/files/package-lock.json - /cli-documentation/v10/configuring-npm/package-lock-json - /cli-documentation/v10/configuring-npm/package-lock.json - /cli-documentation/v10/files/package-lock-json - /cli-documentation/v10/files/package-lock.json - - /cli/configuring-npm/package-lock-json - - /cli/configuring-npm/package-lock.json - - /cli/files/package-lock-json - - /cli/files/package-lock.json - /cli/v10/configuring-npm/package-lock.json - /cli/v10/files/package-lock-json - /cli/v10/files/package-lock.json - - /configuring-npm/package-lock-json - - /configuring-npm/package-lock.json - - /files/package-lock-json - - /files/package-lock.json --- ### Description diff --git a/content/cli/v10/index.mdx b/content/cli/v10/index.mdx index 03ba91c3dce..1e82414bd74 100644 --- a/content/cli/v10/index.mdx +++ b/content/cli/v10/index.mdx @@ -5,12 +5,8 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/nav.yml redirect_from: - - /cli - - /cli-documentation - - /cli-documentation/index - /cli-documentation/v10 - /cli-documentation/v10/index - - /cli/index - /cli/v10/index --- diff --git a/content/cli/v10/using-npm/changelog.mdx b/content/cli/v10/using-npm/changelog.mdx index 43577e96f0c..e50fff08172 100644 --- a/content/cli/v10/using-npm/changelog.mdx +++ b/content/cli/v10/using-npm/changelog.mdx @@ -4,97 +4,12 @@ github_repo: npm/cli github_branch: release/v10 github_path: CHANGELOG.md redirect_from: - - /cli-documentation/misc/changelog - - /cli-documentation/using-npm/changelog - /cli-documentation/v10/misc/changelog - /cli-documentation/v10/using-npm/changelog - - /cli/misc/changelog - - /cli/using-npm/changelog - /cli/v10/misc/changelog - - /misc/changelog - - /using-npm/changelog --- -## [11.0.0](https://github.com/npm/cli/compare/v11.0.0-pre.1...v11.0.0) (2024-12-16) - -### Documentation - -- [`8a911da`](https://github.com/npm/cli/commit/8a911da452b9785bcd051778570beeb2d8b27421) [#7963](https://github.com/npm/cli/pull/7963) ls: removed design change pending section note (#7963) (@milaninfy) - -### Dependencies - -- [`5319e48`](https://github.com/npm/cli/commit/5319e48a5a91768dccdfe728392dc2040e7ce27e) [#7973](https://github.com/npm/cli/pull/7973) remove unnecessary sprintf-js files in node_modules (#7973) -- [`d369c77`](https://github.com/npm/cli/commit/d369c7716d753580da708723a2a4f8b3be767cb1) [#7976](https://github.com/npm/cli/pull/7976) `socks-proxy-agent@8.0.5` -- [`3b2951a`](https://github.com/npm/cli/commit/3b2951a3ba1521b9866d9b33960aa3307d4f31dd) [#7976](https://github.com/npm/cli/pull/7976) `https-proxy-agent@7.0.6` -- [`a598b7b`](https://github.com/npm/cli/commit/a598b7bd3de2b02bd14a3fa2f49c14a5ca50a43e) [#7976](https://github.com/npm/cli/pull/7976) `agent-base@7.1.3` -- [`52bcaf6`](https://github.com/npm/cli/commit/52bcaf6464f44b30137ee3d3fe79322c1b1646ef) [#7976](https://github.com/npm/cli/pull/7976) `debug@4.4.0` -- [`aabf345`](https://github.com/npm/cli/commit/aabf345a524f8aba7e0f45c0d4b8c86d5160d0cc) [#7976](https://github.com/npm/cli/pull/7976) `p-map@7.0.3` -- [`28e8761`](https://github.com/npm/cli/commit/28e876135411cd9a93dbdd74906869c54286d7bc) [#7976](https://github.com/npm/cli/pull/7976) `npm-package-arg@12.0.1` - -### Chores - -- [`ecd7190`](https://github.com/npm/cli/commit/ecd719026860d464557223b212acec4347477128) [#7976](https://github.com/npm/cli/pull/7976) dev dependency updates (@wraithgar) -- [`a07f4e0`](https://github.com/npm/cli/commit/a07f4e0d921f640be6aa87736debd550ec478f89) [#7976](https://github.com/npm/cli/pull/7976) `@npmcli/template-oss@4.23.6` (@wraithgar) -- [`687ab12`](https://github.com/npm/cli/commit/687ab12eb5ea0ee1017101f3a83d42fd76299627) [#7970](https://github.com/npm/cli/pull/7970) remove pre-release mode from npm 11 and workspaces (#7970) (@wraithgar) -- [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0): `@npmcli/arborist@9.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/config-v10.0.0): `@npmcli/config@10.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v10.0.0): `libnpmaccess@10.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.0): `libnpmdiff@8.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.0.0): `libnpmexec@10.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.0): `libnpmfund@7.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v8.0.0): `libnpmorg@8.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.0): `libnpmpack@9.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v11.0.0): `libnpmpublish@11.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v9.0.0): `libnpmsearch@9.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v8.0.0): `libnpmteam@8.0.0` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v8.0.0): `libnpmversion@8.0.0` - -## [11.0.0-pre.1](https://github.com/npm/cli/compare/v11.0.0-pre.0...v11.0.0-pre.1) (2024-12-06) - -### ⚠️ BREAKING CHANGES - -- Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags. -- `npm init` now has a `type` prompt, and sorts the entries the created packages differently -- `bun.lockb` files are now included in the strict ignore list during packing - -### Features - -- [`f3ac7b7`](https://github.com/npm/cli/commit/f3ac7b7460e1d9e1f9d3d8056317e36bb9813d5d) [#7939](https://github.com/npm/cli/pull/7939) no implicit latest tag on publish when latest > version (#7939) (@reggi, @ljharb) - -### Bug Fixes - -- [`e362c6d`](https://github.com/npm/cli/commit/e362c6d3a6c8bc0221b8c8a6c3dd623da9e6ae04) [#7944](https://github.com/npm/cli/pull/7944) prefix: remove duplicate -g from usage output (#7944) (@wraithgar) - -### Documentation - -- [`2af31dd`](https://github.com/npm/cli/commit/2af31dd30f4c226f43ce7295cd0b5fbb3f3cb2a6) [#7947](https://github.com/npm/cli/pull/7947) change certfile to cafile (#7947) (@wraithgar) -- [`1be8e95`](https://github.com/npm/cli/commit/1be8e9500826e7aef041976fd908658f473caf23) [#7945](https://github.com/npm/cli/pull/7945) update ignore rules (@wraithgar) - -### Dependencies - -- [`bc9b14d`](https://github.com/npm/cli/commit/bc9b14dc35378262c36ef5f59f96455b21a430cc) [#7955](https://github.com/npm/cli/pull/7955) `@npmcli/run-script@9.0.2` -- [`fecfcf4`](https://github.com/npm/cli/commit/fecfcf4987e30cc5ed04b0b77ccc9eb30c2b5c8f) [#7955](https://github.com/npm/cli/pull/7955) `node-gyp@11.0.0` -- [`8905037`](https://github.com/npm/cli/commit/890503767c733a1eacfdd562b01eb37ac253906c) [#7955](https://github.com/npm/cli/pull/7955) `p-map@7.0.2` -- [`ac8eb39`](https://github.com/npm/cli/commit/ac8eb390b0e0a21346fcdc5476ee0b884278b3a9) [#7955](https://github.com/npm/cli/pull/7955) `diff@7.0.0` -- [`c0bcc2a`](https://github.com/npm/cli/commit/c0bcc2a860fec5c86234dec44f5474364c25aefc) [#7955](https://github.com/npm/cli/pull/7955) `walk-up-path@4.0.0` -- [`d463a6f`](https://github.com/npm/cli/commit/d463a6f071da79b7a2151eeeea8a6f6cceea182f) [#7955](https://github.com/npm/cli/pull/7955) `init-package-json@8.0.0` -- [`b87ba24`](https://github.com/npm/cli/commit/b87ba2402ab86532d54b7b4e09b38582c0f11a5e) [#7945](https://github.com/npm/cli/pull/7945) `@npmcli/package-json@6.1.0` -- [`4bf1901`](https://github.com/npm/cli/commit/4bf1901f6dc57748d851ebe82262e9bef85a4ba7) [#7945](https://github.com/npm/cli/pull/7945) `@npmcli/metavuln-calculator@9.0.0` -- [`ca84b22`](https://github.com/npm/cli/commit/ca84b22a18806495c37ef6ee2aecd42a1c7bb7f6) [#7945](https://github.com/npm/cli/pull/7945) `pacote@21.0.0` -- [`4906f3d`](https://github.com/npm/cli/commit/4906f3ddf05c97f6e9832617a22c7ae228b46985) [#7945](https://github.com/npm/cli/pull/7945) `npm-packlist@10.0.0` - -### Chores - -- [`cfdf214`](https://github.com/npm/cli/commit/cfdf2147b5bfd80c7478486d07cb085de6fb8c4c) [#7943](https://github.com/npm/cli/pull/7943) fork changelog (#7943) (@wraithgar) -- [workspace](https://github.com/npm/cli/releases/tag/arborist-v9.0.0-pre.1): `@npmcli/arborist@9.0.0-pre.1` -- [workspace](https://github.com/npm/cli/releases/tag/config-v10.0.0-pre.1): `@npmcli/config@10.0.0-pre.1` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v8.0.0-pre.1): `libnpmdiff@8.0.0-pre.1` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v10.0.0-pre.1): `libnpmexec@10.0.0-pre.1` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v7.0.0-pre.1): `libnpmfund@7.0.0-pre.1` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v8.0.0-pre.1): `libnpmorg@8.0.0-pre.1` -- [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v9.0.0-pre.1): `libnpmpack@9.0.0-pre.1` - -## [11.0.0-pre.0](https://github.com/npm/cli/compare/v10.9.0...v11.0.0-pre.0) (2024-11-26) +## [10.9.2](https://github.com/npm/cli/compare/v10.9.1...v10.9.2) (2024-12-04) ### Dependencies diff --git a/content/cli/v10/using-npm/config.mdx b/content/cli/v10/using-npm/config.mdx index 6a9dd6b6b9a..6b5c85ec823 100644 --- a/content/cli/v10/using-npm/config.mdx +++ b/content/cli/v10/using-npm/config.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/config.md redirect_from: - - /cli-documentation/misc/config - - /cli-documentation/using-npm/config - /cli-documentation/v10/misc/config - /cli-documentation/v10/using-npm/config - - /cli/misc/config - - /cli/using-npm/config - /cli/v10/misc/config - - /misc/config - - /using-npm/config --- ### Description diff --git a/content/cli/v10/using-npm/dependency-selectors.mdx b/content/cli/v10/using-npm/dependency-selectors.mdx index f6787f12c1f..4661242bc19 100644 --- a/content/cli/v10/using-npm/dependency-selectors.mdx +++ b/content/cli/v10/using-npm/dependency-selectors.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/dependency-selectors.md redirect_from: - - /cli-documentation/misc/dependency-selectors - - /cli-documentation/using-npm/dependency-selectors - /cli-documentation/v10/misc/dependency-selectors - /cli-documentation/v10/using-npm/dependency-selectors - - /cli/misc/dependency-selectors - - /cli/using-npm/dependency-selectors - /cli/v10/misc/dependency-selectors - - /misc/dependency-selectors - - /using-npm/dependency-selectors --- ### Description diff --git a/content/cli/v10/using-npm/developers.mdx b/content/cli/v10/using-npm/developers.mdx index ec4a7cc0b78..2a665ddb8df 100644 --- a/content/cli/v10/using-npm/developers.mdx +++ b/content/cli/v10/using-npm/developers.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/developers.md redirect_from: - - /cli-documentation/misc/developers - - /cli-documentation/using-npm/developers - /cli-documentation/v10/misc/developers - /cli-documentation/v10/using-npm/developers - - /cli/misc/developers - - /cli/using-npm/developers - /cli/v10/misc/developers - - /misc/developers - - /using-npm/developers --- ### Description diff --git a/content/cli/v10/using-npm/index.mdx b/content/cli/v10/using-npm/index.mdx index bc1d266224e..87e63ef4c57 100644 --- a/content/cli/v10/using-npm/index.mdx +++ b/content/cli/v10/using-npm/index.mdx @@ -5,25 +5,13 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/nav.yml redirect_from: - - /cli-documentation/misc - - /cli-documentation/misc/index - - /cli-documentation/using-npm - - /cli-documentation/using-npm/index - /cli-documentation/v10/misc - /cli-documentation/v10/misc/index - /cli-documentation/v10/using-npm - /cli-documentation/v10/using-npm/index - - /cli/misc - - /cli/misc/index - - /cli/using-npm - - /cli/using-npm/index - /cli/v10/misc - /cli/v10/misc/index - /cli/v10/using-npm/index - - /misc - - /misc/index - - /using-npm - - /using-npm/index --- diff --git a/content/cli/v10/using-npm/logging.mdx b/content/cli/v10/using-npm/logging.mdx index 6c9c79ddc16..dcf0be83286 100644 --- a/content/cli/v10/using-npm/logging.mdx +++ b/content/cli/v10/using-npm/logging.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/logging.md redirect_from: - - /cli-documentation/misc/logging - - /cli-documentation/using-npm/logging - /cli-documentation/v10/misc/logging - /cli-documentation/v10/using-npm/logging - - /cli/misc/logging - - /cli/using-npm/logging - /cli/v10/misc/logging - - /misc/logging - - /using-npm/logging --- ### Description diff --git a/content/cli/v10/using-npm/orgs.mdx b/content/cli/v10/using-npm/orgs.mdx index 5ebd59ca28a..8cd01ae5ef3 100644 --- a/content/cli/v10/using-npm/orgs.mdx +++ b/content/cli/v10/using-npm/orgs.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/orgs.md redirect_from: - - /cli-documentation/misc/orgs - - /cli-documentation/using-npm/orgs - /cli-documentation/v10/misc/orgs - /cli-documentation/v10/using-npm/orgs - - /cli/misc/orgs - - /cli/using-npm/orgs - /cli/v10/misc/orgs - - /misc/orgs - - /using-npm/orgs --- ### Description diff --git a/content/cli/v10/using-npm/package-spec.mdx b/content/cli/v10/using-npm/package-spec.mdx index 4a5bd99a09e..0bab6c00114 100644 --- a/content/cli/v10/using-npm/package-spec.mdx +++ b/content/cli/v10/using-npm/package-spec.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/package-spec.md redirect_from: - - /cli-documentation/misc/package-spec - - /cli-documentation/using-npm/package-spec - /cli-documentation/v10/misc/package-spec - /cli-documentation/v10/using-npm/package-spec - - /cli/misc/package-spec - - /cli/using-npm/package-spec - /cli/v10/misc/package-spec - - /misc/package-spec - - /using-npm/package-spec --- ### Description diff --git a/content/cli/v10/using-npm/registry.mdx b/content/cli/v10/using-npm/registry.mdx index aa8bd7224ae..067668e1313 100644 --- a/content/cli/v10/using-npm/registry.mdx +++ b/content/cli/v10/using-npm/registry.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/registry.md redirect_from: - - /cli-documentation/misc/registry - - /cli-documentation/using-npm/registry - /cli-documentation/v10/misc/registry - /cli-documentation/v10/using-npm/registry - - /cli/misc/registry - - /cli/using-npm/registry - /cli/v10/misc/registry - - /misc/registry - - /using-npm/registry --- ### Description diff --git a/content/cli/v10/using-npm/removal.mdx b/content/cli/v10/using-npm/removal.mdx index a691edbcdf4..48abf8cc1cc 100644 --- a/content/cli/v10/using-npm/removal.mdx +++ b/content/cli/v10/using-npm/removal.mdx @@ -6,25 +6,13 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/removal.md redirect_from: - - /cli-documentation/misc/removal - - /cli-documentation/misc/removing-npm - - /cli-documentation/using-npm/removal - - /cli-documentation/using-npm/removing-npm - /cli-documentation/v10/misc/removal - /cli-documentation/v10/misc/removing-npm - /cli-documentation/v10/using-npm/removal - /cli-documentation/v10/using-npm/removing-npm - - /cli/misc/removal - - /cli/misc/removing-npm - - /cli/using-npm/removal - - /cli/using-npm/removing-npm - /cli/v10/misc/removal - /cli/v10/misc/removing-npm - /cli/v10/using-npm/removing-npm - - /misc/removal - - /misc/removing-npm - - /using-npm/removal - - /using-npm/removing-npm --- ### Synopsis diff --git a/content/cli/v10/using-npm/scope.mdx b/content/cli/v10/using-npm/scope.mdx index b6344138ea7..84228e4cf67 100644 --- a/content/cli/v10/using-npm/scope.mdx +++ b/content/cli/v10/using-npm/scope.mdx @@ -6,25 +6,13 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/scope.md redirect_from: - - /cli-documentation/misc/npm-scope - - /cli-documentation/misc/scope - - /cli-documentation/using-npm/npm-scope - - /cli-documentation/using-npm/scope - /cli-documentation/v10/misc/npm-scope - /cli-documentation/v10/misc/scope - /cli-documentation/v10/using-npm/npm-scope - /cli-documentation/v10/using-npm/scope - - /cli/misc/npm-scope - - /cli/misc/scope - - /cli/using-npm/npm-scope - - /cli/using-npm/scope - /cli/v10/misc/npm-scope - /cli/v10/misc/scope - /cli/v10/using-npm/npm-scope - - /misc/npm-scope - - /misc/scope - - /using-npm/npm-scope - - /using-npm/scope --- ### Description diff --git a/content/cli/v10/using-npm/scripts.mdx b/content/cli/v10/using-npm/scripts.mdx index 383e465e5a9..83f867ab296 100644 --- a/content/cli/v10/using-npm/scripts.mdx +++ b/content/cli/v10/using-npm/scripts.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/scripts.md redirect_from: - - /cli-documentation/misc/scripts - - /cli-documentation/using-npm/scripts - /cli-documentation/v10/misc/scripts - /cli-documentation/v10/using-npm/scripts - - /cli/misc/scripts - - /cli/using-npm/scripts - /cli/v10/misc/scripts - - /misc/scripts - - /using-npm/scripts --- ### Description diff --git a/content/cli/v10/using-npm/workspaces.mdx b/content/cli/v10/using-npm/workspaces.mdx index 88fc6ad86f6..acd36e96780 100644 --- a/content/cli/v10/using-npm/workspaces.mdx +++ b/content/cli/v10/using-npm/workspaces.mdx @@ -6,15 +6,9 @@ github_repo: npm/cli github_branch: release/v10 github_path: docs/lib/content/using-npm/workspaces.md redirect_from: - - /cli-documentation/misc/workspaces - - /cli-documentation/using-npm/workspaces - /cli-documentation/v10/misc/workspaces - /cli-documentation/v10/using-npm/workspaces - - /cli/misc/workspaces - - /cli/using-npm/workspaces - /cli/v10/misc/workspaces - - /misc/workspaces - - /using-npm/workspaces --- ### Description diff --git a/content/nav.yml b/content/nav.yml index f23ac28df6b..75787a2992b 100644 --- a/content/nav.yml +++ b/content/nav.yml @@ -1327,8 +1327,8 @@ - title: Version 10.9.2 shortName: v10 url: /cli/v10 - default: true - type: latest + default: false + type: legacy children: - title: CLI Commands shortName: Commands From 0b2ffbf1ad6c52f300a35cd8b5093238842d93c6 Mon Sep 17 00:00:00 2001 From: reggi Date: Wed, 18 Dec 2024 10:50:19 -0500 Subject: [PATCH 2/2] fix: sort cache keys, remove default 10 --- cli-cache.json | 6 +++--- cli/lib/cache.js | 11 +++++++++++ content/nav.yml | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/cli-cache.json b/cli-cache.json index 8048953da70..944754d8312 100644 --- a/cli-cache.json +++ b/cli-cache.json @@ -1,6 +1,6 @@ { - "v11": "f7da341322c2f860156e8144b208583596504479", - "v9": "64763a341e7aa5b456e696f956759bf9b3440dc1", "v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b", - "v10": "a3041941586b6fb8ed7403fe3c24d81138a96005" + "v9": "64763a341e7aa5b456e696f956759bf9b3440dc1", + "v10": "a3041941586b6fb8ed7403fe3c24d81138a96005", + "v11": "f7da341322c2f860156e8144b208583596504479" } \ No newline at end of file diff --git a/cli/lib/cache.js b/cli/lib/cache.js index 3e0dabc8c4b..f670b63100d 100644 --- a/cli/lib/cache.js +++ b/cli/lib/cache.js @@ -12,6 +12,17 @@ class CacheVersionSha { } async save() { + const sortedCache = {} + Object.keys(this.cache) + .sort((a, b) => { + const numA = parseInt(a.replace('v', ''), 10) + const numB = parseInt(b.replace('v', ''), 10) + return numA - numB + }) + .forEach(key => { + sortedCache[key] = this.cache[key] + }) + this.cache = sortedCache await fs.writeFile(this.path, JSON.stringify(this.cache, null, 2)) return this } diff --git a/content/nav.yml b/content/nav.yml index 12d20c3203a..75787a2992b 100644 --- a/content/nav.yml +++ b/content/nav.yml @@ -1327,7 +1327,7 @@ - title: Version 10.9.2 shortName: v10 url: /cli/v10 - default: true + default: false type: legacy children: - title: CLI Commands