vta-cli-common 0.22.1

Shared CLI command handlers and rendering helpers for VTA CLIs
docs.rs failed to build vta-cli-common-0.22.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: vta-cli-common-0.20.1

vta-cli-common

Shared CLI command handlers and rendering helpers for VTA CLIs. Part of the Verifiable Trust Infrastructure workspace.

Overview

vta-cli-common provides the shared command implementations and TUI rendering used by both the CNM CLI (multi-community) and PNM CLI (single-VTA) clients:

  • Command handlers -- shared implementations for keys, contexts, ACL, auth, config, backup, and health commands.
  • TUI rendering -- ratatui-based table and detail views for terminal output.

This crate is a library dependency of the CLI binaries and is not intended to be used directly.

Usage

Add to your Cargo.toml:

[dependencies]
vta-cli-common = "0.2"

License

Apache-2.0