cloudflare · Cloudflare Workers Docs
Workers Install / Update
Instructions for installing or updating the deprecated Wrangler v1 using npm, Cargo, or manual binary installation.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-migration-install-update-workflow-guide.md | Instructions 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.text | The 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.text | The 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.text | A 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.text | The 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.text | The 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.text | A 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
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - 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
