[wrangler] Explain secret bulk when the latest version isn't deployed - #15283
Open
shubhxho wants to merge 4 commits into
Open
[wrangler] Explain secret bulk when the latest version isn't deployed#15283shubhxho wants to merge 4 commits into
shubhxho wants to merge 4 commits into
Conversation
secret put already rewrote API error 10215. secret bulk left the raw response in place, so people got a note about logpush/tail_consumers (10214) while they were only uploading secrets. Same rewrite for both codes, pointing at versions secret bulk.
workers-devprod
requested review from
a team and
penalosa
and removed request for
a team
August 20, 2026 14:46
Contributor
|
Codeowners approval required for this PR:
Show detailed file reviewers
|
@cloudflare/autoconfig
@cloudflare/build-output-utils
@cloudflare/codemods
@cloudflare/config
create-cloudflare
@cloudflare/deploy-helpers
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-functions
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-plugin
@cloudflare/workers-auth
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
The rewrite dropped "the" from "use the wrangler versions secret put", which broke the put snapshot. oxfmt also wanted the bulk expect on one line.
🦋 Changeset detectedLatest commit: 16b63ce The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
The last playground macOS job died on a 50s beforeAll timeout in react-spa headers/redirects, which has been flaking on unrelated PRs.
react-spa headers/redirects has been dying at the default 50s hook timeout on macos-latest, including on unrelated PRs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #12392.
wrangler secret putalready rewrites API error 10215 into something about versions.secret bulkdidn't, so you got the raw 10214 text about logpush and tail_consumers even though you were only uploading secrets.Same rewrite now covers 10214 and 10215 on both commands, and bulk points at
wrangler versions secret bulk.versions secret bulkis already documented.