workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
--- - Tests - [ ] TODO (before merge) - [ ] Tests included - [ ] Tests not necessary because: - Wrangler / Vite E2E Tests CI Job required?...
This prints the hotkeys after the dev env has been set up, so that we can access the config and register hotkeys conditionally based on that. Looks like this: ![Screenshot...
If not provided with a deployment to tail, Wrangler will try to pull the list of deployments and select the most recently created one. However, we do not check whether...
When many vendored package files are included, wrangler prints a huge table with all of them. This PR condenses these files into a single entry named "Vendored Modules". --- -...
Reverts cloudflare/workers-sdk#9691 These tests were skipped temporarily while we find a proper fix, to unblock release. This PR adds the tests back
Backport for https://github.com/cloudflare/workers-sdk/pull/7871
Fixes https://github.com/cloudflare/workers-sdk/issues/7812 this change makes sure that that getPlatformProxy, when the input configuration file contains an assets field, correctly returns the appropriate asset binding proxy ___ This is reintroducing the...
Older versions of docker sometimes will report the digest as "" which would break with the previous implementation. This implementation should correctly grab the values. Fixes #[insert GH or internal...
If not provided with a deployment to tail, Wrangler will try to pull the list of deployments and select the most recently created one. However, we do not check whether...
- Tests - [ ] TODO (before merge) - [x] Tests included - [ ] Tests not necessary because: - Wrangler / Vite E2E Tests CI Job required? (Use "e2e"...