auths-cli 0.1.3

Command-line interface for Auths decentralized identity system
Documentation
pub mod executable;
pub mod registry_overrides;

pub mod account;
pub mod agent;
pub mod approval;
pub mod artifact;
pub mod audit;
pub mod auth;
pub mod cache;

pub mod commit;
pub mod completions;
pub mod compliance;
pub mod config;
pub mod credential;
pub mod debug;
pub mod demo;
pub mod device;
pub mod doctor;
pub mod emergency;
pub mod error_lookup;
pub mod git_helpers;
pub mod id;
pub mod index;
pub mod init;
pub mod key;
pub mod key_detect;
pub mod learn;
pub mod log;
pub mod multi_sig;
pub mod namespace;
pub mod org;
pub mod policy;
pub mod provision;
pub mod publish;
pub mod reset;
pub mod scim;
pub mod sign;
pub mod sign_commit;
pub mod status;
pub mod trust;
pub mod unified_verify;
pub mod utils;
pub mod verify_commit;
pub mod verify_helpers;
pub mod whoami;
pub mod witness;