workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

⛅️ Home to Wrangler, the CLI for Cloudflare Workers®

Results 650 workers-sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

The old PUT endpoint was removed in favour of POST `{ "name": "" }` Once the fix for the POST endpoint is out, I'll mark this ready

- [ ] inline create-cloudflare into wrangler - [ ] add tests - [ ] role reverse and have create-cloudflare delegate to wrangler - [ ] update messaging to signify...

chunky

### What version of `Wrangler` are you using? 2.0.25 ### What operating system are you using? Mac ### Describe the Bug Attempting to deploy the following code causes the error:...

bug

If you try to use `--experimental-enable-local-persistence` now, you'll get this message: ``` ▲ [WARNING] --experimental-enable-local-persistence is deprecated. Use --persist in future (which will write to .wrangler/state) or --persist-to=./wrangler-local-state if you...

Close #1660 In `packages/wrangler/src/config/validation.ts` I originally tried to get `isRequiredProperty` to type narrow `object`. This may be impossible https://github.com/microsoft/TypeScript/issues/31755#issuecomment-498669080 so I casted it manually.

### What version of `Wrangler` are you using? 2.0.2 ### What operating system are you using? Windows ### Describe the Bug I am currently giving WebStorm a try and I...

pages
bug

### What version of `Wrangler` are you using? 2.0.25 ### What operating system are you using? Ubuntu WSL ### Describe the Bug The command `wrangler r2 bucket create bucketname` now...

bug
internal

Fixes #495 --- feat: Adds `--compatibility-date` and `--compatibility-flags` to `wrangler pages dev` Soon to follow in production.

### What version of `Wrangler` are you using? 2.0.24 ### What operating system are you using? Mac ### Describe the Bug Bindings with a blank identifier, such as `id =...

bug