mani recovery
Your 12-word recovery code is the only way back into your account if every enrolled device is lost — mani init already verifies it once; use this to re-check it any time.
Usage
mani recovery [OPTIONS] <COMMAND>Commands
test— Check that your recovery code can restore your accounthelp— Print this message or the help of the given subcommand(s)
Options
mani recovery --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani recovery --jsonEmit a machine-readable result envelope instead of human text (works on every command). Success prints {"ok":true,"value":…}; failure prints {"ok":false,"error":{"code":…,"message":…}} with a differentiated exit code. Stable field names for scripting/agents
mani recovery --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani recovery --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani recovery --helpPrint help (alias: -h)
mani recovery test
Check that your recovery code can restore your account
Usage
mani recovery test [OPTIONS]Options
mani recovery test --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani recovery test --jsonEmit a machine-readable result envelope instead of human text (works on every command). Success prints {"ok":true,"value":…}; failure prints {"ok":false,"error":{"code":…,"message":…}} with a differentiated exit code. Stable field names for scripting/agents
mani recovery test --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani recovery test --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani recovery test --helpPrint help (alias: -h)