Automated deployment workflow with pre-flight checks, validation, testing, and deployment to Cloudflare Workers
/plugin marketplace add involvex/involvex-claude-marketplace/plugin install cloudflare-expert@involvex-claude-marketplace[--env <environment>] [--dry-run]# Cloudflare Deployment Workflow Automated deployment workflow with comprehensive pre-flight checks and validation before deploying to Cloudflare Workers. ## What This Command Does 1. **Validates configuration**: Checks wrangler.jsonc/wrangler.toml is properly configured 2. **Checks compatibility date**: Warns if compatibility_date is old 3. **Verifies bindings**: Ensures all referenced bindings exist 4. **Runs tests**: Executes `npm test` if test script exists 5. **Runs build**: Executes `npm run build` if build script exists 6. **Confirms deployment**: Shows what will be deployed and a...