-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Suppress some Wrangler output when running wrangler setup from C3 #11524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 91c9fac 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 |
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: |
dario-piotrowicz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 😄
9f22dbe to
9ca4049
Compare
5b9a08d to
eb5b577
Compare
|
Claude finished @penalosa's task —— View job Changeset Review Complete✅ All changesets look good I've reviewed Version Types ✅
Changelog Quality ✅
Markdown Headers ✅
NotesRegarding 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), |
Two new hidden flags have been added to `wrangler setup` to suppress output and skip installation.
…oudflare#11524) * Suppress some Wrangler output when running wrangler setup from C3 * Fix tests * fix shapshots * Add hidden flags to suppress output in wrangler setup Two new hidden flags have been added to `wrangler setup` to suppress output and skip installation. --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Fixes https://jira.cfdata.org/browse/DEVX-2363