Expand description
High-level vault operations used by CLI commands.
VaultStore wraps the binary format layer and the crypto layer so
that the rest of the application can work with simple method calls
like store.set_secret("DB_URL", "postgres://...").
Structsยง
- Vault
Store - The main vault handle. Create one with
VaultStore::createorVaultStore::open, then use its methods to manage secrets.