Skip to content

[Workers] Fix automatic configuration CLI docs - #33554

Draft
sary8 wants to merge 1 commit into
cloudflare:productionfrom
sary8:fix/deploy-yes-flag
Draft

sary8 wants to merge 1 commit into
cloudflare:productionfrom
sary8:fix/deploy-yes-flag

Conversation

@sary8

@sary8 sary8 commented Sep 21, 2026

Copy link
Copy Markdown

Summary

Fixes #33553.

wrangler deploy does not support --yes, but three documentation pages presented it as a deploy option. This removes the unsupported option, updates the automatic configuration guidance to use wrangler setup --yes and the generated deploy script, and fixes the related Wrangler command links.

The "Non-interactive mode" section is also narrowed to "Skip configuration confirmation", since --yes applies to the confirmation of the detected configuration rather than to every prompt.

Documentation checklist

  • The change adheres to the documentation style guide.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.

wrangler deploy has no --yes flag, but the deploy options list, the
automatic configuration guide and the autoconfig GA changelog all
presented it as one. Remove it, and point the guide at wrangler setup
--yes followed by the deploy command Wrangler prints when setup
finishes.

Narrow the guide's "Non-interactive mode" heading to "Skip
configuration confirmation", since --yes applies to the confirmation
of the detected configuration rather than to every prompt.

Retarget the Wrangler command links in the two edited files from
/commands/general/ to /commands/workers/, where those commands are
documented.
@sary8
sary8 force-pushed the fix/deploy-yes-flag branch from 317d540 to d536ed7 Compare September 21, 2026 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrangler docs list an unsupported --yes flag for wrangler deploy

1 participant