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)
  • delete — Permanently delete your entire Manifa account (irreversible)
  • 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

Emit 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 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

Emit 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 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)