Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Install / Update

Instructions for installing or updating the deprecated Wrangler v1 using npm, Cargo, or manual binary installation.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Install / Update

Instructions for installing or updating the deprecated Wrangler v1 using npm, Cargo, or manual binary installation.

When To Use

Use when you need to install or update the legacy Wrangler v1 version using npm, Cargo, or manual binary placement.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-wrangler-migration-install-update-workflow-guide.mdInstructions for installing and updating the Cloudflare Wrangler CLI during the migration from version 1 to version 2.Questions about instructions for installing and updating the Cloudflare Wrangler CLI during the migration from version 1 to version 2.
examples/workers-wrangler-migration-install-update-cloudflare-workers-wrangler-np.textThe npm command used to install or update the Cloudflare Wrangler CLI globally.Exact payloads, commands, or snippets shown in The npm command used to install or update the Cloudflare Wrangler CLI globally.
examples/workers-wrangler-migration-install-update-cloudflare-workers-wrangler-ca.textThe shell command used to install the Wrangler CLI via Cargo.Exact payloads, commands, or snippets shown in The shell command used to install the Wrangler CLI via Cargo.
examples/workers-wrangler-migration-install-update-cloudflare-workers-wrangler-mi.textA shell command using curl to install or update the Rust toolchain via rustup.Exact payloads, commands, or snippets shown in A shell command using curl to install or update the Rust toolchain via rustup.
examples/workers-wrangler-migration-install-update-cloudflare-workers-wrangler-le.textThe cargo install command used to install the legacy version of wrangler with sys-openssl features enabled.Exact payloads, commands, or snippets shown in The cargo install command used to install the legacy version of wrangler with sys-openssl features enabled.
examples/workers-wrangler-migration-install-update-cloudflare-workers-wrangler-np-2.textThe npm command used to update the global installation of the Cloudflare Wrangler CLI.Exact payloads, commands, or snippets shown in The npm command used to update the global installation of the Cloudflare Wrangler CLI.
examples/workers-wrangler-migration-install-update-cloudflare-workers-wrangler-le-2.textA text command for installing the legacy version of the Wrangler CLI using cargo.Exact payloads, commands, or snippets shown in A text command for installing the legacy version of the Wrangler CLI using cargo.

What This Skill Covers

  • This page is for Wrangler v1, which has been deprecated.Learn how to update to the latest version of Wrangler.
  • Main sections: Install, Install with npm, Install with cargo, Manual install, Update.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.cloudflare.com/workers/wrangler/migration/v1-to-v2/wrangler-legacy/install-update