Skip to content

Conversation

@github-actions
Copy link

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>
@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch labels Oct 30, 2025
@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

Labels

area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant