workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
This would make it consistent with the service bindings. ```toml [durable_objects] bindings = [ { name = "TEST_OBJECT", class_name = "", script_name = "", environment = "" } ] services...
### 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...
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...
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...
### 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...
### 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...
### 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.
### 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...
### 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...
### 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...