cloudflare · Cloudflare Workers Docs
Workers Configuration
Explains how to configure Cloudflare Workers using the deprecated Wrangler v1, covering top-level settings, environment-specific overrides, and key inheritance patterns.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Configuration
Explains how to configure Cloudflare Workers using the deprecated Wrangler v1, covering top-level settings, environment-specific overrides, and key inheritance patterns.
When To Use
Use when you need to map legacy Wrangler v1 configuration keys, environment overrides, or inheritance logic to a new Wrangler v2 setup during a migration process.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-migration-configuration-workflow-guide.md | Documentation detailing how to migrate configuration settings from Wrangler v1 to v2 for Cloudflare Workers. | Questions about documentation detailing how to migrate configuration settings from Wrangler v1 to v2 for Cloudflare Workers. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1-.text | A text file demonstrating the legacy wrangler.toml configuration structure used during the migration from Wrangler v1 to v2. | Exact payloads, commands, or snippets shown in A text file demonstrating the legacy wrangler.toml configuration structure used during the migration from Wrangler v1... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--2.text | A text file demonstrating the legacy wrangler.toml configuration format used during the migration from version 1 to version 2. | Exact payloads, commands, or snippets shown in A text file demonstrating the legacy wrangler.toml configuration format used during the migration from version 1 to v... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--3.text | A text file demonstrating the structure of a legacy wrangler.toml configuration being migrated to the new version 2 format. | Exact payloads, commands, or snippets shown in A text file demonstrating the structure of a legacy wrangler.toml configuration being migrated to the new version 2 f... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--4.text | A TOML configuration file demonstrating the syntax for migrating legacy Wrangler v1 settings to the v2 format, including schema references, environment variables, and KV namespace bindings. | Exact payloads, commands, or snippets shown in A TOML configuration file demonstrating the syntax for migrating legacy Wrangler v1 settings to the v2 format, includ... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--5.text | A text representation of a legacy wrangler.toml configuration file used for migrating Workers from version 1 to version 2. | Exact payloads, commands, or snippets shown in A text representation of a legacy wrangler.toml configuration file used for migrating Workers from version 1 to versi... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--6.text | A text file demonstrating the legacy wrangler configuration format using key-value pairs for environment variables. | Exact payloads, commands, or snippets shown in A text file demonstrating the legacy wrangler configuration format using key-value pairs for environment variables. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--7.text | A text example demonstrating the configuration differences when migrating from Wrangler v1 to v2 for Cloudflare Workers. | Exact payloads, commands, or snippets shown in A text example demonstrating the configuration differences when migrating from Wrangler v1 to v2 for Cloudflare Workers. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--8.text | A text representation of a legacy wrangler.toml configuration file containing KV namespace bindings for migration to Wrangler v2. | Exact payloads, commands, or snippets shown in A text representation of a legacy wrangler.toml configuration file containing KV namespace bindings for migration to... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--9.text | A text configuration example showing how to define KV namespace bindings for migrating from Wrangler v1 to v2. | Exact payloads, commands, or snippets shown in A text configuration example showing how to define KV namespace bindings for migrating from Wrangler v1 to v2. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--10.text | A text representation of a legacy wrangler.toml configuration file showing KV namespace bindings for migration purposes. | Exact payloads, commands, or snippets shown in A text representation of a legacy wrangler.toml configuration file showing KV namespace bindings for migration purposes. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--11.text | A text example demonstrating the syntax for migrating KV namespace bindings from Wrangler v1 to v2 configuration format. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for migrating KV namespace bindings from Wrangler v1 to v2 configuration format. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--12.text | A text example demonstrating the configuration structure for migrating Cloudflare Workers from Wrangler v1 to v2. | Exact payloads, commands, or snippets shown in A text example demonstrating the configuration structure for migrating Cloudflare Workers from Wrangler v1 to v2. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--13.text | A text representation of a legacy wrangler.toml configuration file used for migrating Workers from version 1 to version 2. | Exact payloads, commands, or snippets shown in A text representation of a legacy wrangler.toml configuration file used for migrating Workers from version 1 to versi... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--14.text | A text file containing legacy wrangler.toml configuration settings for site bucket and entry-point during a v1 to v2 migration. | Exact payloads, commands, or snippets shown in A text file containing legacy wrangler.toml configuration settings for site bucket and entry-point during a v1 to v2... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--15.text | A text file demonstrating the legacy wrangler.toml configuration structure for migrating Workers sites to version 2. | Exact payloads, commands, or snippets shown in A text file demonstrating the legacy wrangler.toml configuration structure for migrating Workers sites to version 2. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--16.text | A text file containing a legacy wrangler.toml configuration example for workers-site site bucket and entry-point settings. | Exact payloads, commands, or snippets shown in A text file containing a legacy wrangler.toml configuration example for workers-site site bucket and entry-point sett... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--17.text | A text file demonstrating the legacy wrangler.toml configuration structure used during the migration from version 1 to version 2. | Exact payloads, commands, or snippets shown in A text file demonstrating the legacy wrangler.toml configuration structure used during the migration from version 1 t... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--18.text | A text file containing a legacy wrangler.toml configuration example for site bucket and entry-point settings. | Exact payloads, commands, or snippets shown in A text file containing a legacy wrangler.toml configuration example for site bucket and entry-point settings. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--19.text | A text file containing a sample configuration object used for migrating from Wrangler v1 to v2 in Cloudflare Workers. | Exact payloads, commands, or snippets shown in A text file containing a sample configuration object used for migrating from Wrangler v1 to v2 in Cloudflare Workers. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--20.text | A text representation of legacy wrangler configuration settings including cron trigger syntax for migration purposes. | Exact payloads, commands, or snippets shown in A text representation of legacy wrangler configuration settings including cron trigger syntax for migration purposes. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--21.text | A text example of a legacy wrangler configuration file used for migrating Workers from version 1 to version 2. | Exact payloads, commands, or snippets shown in A text example of a legacy wrangler configuration file used for migrating Workers from version 1 to version 2. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--22.text | A text file demonstrating the legacy wrangler configuration format used during the migration from version 1 to version 2. | Exact payloads, commands, or snippets shown in A text file demonstrating the legacy wrangler configuration format used during the migration from version 1 to versio... |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--23.text | A text example demonstrating the configuration differences when migrating from Wrangler v1 to v2 for Cloudflare Workers. | Exact payloads, commands, or snippets shown in A text example demonstrating the configuration differences when migrating from Wrangler v1 to v2 for Cloudflare Workers. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--24.text | A text file demonstrating the configuration structure for migrating from Wrangler v1 to v2 in Cloudflare Workers. | Exact payloads, commands, or snippets shown in A text file demonstrating the configuration structure for migrating from Wrangler v1 to v2 in Cloudflare Workers. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--25.text | A text file demonstrating the configuration syntax for migrating from Wrangler v1 to v2 in a Cloudflare Workers project. | Exact payloads, commands, or snippets shown in A text file demonstrating the configuration syntax for migrating from Wrangler v1 to v2 in a Cloudflare Workers project. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--26.text | A text example demonstrating the configuration differences when migrating from Wrangler v1 to v2 for Cloudflare Workers. | Exact payloads, commands, or snippets shown in A text example demonstrating the configuration differences when migrating from Wrangler v1 to v2 for Cloudflare Workers. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--27.text | A text representation of a legacy wrangler configuration object used for migrating Workers from version 1 to version 2. | Exact payloads, commands, or snippets shown in A text representation of a legacy wrangler configuration object used for migrating Workers from version 1 to version 2. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--28.text | A text file demonstrating the configuration syntax for migrating from Wrangler v1 to v2 in a Cloudflare Workers project. | Exact payloads, commands, or snippets shown in A text file demonstrating the configuration syntax for migrating from Wrangler v1 to v2 in a Cloudflare Workers project. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--29.text | A text file demonstrating the configuration structure for migrating from Wrangler v1 to v2 in Cloudflare Workers. | Exact payloads, commands, or snippets shown in A text file demonstrating the configuration structure for migrating from Wrangler v1 to v2 in Cloudflare Workers. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--30.text | A text file demonstrating the configuration syntax for migrating from Wrangler v1 to v2 in Cloudflare Workers. | Exact payloads, commands, or snippets shown in A text file demonstrating the configuration syntax for migrating from Wrangler v1 to v2 in Cloudflare Workers. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--31.text | A text representation of a legacy Wrangler configuration object used for migrating Workers from version 1 to version 2. | Exact payloads, commands, or snippets shown in A text representation of a legacy Wrangler configuration object used for migrating Workers from version 1 to version 2. |
examples/workers-wrangler-migration-configuration-cloudflare-workers-wrangler-v1--32.text | A TOML configuration file demonstrating the syntax for migrating legacy Wrangler v1 settings to v2, including account ID, zone ID, and KV namespace bindings. | Exact payloads, commands, or snippets shown in A TOML configuration file demonstrating the syntax for migrating legacy Wrangler v1 settings to v2, including account... |
What This Skill Covers
- This page is for Wrangler v1, which has been deprecated.Learn how to update to the latest version of Wrangler.
- Main sections:
Background,Environments,Keys,vars,kv\namespaces.
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/migration/v1-to-v2/wrangler-legacy/configuration
