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 --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani account --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 account --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani account --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani account --helpPrint 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 --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani account id --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 account id --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani account id --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani account id --helpPrint help (alias: -h)