Create · generate · export
Reports
Create, generate, open, import, export, and safely remove workspace reports.
Donum CLI
Latest · v2.1.0The Donum CLI brings reports, governed data, workflows, agents, and operations into the terminal without creating a second control plane.
$donum auth login
browser approval complete · workspace selected
$donum reports generate 6280dcd7 --stream
report generated · changes persisted
$donum doctor
API · PostgreSQL/pgvector · Redis · Intelligence
all configured services healthy
npm install -g @donumhq/cli@latestNode.js 22.12 or newer
Browser-based device authorization
Human and JSON output modes
Built for real operations
Create · generate · export
Create, generate, open, import, export, and safely remove workspace reports.
Datasets · metrics · lineage
Upload CSV data, inspect dataset lineage, promote tiers, evaluate metrics, and manage watches.
Run · pause · logs
List and trigger workflows, control schedules, and inspect or follow their run history.
Run · review · apply
Create agents from natural language, run them, review proposals, and apply approved work.
Search · extract
Upload and search workspace knowledge, inspect Brand DNA, and run brand extraction.
Doctor · Azure · API
Check service health, inspect configured Azure resources and logs, or call authorized API routes directly.
Start clean
Install the published @donumhq/cli package globally. The page reads the latest published version directly from npm.
npm install -g @donumhq/cli@latestRun the login command. Donum opens a browser approval flow and stores the resulting device session in the operating system keyring.
donum auth loginThe active workspace is explicit and switchable. Commands continue to respect the role and permissions attached to your account.
donum workspaces listDevice authorization moves sign-in and approval into the browser instead of collecting credentials in the CLI.
Session tokens use the operating system keyring, and configuration output does not print them.
Machine-readable JSON, bounded timeouts, validation, and stable exit codes make commands suitable for scripts and agents.
Doctor and Azure commands inspect the API, intelligence service, pgvector, Redis, resource health, and configured logs.
Release channel
Use donum --version to confirm the build installed on your machine.