mani daemon
Runs sync continuously in the background instead of watch holding a foreground terminal.
Usage
mani daemon [OPTIONS] <COMMAND>Commands
start— Start the background sync daemonstop— Stop the background sync daemonstatus— Show whether the daemon is running and what it's syncinghelp— Print this message or the help of the given subcommand(s)
Options
mani daemon --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani daemon --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
mani daemon --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani daemon --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani daemon --helpPrint help (alias: -h)
mani daemon start
Start the background sync daemon
Usage
mani daemon start [OPTIONS]Options
mani daemon start --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani daemon start --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
mani daemon start --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani daemon start --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani daemon start --helpPrint help (alias: -h)
mani daemon stop
Stop the background sync daemon
Usage
mani daemon stop [OPTIONS]Options
mani daemon stop --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani daemon stop --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
mani daemon stop --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani daemon stop --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani daemon stop --helpPrint help (alias: -h)
mani daemon status
Show whether the daemon is running and what it's syncing
Usage
mani daemon status [OPTIONS]Options
mani daemon status --timingPrint a per-phase timing breakdown to stderr (same as MANIFA_TIMING=1). Useful for diagnosing a slow sync / clone
mani daemon status --jsonOutput machine-readable JSON instead of the human table (for status, vault ls, device ls, env ls). Stable field names for scripting
mani daemon status --quietSuppress progress and chatter — print only results and errors (alias: -q)
mani daemon status --no-colorNever colorize output (also honored: the NO_COLOR env var). Color is off automatically when output isn't an interactive terminal
mani daemon status --helpPrint help (alias: -h)