workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
This fixes some peer dependency warning we were seeing when doing installs/builds - Tests - [ ] TODO (before merge) - [ ] Included - [x] Not necessary because: no...
### Which Cloudflare product(s) does this pertain to? Workers/Other, Wrangler ### What version of `Wrangler` are you using? 2.18.0 ### What operating system are you using? Windows ### Describe the...
This was causing create-cloudflare to generate an incorrect wrangler.toml for templates that didn't include these attributes. ## What this PR solves / how to test When `npm create cloudflare` creates...
The code had been converted to typescript in 026d944d, but packages.json and several other places still refered to .js files. In addition a refactoring of the test code meant tests...
### Which Cloudflare product(s) does this pertain to? R2, Miniflare ### What version(s) of the tool(s) are you using? 3.60.3 [wrangler], 3.20240610.0 [miniflare] ### What version of Node are you...
### Which Cloudflare product(s) does this pertain to? Wrangler core ### What version(s) of the tool(s) are you using? Wrangler v3.62.0 ### What version of Node are you using? 18.19.1...
### Which Cloudflare product(s) does this pertain to? Wrangler core ### What version(s) of the tool(s) are you using? 3.51.2 ### What version of Node are you using? 20.12.1 ###...
## What this PR solves / how to test Adds list and remove subcommands to cloudchamber registries command. Example usage: `wrangler cloudchamber registries list` `wrangler cloudchamber registries remove your.registry` Fixes...
## What this PR solves / how to test Fixes #[insert GH or internal issue number(s)]. ## Author has addressed the following - Tests - [ ] TODO (before merge)...
### What version of `Wrangler` are you using? 2.1.13 ### What operating system are you using? Mac ### Describe the Bug 1. Go to [CodeSanbox](https://codesandbox.io/p/sandbox/silly-wood-swjsvq) 2. Run the following command...