/view command starts a local web server that lets you browse and inspect your data through a visual interface. The viewer automatically opens in your default browser and displays all outputs stored in your workspace.
What You Can View
The data viewer supports all output types from EigenData-CLI:| Data Type | Description |
|---|---|
| Generated data | Conversational datasets created via data generate |
| Repaired data | Datasets fixed via data repair |
| Audit reports | Quality reports and statistics from data audit |
| Polished schemas | Enhanced function schemas from schema polish |
| Patched data | Patched conversation segments with split view comparison from schema-triggered patch |
outputs/ directory within eigendataDB/, which is created in the directory where you start EigenData-CLI.
Launch the viewer
Step 1 — Start the viewer
Run the view command:Step 2 — Browse your data
The viewer opens automatically in your browser. You can:- Browse all output files organized by date and task type
- Preview conversation turns and function calls
- Inspect schema changes with side-by-side comparisons
- Review analysis reports and quality metrics
Step 3 — Stop the viewer
When you’re done, return to the CLI and pressEnter or Ctrl+C:
Remote Access
When the viewer starts, it also attempts to create a public tunnel so you can access it from another device. If the tunnel connects successfully, the CLI displays the public URL:Related Documentation
- Data Generate - Create datasets to view
- Data Audit - Generate audit reports
- Configure Command - Manage CLI settings