CLI reference

The warden commands.

Every command accepts two global flags: --vault <dir> (or $WARDEN_VAULT) to pick the vault, and --password-stdin to read secrets from stdin instead of prompting (for automation).

CommandWhat it does
initCreate a vault.
walletCreate and list wallets.
secretStore credentials.
policyPin, lint, and simulate policies.
warrantIssue, list, and revoke warrants.
signAuthorize and sign a transaction.
mcpRun the stdio MCP server exposing a warrant's tools.
runLaunch an agent wired for governed access.
registerRegister the vault on-chain.
auditVerify and anchor the audit log.
configShow and set vault config.

Run warden <command> --help for the complete flag list.