Skip to content

Eidos CLI

The eidos CLI works directly with local .eidos files. It does not require Eidos Lite or a background service.

Use command-first syntax for new workflows:

Terminal window
eidos inspect tracker.eidos
eidos context tracker.eidos Tasks --fields Title,Status --limit 50
eidos validate tracker.eidos --level full

Commands print readable output by default. Add --json when a script or Agent needs the stable machine-readable result:

Terminal window
eidos --json context tracker.eidos Tasks --fields Title,Status --limit 50

Use eidos --help to list commands, and eidos <command> --help for the options of one command.

The CLI manages Eidos Files, not Eidos Lite Spaces or local history. Use Eidos Lite when you need folder navigation, Space history, or Sync.