Conversation
🦋 Changeset detectedLatest commit: 99c7d62 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Claude finished @martinezjandrew's task —— View job Changeset Review ResultsIssue: The changeset description does not match the recommended format from According to the guidelines:
The current changeset combines everything into one long sentence. It should be split into:
Suggested format: ---
"wrangler": patch
---
Add secret reuse detection and skip-confirmation flag to `wrangler containers registries configure`
When configuring a registry, the command now checks if the specified secret name is already in use and offers to reuse it. A new `--skip-confirmation` flag has been added to skip all interactive prompts, useful for CI/CD environments.Validation against criteria:
Bonus Cuteness Report: |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
Co-authored-by: Nikita Sharma <54369599+nikitassharma@users.noreply.github.com>
Co-authored-by: Nikita Sharma <54369599+nikitassharma@users.noreply.github.com>
…et and rename getSecret to promptForSecretAccessKey
Co-authored-by: Nikita Sharma <54369599+nikitassharma@users.noreply.github.com>
This reverts commit 6f6cd94.
Fixes #CC-6869.
Implemented logic within
wrangler containers registries configureto check if a specified secret name is already in-use and offer to reuse that secret. Also added--skip-confirmationflag to the command to skip all interactive prompts.