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 would make it consistent with the service bindings. ```toml [durable_objects] bindings = [ { name = "TEST_OBJECT", class_name = "", script_name = "", environment = "" } ] services...

discussion

### What version of `Wrangler` are you using? 2.0.24 ### What operating system are you using? Windows 10 (21H2) Build 19044.1826 ### Describe the Bug 1. Create a Scheduled worker...

bug

This pairs with https://github.com/cloudflare/wrangler-action/issues/79. It would be good to have a way to set mass secrets within `wrangler`, so within `wrangler-action`, you aren't met with repetitive output, which can look...

enhancement

Premise: wrangler should be usable in "code", enabling folks to build their own tooling and abstractions on top of it, and potentially preventing feature creep in wrangler itself. Some usecases...

discussion

### System tested `OS:` Windows 64-bit `pm:` nvm-windows `node.js:` 16.7.0 (lowest supported), 16.16.0 (lts), 17.9.0, 18.5.0, 18.7.0 (latest), likely all versions affected `wrangler:` 2.0.17, 2.0.23, likely all versions >2.0.6 affected...

pages
bug
pages:validated

### Describe the solution Right now, we match on just the name of the service. It might be useful to either require users to run Worker A in environment E...

enhancement

### Describe the solution There are placeholder arguments like `{{name}}` used by cargo-generate in wrangler 1. It would be cool if these were supported in wrangler 2.

enhancement
polish

### What version of `Wrangler` are you using? d1 ### What operating system are you using? macOS ### Describe the Bug At least in local mode, `result` is returned, rather...

bug

### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Linux ### Describe the Bug When publishing in CircleCI without providing a `CLOUDFLARE_API_TOKEN`, it...

bug

### What version of `Wrangler` are you using? 2.0.23 ### What operating system are you using? Linux ### Describe the Bug Hello :smiley: When trying to publish the same directory...

bug