CLI
The planned CLI is a thin wrapper around the public read surfaces and future agent-specific endpoints.Goals
- give developers a fast local way to inspect the dataset
- mirror the same concepts exposed in the MCP layer
- avoid creating a second schema dialect
Recommended command shape
eb catalogeb summaryeb search projectseb search programseb search organizationseb context
Examples
Design rules
- output should be concise by default
- pagination should be explicit
- large scans should require a deliberate opt-in
- CLI help text should match Mintlify wording and MCP tool descriptions