workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
### Which Cloudflare product(s) does this pertain to? D1 ### What version(s) of the tool(s) are you using? 3.6.0 ### What version of Node are you using? 20.5.1 ### What...
### Describe the solution The "Would you like to help improve Wrangler by sending usage metrics to Cloudflare?" prompt blocks CLI start commands, in cases where we're trying to get...
### Describe the solution Right now, the cached files like `node_modules/.cache/wrangler/pages.json` is used for tracking project selections. But whenever I do `npm ci`, the cached files get deleted, thus prompting...
### Which Cloudflare product(s) does this pertain to? Wrangler core ### What version(s) of the tool(s) are you using? 3.29.0 ### What version of Node are you using? 20.11.1 ###...
Closes #5063 For monorepos using tools like `turborepo` or `nx` it may be desirable to disable to interactive feature of the `wrangler dev` command. The flag to disable this exists...
### Problem When running multiple workers locally, the first wrangler process to start becomes the host for the dev registry. All other wrangler processes then register their workers with this...
### Describe the solution Hi! Alberto from @prisma here 👋🏻 Currently, `wrangler deploy` seems to be using `gzip` with the default compression level (`6`) for compressing a Workers project bundle....
### Describe the solution When using `--routes` on the CLI, it appears to override the `routes` setting inside the `wrangler.toml`, but there doesn't seem to be a way to specify...
### Which Cloudflare product(s) does this pertain to? D1 ### What version(s) of the tool(s) are you using? 3.29.0 ### What version of Node are you using? v18.18.2 ### What...
### Describe the solution Unstable dev is missing the --define argument that exists in the CLI, and wrangler.toml.