CLI Reference

Complete command reference for the NORDON CLI.

nordon init

Initialize NORDON configuration and data directories.

nordon init

nordon install

Install or update connectors and dependencies.

nordon install

nordon doctor

Run diagnostics to verify local setup. Checks config, database, and daemon connectivity.

nordon doctor

nordon status

Show daemon and workspace status including memory count, linked repos, and event queue.

nordon status

nordon 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/repo

nordon 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 abc123

nordon memories approve <id>

Mark a memory as approved, increasing its retrieval priority.

nordon memories approve abc123

nordon memories reject <id>

Mark a memory as rejected, decreasing its retrieval priority.

nordon memories reject abc123

nordon memories export

Export all memories as a JSON bundle.

nordon memories export > memories.json

nordon memories import

Import memories from a JSON bundle.

nordon memories import < memories.json

nordon inject --preview

Preview what context would be injected for the current repo without applying it.

nordon inject --preview

nordon policies list

List all active policies for the current scope.

nordon policies list

nordon policies apply <name>

Apply a named policy to the current scope.

nordon policies apply no-secrets

nordon logs [--limit N]

Show recent events captured by the daemon. Default limit is 20.

nordon logs
nordon logs --limit 50

nordon dashboard

Open the NORDON dashboard in your browser.

nordon dashboard

nordon sync enable|disable

Enable or disable encrypted sync for the current workspace.

nordon sync enable
nordon sync disable

nordon update

Check for and install updates to the NORDON CLI and daemon.

nordon update

Global 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