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 --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani account --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
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 --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
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)