Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Migrations

Provides guidance and specific steps for migrating from Miniflare version 2 to newer versions.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-testing-miniflare-migrations-workflow-guide.mdA 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

  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/testing/miniflare/migrations