vta-cli-common 0.10.26

Shared CLI command handlers and rendering helpers for VTA CLIs
Documentation
pub mod acl;
pub mod agent_names;
/// Declarative approval requirements — which tasks need re-authentication or
/// consent, and who may approve.
pub mod approvals;
pub mod audit;
pub mod config;
pub mod contexts;
pub mod cred_vault;
pub mod credentials;
pub mod device;
pub mod did_templates;
pub mod keys;
/// Raw Rego policy management over the canonical `policy/*` family.
pub mod policy;
pub mod services;
pub mod step_up;
pub mod vault;
pub mod webvh;
pub mod webvh_edit;