Skip to content

Fix/3592 bypass non interactive flag prompts#3910

Merged
anuunchin merged 7 commits into
develfrom
fix/3592-bypass-non-interactive-flag-prompts
May 5, 2026
Merged

Fix/3592 bypass non interactive flag prompts#3910
anuunchin merged 7 commits into
develfrom
fix/3592-bypass-non-interactive-flag-prompts

Conversation

@anuunchin
Copy link
Copy Markdown
Contributor

@anuunchin anuunchin commented May 4, 2026

Continuation of #3775 due to the ci from fork label currently not working.

In a nutshell, adds a new -y/--yes flag that auto-accepts all confirm() prompts. This is implemented via a dedicated ALWAYS_CONFIRM flag in echo.py that only affects confirm(), so it does not leak into prompt() or text_input().

Resolves #3592

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 4, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
docs c63666a Commit Preview URL

Branch Preview URL
May 04 2026, 09:31 PM

@anuunchin anuunchin force-pushed the fix/3592-bypass-non-interactive-flag-prompts branch from 6a0637f to 44ce381 Compare May 4, 2026 09:19
@anuunchin anuunchin force-pushed the fix/3592-bypass-non-interactive-flag-prompts branch from 9b7786a to 609071c Compare May 4, 2026 09:28
@anuunchin anuunchin marked this pull request as ready for review May 4, 2026 09:28
@anuunchin anuunchin requested a review from rudolfix May 4, 2026 09:28
@anuunchin anuunchin self-assigned this May 4, 2026
@anuunchin anuunchin force-pushed the fix/3592-bypass-non-interactive-flag-prompts branch 3 times, most recently from 452b2a0 to 9bfc3ff Compare May 4, 2026 12:05
@anuunchin anuunchin force-pushed the fix/3592-bypass-non-interactive-flag-prompts branch from 9bfc3ff to 734fbf3 Compare May 4, 2026 15:02
rudolfix
rudolfix previously approved these changes May 4, 2026
Copy link
Copy Markdown
Collaborator

@rudolfix rudolfix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I slightly cleaned code in this PR

@anuunchin anuunchin merged commit f191e72 into devel May 5, 2026
155 of 158 checks passed
@anuunchin anuunchin deleted the fix/3592-bypass-non-interactive-flag-prompts branch May 5, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The --non-interactive flag appears to default to “No” for prompt confirmations

4 participants