Results 7 issues of Cody

## What this PR solves / how to test Adds a cloudchamber curl command. Example usage: `wrangler cloudchamber curl /ssh-public-keys` [CC-3877](https://jira.cfdata.org/browse/CC-3877) ## Author has addressed the following - Tests -...

awaiting Cloudflare response

## What this PR solves / how to test Adds list and remove subcommands to cloudchamber registries command. Example usage: `wrangler cloudchamber registries list` `wrangler cloudchamber registries remove your.registry` Fixes...

Default container app names to: WorkerName-ClassName[-EnvName] - Tests - [ ] TODO (before merge) - [x] Tests included - [ ] Tests not necessary because: - Wrangler / Vite E2E...

skip-v3-pr

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

Fixes #[insert GH or internal issue link(s)]. _Describe your change..._ --- - Tests - [ ] TODO (before merge) - [ ] Tests included - [ ] Tests not necessary...

Fixes #[insert GH or internal issue link(s)]. _Describe your change..._ --- - Tests - [ ] TODO (before merge) - [ ] Tests included - [ ] Tests not necessary...

When containers are configured we want the container and the worker to be updated together (ideally). Failing earlier when we know docker is not installed keeps us from getting into...

skip-v3-pr
every-os