workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

⛅️ Home to Wrangler, the CLI for Cloudflare Workers®

Results 743 workers-sdk issues
Sort by recently updated
recently updated
newest added

### 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...

bug
Workers + Assets

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...

bug
quick win

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...

auth

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....

no-changeset-required

### 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.

skip-pr-description-validation
skip-v3-pr

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]...

skip-v3-pr