Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-wrangler-install-and-update-workflow-guide.mdA 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.textThe 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-.textA 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.textA 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.textA 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-.textA 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

  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/install-and-update