workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
## What this PR solves / how to test The watch mode in `pages dev` for Pages Functions projects is currently partially broken, as it only watches for file system...
### Which Cloudflare product(s) does this pertain to? Pages ### What version(s) of the tool(s) are you using? Wrangler ### What version of Node are you using? 22.3.0 ### What...
### Describe the solution Followup tracking task for https://github.com/cloudflare/workers-sdk/pull/6090 for myself
### Describe the solution We should be able to add specific caching rules for specific patterns.
### Describe the solution ^ like it says. tracking issue for myself.
### Describe the solution It would be nice to be able to be able to use `wrangler.toml`/`.json` as a source-of-truth for which Buckets/Queues generate/handle Event Notifications. Configuration should *probably* be...
### Which Cloudflare product(s) does this pertain to? D1 ### What version(s) of the tool(s) are you using? wrangler 3.17.1 ### What version of Node are you using? 19.9.0 ###...
### Which Cloudflare product(s) does this pertain to? Miniflare ### What version(s) of the tool(s) are you using? 3.20240620.0 [Miniflare] ### What version of Node are you using? 22.3.0 ###...
### Which Cloudflare product(s) does this pertain to? Pages ### What version(s) of the tool(s) are you using? latest ### What version of Node are you using? latest ### What...
## What this PR solves / how to test Adds a cloudchamber curl command. Example usage: `wrangler cloudchamber curl /ssh-public-keys` [CC-3877](https://jira.cfdata.org/browse/CC-3877) ## Author has addressed the following - Tests -...