emily-shen
emily-shen
## What this PR solves / how to test Fixes #[WC-2597](https://jira.cfdata.org/browse/WC-2597) NB encodeFilePath is used here, in wrangler/experimental-assets.ts and miniflare, so this will be consolidated in a shared utils folder...
## What this PR solves / how to test This creates a new `assets` miniflare plugin. The Asset Worker and Router Worker are imported from `workers-shared` and used as miniflare...
### Summary Setting secrets for environments was previously undocumented :( ### Screenshots (optional) ### Documentation checklist - [x] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been adhered to.
## What this PR solves / how to test Fixes #6938 Already does this for remote, just logs a bit of feedback to the user for local as well. ##...
Fixes [WC-2856](https://jira.cfdata.org/browse/WC-2856) In interactive mode, if someone specifies a worker name that does not yet exist, ask for confirmation before actually creating that worker (e.g. in case it was a...
--- - 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...
Fixes #[insert GH or internal issue link(s)]. _Describe your change..._ --- - Tests - [ ] TODO (before merge) - [ ] Tests included - [ ] Tests not necessary...
### Describe the solution lots of env vars in here: https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/src/environment-variables/factory.ts are undocumented. some should be left undocumented (WRANGLER_CI_ ones for example), but definitely worth a review
wip --- - Tests - [ ] Tests included - [ ] Tests not necessary because: - Public documentation - [ ] Cloudflare docs PR(s): - [ ] Documentation not...