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 --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
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 --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
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)