Skip to main content

vta_cli_common/commands/
mod.rs

1pub mod acl;
2pub mod agent_names;
3/// Declarative approval requirements — which tasks need re-authentication or
4/// consent, and who may approve.
5pub mod approvals;
6pub mod audit;
7pub mod config;
8pub mod contexts;
9pub mod cred_vault;
10pub mod credentials;
11pub mod device;
12pub mod did_templates;
13pub mod keys;
14/// Raw Rego policy management over the canonical `policy/*` family.
15pub mod policy;
16pub mod services;
17pub mod vault;
18pub mod webvh;
19pub mod webvh_edit;