cloudflare · Cloudflare Workers Docs
Workers Install/Update Wrangler
Instructions for installing the Wrangler CLI locally within a project using various package managers and updating it to newer versions.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Install/Update Wrangler
Instructions for installing the Wrangler CLI locally within a project using various package managers and updating it to newer versions.
When To Use
Use when you need to set up the Wrangler command-line tool in a new project or upgrade an existing installation to a newer version.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-install-and-update-workflow-guide.md | A guide detailing the installation, version checking, and updating procedures for the Wrangler command-line tool. | Questions about a guide detailing the installation, version checking, and updating procedures for the Wrangler command-line tool. |
examples/workers-wrangler-install-and-update-cloudflare-workers-wrangler-npm-inst.text | The npm command used to install or update the Wrangler CLI as a development dependency. | Exact payloads, commands, or snippets shown in The npm command used to install or update the Wrangler CLI as a development dependency. |
examples/workers-wrangler-install-and-update-cloudflare-workers-wrangler-install-.text | A text command demonstrating how to install or update the Wrangler CLI using yarn. | Exact payloads, commands, or snippets shown in A text command demonstrating how to install or update the Wrangler CLI using yarn. |
examples/workers-wrangler-install-and-update-cloudflare-workers-wrangler-pnpm-ins.text | A text snippet showing the pnpm command to install or update the latest version of the Wrangler CLI as a development dependency. | Exact payloads, commands, or snippets shown in A text snippet showing the pnpm command to install or update the latest version of the Wrangler CLI as a development... |
examples/workers-wrangler-install-and-update-cloudflare-workers-wrangler-bun-inst.text | A text command demonstrating how to install the latest version of Wrangler using the Bun package manager. | Exact payloads, commands, or snippets shown in A text command demonstrating how to install the latest version of Wrangler using the Bun package manager. |
examples/workers-wrangler-install-and-update-cloudflare-workers-wrangler-version-.text | A shell command used to verify the currently installed version of the Wrangler CLI. | Exact payloads, commands, or snippets shown in A shell command used to verify the currently installed version of the Wrangler CLI. |
What This Skill Covers
- Wrangler is a command-line tool for building with Cloudflare developer products.
- Main sections:
Install Wrangler,Check your Wrangler version,Update Wrangler,Related resources.
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/install-and-update
