Complete command reference for the NORDON CLI.
Initialize NORDON configuration and data directories.
nordon initInstall or update connectors and dependencies.
nordon installRun diagnostics to verify local setup. Checks config, database, and daemon connectivity.
nordon doctorShow daemon and workspace status including memory count, linked repos, and event queue.
nordon statusLink 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/repoSearch memories by keyword across title, summary, and body.
nordon memories search "auth middleware"Show full details of a specific memory including body, feedback, and metadata.
nordon memories inspect abc123Mark a memory as approved, increasing its retrieval priority.
nordon memories approve abc123Mark a memory as rejected, decreasing its retrieval priority.
nordon memories reject abc123Export all memories as a JSON bundle.
nordon memories export > memories.jsonImport memories from a JSON bundle.
nordon memories import < memories.jsonPreview what context would be injected for the current repo without applying it.
nordon inject --previewList all active policies for the current scope.
nordon policies listApply a named policy to the current scope.
nordon policies apply no-secretsShow recent events captured by the daemon. Default limit is 20.
nordon logs
nordon logs --limit 50Open the NORDON dashboard in your browser.
nordon dashboardEnable or disable encrypted sync for the current workspace.
nordon sync enable
nordon sync disableCheck for and install updates to the NORDON CLI and daemon.
nordon update--api-url <url>Override the daemon API URL (default: http://127.0.0.1:7533)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