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.
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
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-configuration-versions-and-deployments-38-workflow-guide.md | A 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
- 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/configuration/versions-and-deployments
