SOLO-4077

ConfirmationRequiredSoloError — Validation

ConfirmationRequiredSoloError

CodeSOLO-4077
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when an action requires interactive confirmation but solo cannot ask for it (for example when running with –quiet or –force, or in a non-interactive environment such as CI). Rather than proceed without the user’s consent, solo refuses and asks the user to confirm interactively.

Troubleshooting Steps

  1. Re-run the command interactively (without –quiet or –force) so the confirmation prompt can be shown