CLI Reference
CLI Reference
Complete command reference for the NORDON CLI.
nordon init
Initialize NORDON configuration and data directories.
nordon initnordon install
Install or update connectors and dependencies.
nordon installnordon doctor
Run diagnostics to verify local setup. Checks config, database, and daemon connectivity.
nordon doctornordon status
Show daemon and workspace status including memory count, linked repos, and event queue.
nordon statusnordon link-repo [path]
Link a repository for memory tracking. Detects git remote URL and generates a fingerprint. Defaults to current directory.
nordon link-repo
nordon link-repo /path/to/reponordon memories search <query>
Search memories by keyword across title, summary, and body.
nordon memories search "auth middleware"nordon memories inspect <id>
Show full details of a specific memory including body, feedback, and metadata.
nordon memories inspect abc123nordon memories approve <id>
Mark a memory as approved, increasing its retrieval priority.
nordon memories approve abc123nordon memories reject <id>
Mark a memory as rejected, decreasing its retrieval priority.
nordon memories reject abc123nordon memories export
Export all memories as a JSON bundle.
nordon memories export > memories.jsonnordon memories import
Import memories from a JSON bundle.
nordon memories import < memories.jsonnordon inject --preview
Preview what context would be injected for the current repo without applying it.
nordon inject --previewnordon policies list
List all active policies for the current scope.
nordon policies listnordon policies apply <name>
Apply a named policy to the current scope.
nordon policies apply no-secretsnordon logs [--limit N]
Show recent events captured by the daemon. Default limit is 20.
nordon logs
nordon logs --limit 50nordon dashboard
Open the NORDON dashboard in your browser.
nordon dashboardnordon sync enable|disable
Enable or disable encrypted sync for the current workspace.
nordon sync enable
nordon sync disablenordon update
Check for and install updates to the NORDON CLI and daemon.
nordon updateGlobal Options
--api-url <url>Override the daemon API URL (default: http://127.0.0.1:7533)Daemon
nordond
Start the NORDON daemon. Runs as a local service on port 7533.
nordond
nordond --port 8080
nordond --verbose--port <port>Override the API port (default: 7533)--verboseEnable debug-level logging