Beta

Local daemon for Manyfold agents (claude-code / codex / gemini-cli)

用法: mf daemon [command]

Option

Option用途
-h, --helpdisplay help for command

Subcommand

命令用途
mf daemon registerRegister this machine as a Manyfold local daemon
mf daemon startStart the Manyfold daemon (installs init unit so it auto-starts on login)
mf daemon statusShow local daemon status
mf daemon stopStop the Manyfold daemon and remove its autostart unit
mf daemon logsTail the daemon log
mf daemon doctorProbe local frameworks and daemon terminal support

mf daemon register

Register this machine as a Manyfold local daemon

用法: mf daemon register [options]

Option

Option用途
--token <token>PAT issued from the web UI (”-” reads stdin; direct values may appear in shell history and process lists)
--name <name>human-readable machine name
--workspace-root <path>workspace base dir this daemon manages (default: the shared ~/.manyfold/workspaces)
--skills-dir <path>skill store dir this daemon manages (default: the shared ~/.manyfold/skills)
-y, --yesskip confirmation and start the daemon after registering
-h, --helpdisplay help for command

mf daemon start

Start the Manyfold daemon (installs init unit so it auto-starts on login)

用法: mf daemon start [options]

Option

Option用途
--foregroundrun inline without touching the init unit (debug / used by the unit itself)
--systeminstall at system scope (boot-time; needs root/sudo; default as root)
--userinstall at user scope (per-login; default as non-root)
-h, --helpdisplay help for command

mf daemon status

Show local daemon status

用法: mf daemon status [options]

Option

Option用途
--jsonoutput the result as JSON
-h, --helpdisplay help for command

mf daemon stop

Stop the Manyfold daemon and remove its autostart unit

用法: mf daemon stop [options]

Option

Option用途
--systemtarget system scope (boot-time unit; needs root/sudo; default as root)
--usertarget user scope (per-login unit; default as non-root)
-h, --helpdisplay help for command

mf daemon logs

Tail the daemon log

用法: mf daemon logs [options]

Option

Option用途
-f, --followfollow log output
-n, --lines <count>number of lines to show 默认值: 50.
-h, --helpdisplay help for command

mf daemon doctor

Probe local frameworks and daemon terminal support

用法: mf daemon doctor [options]

Option

Option用途
--jsonoutput the result as JSON
-h, --helpdisplay help for command
这个页面有帮助吗?