Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Deprecations

A guide to deprecated Wrangler commands, configuration properties, and features, including the recommended modern alternatives for migrations.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Deprecations

A guide to deprecated Wrangler commands, configuration properties, and features, including the recommended modern alternatives for migrations.

When To Use

Use when migrating legacy Cloudflare Workers projects to newer Wrangler versions or replacing deprecated CLI commands with their modern equivalents.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-wrangler-deprecations-workflow-guide.mdA list of deprecated features and breaking changes for Cloudflare Workers and the Wrangler CLI, including transitions from Workers Sites to Static Assets.Questions about a list of deprecated features and breaking changes for Cloudflare Workers and the Wrangler CLI, including transitions...
examples/workers-wrangler-deprecations-cloudflare-workers-wrangler-deprecations-p.textA text representation of a project directory structure illustrating deprecated file layouts in Cloudflare Workers.Exact payloads, commands, or snippets shown in A text representation of a project directory structure illustrating deprecated file layouts in Cloudflare Workers.
examples/workers-wrangler-deprecations-cloudflare-workers-wrangler-deprecations-l.textA list of deprecated features and APIs within the Cloudflare Workers and Wrangler ecosystem.Exact payloads, commands, or snippets shown in A list of deprecated features and APIs within the Cloudflare Workers and Wrangler ecosystem.
examples/workers-wrangler-deprecations-cloudflare-workers-wrangler-deprecations-l-2.textA list of deprecated features and APIs within the Cloudflare Workers and Wrangler ecosystem.Exact payloads, commands, or snippets shown in A list of deprecated features and APIs within the Cloudflare Workers and Wrangler ecosystem.

What This Skill Covers

  • Review the difference between Wrangler versions, specifically deprecations and breaking changes.
  • Main sections: Wrangler v4, Workers Sites, Service environments, Wrangler v3, Deprecated commands.

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/deprecations