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