mani shares
A share you send to someone who hasn't set up their keys yet is staged as pending and completes automatically once they're ready; this command lists those staged intents (cancel one with --cancel) and, with --incoming, the vaults others have shared with you — each with the sharer's fingerprint to confirm in-band.
Usage
mani shares [OPTIONS]Options
mani shares --cancel <CANCEL>Cancel a pending share by its id (shown in the list); omit to list
mani shares --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani shares --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 shares --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani shares --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani shares --helpPrint help (see a summary with '-h') (alias: -h)