cloudflare · Cloudflare Workers Docs
Workers Migrations
Provides guidance and specific steps for migrating from Miniflare version 2 to newer versions.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Migrations
Provides guidance and specific steps for migrating from Miniflare version 2 to newer versions.
When To Use
Use when upgrading a local development environment from Miniflare version 2 to a more recent version to ensure compatibility and correct configuration.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-testing-miniflare-migrations-workflow-guide.md | A guide detailing the process of migrating from Miniflare version 2 to newer versions within the Cloudflare Workers testing environment. | Questions about a guide detailing the process of migrating from Miniflare version 2 to newer versions within the Cloudflare Workers t... |
What This Skill Covers
- See the attached source files for the exact documented workflow.
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/testing/miniflare/migrations
