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

### Describe the solution It would be really nice to be able to configure environment variables inside of pages functions using a wrangler.toml configuration file, similar to the workflow used...

enhancement
pages

Un-hide `generate` and remove the "deprecated" comment

### What version of `Wrangler` are you using? 2.0.26 ### What operating system are you using? Linux, Mac ### Describe the Bug We are a Cloudflare team working on Zaraz,...

bug
internal

### Describe the solution Currently there is no direct way to interact with durable object instances. Using CLI, users should be able to interact with durable object instances(delete, edit, list...

enhancement

I typically develop in a vagrant VM where there is no browser installed, the oauth flow in wrangler2 breaks because the redirect URI has "localhost:8976" set in the callback parameter....

documentation
polish
bug
quick win

### 💡 Feature request Enable public access of `wrangler dev` workloads. #### Describe the feature This feature request is the opposite of cloudflare/wrangler#1820 (and any other "run workers locally" requests):...

enhancement

### Describe the solution Enable the same functionality for Pages that #1730 enabled for Workers. This would allow for `wrangler pages publish [directory] --project-name=[...] --var ENV_KEY:VALUE` when using CI/CD

enhancement
pages
pages:validated

### What version of `Wrangler` are you using? 2.0.26 ### What operating system are you using? Pop!_OS 22.04 LTS ### Describe the Bug run `wrangler pages dev -- next dev`...

pages
bug

### What version of `Wrangler` are you using? 2.0.27 ### What operating system are you using? Android ### Describe the Bug I realize I may be a freak for developing...

bug

### Describe the solution Currently, it seems that there's no way to remove any authorized OAuth application using the web UI, and revoking an OAuth token requires running `wrangler logout`...

enhancement
internal