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 account
  • help — Print this message or the help of the given subcommand(s)

Options

mani recovery --timing

Print a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone

mani recovery --json

Output machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting

mani recovery --quiet

Suppress progress and chatter — print only results and errors (alias: -q)

mani recovery --no-color

Never colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal

mani recovery --help

Print help (alias: -h)

mani recovery test

Check that your recovery code can restore your account

Usage

mani recovery test [OPTIONS]

Options

mani recovery test --timing

Print a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone

mani recovery test --json

Output machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting

mani recovery test --quiet

Suppress progress and chatter — print only results and errors (alias: -q)

mani recovery test --no-color

Never colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal

mani recovery test --help

Print help (alias: -h)