SOLO-4018

NonInteractivePromptSoloError — Validation

NonInteractivePromptSoloError

CodeSOLO-4018
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when solo would need to prompt for input but is running non-interactively. A required value was not supplied and solo cannot ask for it (for example in CI or with prompts disabled), so provide the missing value explicitly (such as via the deployment flag).

Troubleshooting Steps

  1. Provide required flags explicitly instead of relying on interactive prompts
  2. Use to specify the deployment name
  3. Run with –help to see all available flags: solo consensus node –help