workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

Suppress some Wrangler output when running wrangler setup from C3

Open penalosa opened this issue 1 month ago • 2 comments

Fixes https://jira.cfdata.org/browse/DEVX-2363


  • Tests
    • [x] Tests included/updated
    • [ ] Tests not necessary because:
  • Public documentation
    • [ ] Cloudflare docs PR(s):
    • [x] Documentation not necessary because: tracked elsewhere
  • Wrangler V3 Backport
    • [ ] Wrangler PR:
    • [x] Not necessary because: not a wrangler change

IMG_6008

penalosa avatar Dec 04 '25 14:12 penalosa

🦋 Changeset detected

Latest commit: 91c9facbfe744c084bc36d6751587cb0b74965fc

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

changeset-bot[bot] avatar Dec 04 '25 14:12 changeset-bot[bot]

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@11524
@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@11524
miniflare

npm i https://pkg.pr.new/miniflare@11524
@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@11524
@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@11524
@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@11524
@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@11524
@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@11524
@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@11524
wrangler

npm i https://pkg.pr.new/wrangler@11524

commit: 91c9fac

pkg-pr-new[bot] avatar Dec 04 '25 14:12 pkg-pr-new[bot]

Claude finished @penalosa's task —— View job


Changeset Review Complete

All changesets look good

I've reviewed .changeset/plain-cameras-cheer.md against the changeset guidelines in .changeset/README.md. Here's what I validated:

Version Types ✅

  • create-cloudflare: minor - Correct. Adding new CLI flags (even hidden ones) that enable new functionality is a minor change.
  • wrangler: minor - Correct. Adding new CLI flags (--no-completion-message and --no-install-wrangler) qualifies as a minor version bump per the guidelines: "new CLI commands, new configuration options".

Changelog Quality ✅

  • Clear title describing what was added
  • Helpful body explaining the two new flags and their purpose
  • Includes context on why these flags exist (for create-cloudflare integration)

Markdown Headers ✅

  • No h1/h2/h3 headers that would break changelog formatting

Notes

Regarding the review comment about whether these should be patches: The changeset guidelines define minor versions as including "new CLI commands, new configuration options" - since these are new CLI flags (configuration options), minor is the appropriate version bump type, even though the flags are hidden. The author's classification is correct.

claude[bot] avatar Dec 17 '25 15:12 claude[bot]