workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### What versions & operating system are you using? wrangler v4.24.0, node v23.10.0, macOS 15.5 ### Please provide a link to a minimal reproduction https://github.com/bryanhpchiang/experiments ### Describe the Bug i...
Fixes https://jira.cfdata.org/browse/DEVX-2363 --- - Tests - [x] Tests included/updated - [ ] Tests not necessary because: - Public documentation - [ ] Cloudflare docs PR(s): - [x] Documentation not necessary...
Devin PR requested by [email protected] This PR adds support for uploading secrets alongside Worker deployments using a `--secrets-file` parameter on both `wrangler deploy` and `wrangler versions upload` commands. ## Changes...
### What versions & operating system are you using? [email protected] ### Please provide a link to a minimal reproduction _No response_ ### Describe the Bug we'd like to be able...
Currently `wrangler login` works like this: 1. In the browser, I authorize a token with access to all accounts attached to my user. 2. Wrangler displays a picker for me...
Cut the `node_modules` size for a fresh install of workers-sdk by 400MB from 2.3G to 1.9G. This should speed up CI install times, but there's definitely more work to do....
Backport for #11510
### Pending PR in Workerd ### Implemented in workerd, need to be implemented in workers-sdk `node:v8` https://github.com/cloudflare/workerd/pull/5025 (merged) `node:tty` https://github.com/cloudflare/workerd/pull/5033 (merged) `node:child_process` https://github.com/cloudflare/workerd/pull/5039 (merged) `node:worker_threads` https://github.com/cloudflare/workerd/pull/5041 (merged) `node:dgram` https://github.com/cloudflare/workerd/pull/5054 (merged)...
Pulls copy from the docs to improve wording in various places.
Fixes [CC-5749](https://jira.cfdata.org/browse/CC-5749). This is to remove a field that was deprecated many months ago and not returned by server anymore. --- - Tests - [ ] Tests included - [x]...