Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Workers Versions & Deployments

Teaches how to manage Worker code changes through versioning and control traffic exposure using deployment strategies like all-at-once or gradual rolling deployments.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Workers Versions & Deployments

Teaches how to manage Worker code changes through versioning and control traffic exposure using deployment strategies like all-at-once or gradual rolling deployments.

When To Use

Use when you need to implement a rolling deployment strategy, manage code version history, or decouple code uploads from traffic shifts in a Cloudflare Worker environment.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-configuration-versions-and-deployments-38-workflow-guide.mdA guide explaining how versions track changes to a Worker and how deployments manage how those changes serve traffic.Questions about a guide explaining how versions track changes to a Worker and how deployments manage how those changes serve traffic.

What This Skill Covers

  • Versions track changes to your Worker. Deployments configure how those changes are deployed to your traffic.
  • Main sections: Versions, Deployments, Use versions and deployments, Create a new version, Upload a new version and deploy it immediately.

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/configuration/versions-and-deployments