/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:
All outputs are stored in the
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