mani account

Your account-level identity for sharing. mani account id prints your sharing-key fingerprint — read it to whoever is sharing a vault with you so they can confirm, out of band, that they're sealing the vault key to YOUR key and not a server-substituted one.

Usage

mani account [OPTIONS] <COMMAND>

Commands

  • id — Show your sharing-key fingerprint (read it to whoever shares a vault with you, so they can confirm they're sealing it to YOUR key)
  • help — Print this message or the help of the given subcommand(s)

Options

mani account --timing

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

mani account --json

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

mani account --quiet

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

mani account --no-color

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

mani account --help

Print help (alias: -h)

mani account id

Show your sharing-key fingerprint (read it to whoever shares a vault with you, so they can confirm they're sealing it to YOUR key)

Usage

mani account id [OPTIONS]

Options

mani account id --timing

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

mani account id --json

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

mani account id --quiet

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

mani account id --no-color

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

mani account id --help

Print help (alias: -h)