Skip to content

[v3-1-test] Add --answer flag support to breeze run command (#57589)#57591

Merged
kaxil merged 1 commit intov3-1-testfrom
backport-3c13f7c-v3-1-test
Oct 30, 2025
Merged

[v3-1-test] Add --answer flag support to breeze run command (#57589)#57591
kaxil merged 1 commit intov3-1-testfrom
backport-3c13f7c-v3-1-test

Conversation

@github-actions
Copy link
Copy Markdown

The breeze run command was missing the @option_answer decorator, preventing
users from bypassing interactive prompts when image rebuilds were required.
This caused the command to ignore -y/-n/--answer flags even though other
breeze commands supported them.

Added @option_answer decorator to enable non-interactive execution via:

  • breeze run --answer y
  • breeze run -a n
  • ANSWER=y breeze run
    (cherry picked from commit 3c13f7c)

Co-authored-by: Kaxil Naik kaxilnaik@gmail.com

The breeze run command was missing the `@option_answer` decorator, preventing
users from bypassing interactive prompts when image rebuilds were required.
This caused the command to ignore `-y`/`-n`/`--answer` flags even though other
breeze commands supported them.

Added `@option_answer` decorator to enable non-interactive execution via:
- breeze run --answer y <command>
- breeze run -a n <command>
- ANSWER=y breeze run
(cherry picked from commit 3c13f7c)

Co-authored-by: Kaxil Naik <kaxilnaik@gmail.com>
@kaxil kaxil marked this pull request as ready for review October 30, 2025 23:50
@kaxil kaxil merged commit 72e3eff into v3-1-test Oct 30, 2025
22 checks passed
@kaxil kaxil deleted the backport-3c13f7c-v3-1-test branch October 30, 2025 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant