honua CLI entry point: a first-class command-line wrapper around
@honua/sdk-js. Parses global connection flags, dispatches to a subcommand,
and maps SDK errors to clean, non-stacktrace exit codes.
Reusing the SDK means every verb inherits the same auth, retry, PBF decoding,
and error handling as the library — the CLI never speaks raw HTTP.
honuaCLI entry point: a first-class command-line wrapper around@honua/sdk-js. Parses global connection flags, dispatches to a subcommand, and maps SDK errors to clean, non-stacktrace exit codes.Reusing the SDK means every verb inherits the same auth, retry, PBF decoding, and error handling as the library — the CLI never speaks raw HTTP.