Wrangler 4.68.0 Enables Zero-Config Deployment to Cloudflare Workers
Key Points
- Deploy to Workers without configuration files using wrangler deploy
- Automatic framework detection and adapter installation
- Dashboard integration generates PRs with required configuration
Summary
Wrangler 4.68.0 introduces automatic configuration for Cloudflare Workers deployment, allowing developers to deploy projects without requiring a wrangler.jsonc configuration file. The tool now automatically detects frameworks, installs adapters, and generates necessary configuration files.
Key Points
- Zero-config deployment: Run
wrangler deployin any project, even without existing Wrangler configuration - Automatic framework detection: Wrangler analyzes
package.jsonto identify the project framework - Streamlined workflow: Tool prompts for confirmation, installs required adapters, generates
wrangler.jsonc, and deploys - Dashboard integration: Repository connections through Workers dashboard generate pull requests with necessary configuration files
- Alternative commands: Use
wrangler setupfor configuration without deployment, or--yesflag to skip prompts - GA release: Feature graduated from experimental status (introduced December 2025) to general availability