cloudflare · Cloudflare Workers Docs
Workers Deprecations
A guide to deprecated Wrangler commands, configuration properties, and features, including the recommended modern alternatives for migrations.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-deprecations-workflow-guide.md | A 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.text | A 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.text | A 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.text | A 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
- 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/deprecations
