--root is the knowledge folder; --data-dir is managed
client state. They are different locations.
Inspect
Use your editor or filesystem tools to search local Markdown. The CLI does not
provide the web Search interface or interactive conflict resolution.
Manage the background service
service install registers the platform service and starts it. Use
service start, service stop, or service repair for an existing
installation. service uninstall removes service registration; it is not cloud
connection revocation.
On systemd Linux, installation enables user lingering so sync can survive
logout. On macOS it uses launchd; on Windows it uses a service. On Linux without
systemd, it reports supervisor=none and persist=host_lifetime.
Host/container recycle requires a restart strategy.
nlkb service run is the long-running daemon entry point. Do not start it as a
blocking interactive repair command when service start is the intended action.
nlkb sync is one-shot and should not run alongside a watching daemon.
Pause and update
Usenlkb pause --help and nlkb resume --help to choose the scope for your
installed version. Pause stops transfer but keeps local queueing while the
daemon runs.
reset as routine troubleshooting. It can remove managed state needed for
queued work; recovery should start with
health diagnostics.