Skip to main content

status

Show vault state, provider, and paths.
Auto-initializes the vault if none exists (macOS Keychain on macOS in the canonical install path; file provider elsewhere).

init

Initialize the vault with a specific key provider.
See Vault for details on each key provider.

unlock

Unlock a passphrase-protected vault. Only needed when the provider is passphrase.

lock

Lock a passphrase-protected vault. The vault will require unlock before any secret operations.

rotate-master

Rotate the vault master encryption key (KEK). Re-wraps every DEK with the new key.

audit

View the append-only audit log.
The audit log records every secret lifecycle event (create, rotate, delete, attach, detach) and every proxied invocation. See Audit log. Next: Secrets