workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### What version of `Wrangler` are you using? 2.0.25 ### What operating system are you using? macOS ### Describe the Bug Right now, it's tricky to use environments with the...
### Describe the solution When running `wrangler whoami` we should display a list of allowed permissions for the current authenticated user (or API token). This will help with scenarios where...
We currently install miniflare as a dependency. However, it makes the install much slower, and bloats up the bundle a little bigger than it has to be. Instead, we should...
Making it possible to use the same `.sql` files to bootstrap your local `wrangler dev --local` as production.
### What version of `Wrangler` are you using? 2.0.22 ### What operating system are you using? macOS 12.3 ### Describe the Bug ``` > wrangler dev ⛅️ wrangler 2.0.22 --------------------...
### What version of `Wrangler` are you using? 2.0.25 ### What operating system are you using? Ubuntu 20.04 ### Describe the Bug When I'm running deploy locally: ``` CLOUDFLARE_ACCOUNT_ID=********** npx...
The runtime supports the Network tab, but for some reason, it does not work. For instance, it works on https://cloudflareworkers.com
This is changing the way JWT Expiration errors are checked during the pages direct upload process. Previously the error was being checked for a specific error code that does not...
- Pins the Miniflare version - Makes DOs and Pages work with D1 - And then applies https://github.com/cloudflare/wrangler2/pull/1529 so we can get persistence too. To merge this PR: 1. Merge...
### Describe the solution There should be a way of outputting the script bundle created with `wrangler`, so it's possible to develop with Wrangler while provisioning with the [Cloudflare Terraform...