workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
Fixes #5090 **What this PR solves / how to test:** Previously, dashes in bindings or vars would result in an invalid output with `wrangler types`. With the following: ```toml [vars]...
### Describe the solution Could --remote flag be supported for next-on-pages projects using D1 please? I'd like this to work: npm run pages:build && wrangler pages dev .vercel/output/static --compatibility-date=2024-01-17 --compatibility-flag=nodejs_compat...
### Which Cloudflare product(s) does this pertain to? Wrangler core ### What version(s) of the tool(s) are you using? 3.29.0 ### What version of Node are you using? 20.11.1 ###...
🚀 Feature Request: Enable foreign key support on local D1 database to align with remote D1 databases
### Describe the solution It seems that remote D1 databases have foreign key support enabled by default on creation. As an aside, it seems it can't be turned off. Wrangler...
### Describe the solution `wrangler types` seems to generate literals for environment variables in `wrangler.toml`. A wider type like `string` may be more helpful. ```toml [vars] ENVIRONMENT = "development" ```...
### Describe the solution I'd like to request a cli flag or non-interactive option to be added that hides the CLI UI box that is created by wrangler that gives...
### Which Cloudflare product(s) does this pertain to? Workers Runtime ### What version(s) of the tool(s) are you using? 3.29.0 [Wrangler] ### What version of Node are you using? 20.10.0...
### Which Cloudflare product(s) does this pertain to? D1, Wrangler core ### What version(s) of the tool(s) are you using? 3.29.0 [wrangler] ### What version of Node are you using?...
### Which Cloudflare product(s) does this pertain to? C3 ### What version(s) of the tool(s) are you using? 3.5.1 ### What version of Node are you using? 20.5.1 ### What...
**What this PR solves / how to test:** This PR deprecated the `wrangler version` command. It does the same thing as `wrangler --version` which can be used instead. Deprecating because...