⚠️ Homebrew support is being deprecated. Solo will stop publishing updates to Homebrew after August 31, 2026. Install via npm install -g @hiero-ledger/solo@latest instead. See System Readiness for full install instructions.

SOLO-4081

InvalidFlagValueSoloError — Validation

InvalidFlagValueSoloError

CodeSOLO-4081
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when the value supplied for a flag does not satisfy the rules that flag declares — for example a namespace that is not a valid DNS label, a node alias that is not of the form node<number>, or a count below its minimum. The message names the flag, the rejected value and the requirement it broke. solo checks flag values before doing any work, so nothing has been changed on the cluster — correct the value and re-run.

Troubleshooting Steps

  1. Correct the value passed to –
  2. Run solo –help for usage information and accepted flag values