vanta-ui — the branded terminal UI for the vanta CLI.
Provides the ASCII wordmark [banner], a thin [Progress] handle over
[indicatif] for download bars and indeterminate spinners, and plain
[step] milestones. Everything is TTY- and NO_COLOR-aware: when stdout is
not a terminal or NO_COLOR is set, output degrades to terse, uncolored
status lines on stderr with no spinner/bar animation, keeping stdout clean
for scripts and shell hooks.
All decorative output (banner, bars, spinners, status lines) is written to stderr; callers keep machine-readable results on stdout themselves.