Workers - No config? No problem. Just `wrangler deploy`
4mo ago
Source
CloudflareWorkers - No config? No problem. Just `wrangler deploy`cloudflare.comYou can now deploy any existing project to Cloudflare Workers — even without a Wrangler configuration file — and wrangler deploy will just work . Starting with Wrangler 4.68.0 , running wrangler deploy automatically configures your project by detecting your framework, installing required adapters, and deploying it to Cloudflare Workers. Using Wrangler locally npx wrangler deploy When you run wrangler deploy in a project without a configuration file, Wrangler: Detects your framework from package.json Prompts you to confirm the detected settings Installs any required adapters Generates a wrangler.jsonc configuration file Deploys your project to Cloudflare Workers You can also use wrangler setup to configure without deploying, or pass --yes to skip prompts. Using the Cloudflare dashboard When you connect a repository through the Workers dashboard , a pull request is generated for you with all necessary files, and a preview deployment to check before merging. Note A pull request is only generated when your deploy command is npx wrangler deploy . If you use a custom deploy command, automatic configuration still runs but a PR is not created. Background In December 2025, we introduced automatic configuration as an experimental feature. It is now generally available and the default behavior. If you have questions or run into issues, join the GitHub discussion .
You might also wanna read
Cloudflare expands AI bot management tools with granular traffic controls for all customers
Cloudflare is celebrating the second "Content Independence Day" by expanding AI traffic management options for all website owners. Building
Workers - Simpler runtime types with @cloudflare/workers-types v5
Cloudflare·1d ago
AI Search - Manage AI Search sync jobs with Wrangler CLI
Cloudflare·2d ago
Workers - Work across multiple accounts with Wrangler auth profiles
Cloudflare·2d ago
Cache - Cache multiple versions of a URL with Vary
Cloudflare·2d ago
Cloudflare One - Hostname routing for Cloudflare Mesh
Cloudflare·2d ago

Comments
Sign in to join the conversation.
No comments yet. Be the first.