Overview of traceway-cli capabilities
mainThe traceway-cli is a Go-based command-line tool designed for querying and mutating data in a Traceway instance (either self-hosted or cloud). It is optimized for both human developers and LLMs (like Claude Code) by providing structured JSON output, stable exit codes, and human-readable tables.
Core Capabilities (v1):
- Authentication: Manage sessions via
login,logout, and profile management. - Project Management: List projects and set a 'current' project per profile.
- Observability Queries:
- Exceptions: List, show details, archive, or resolve exceptions.
- Logs: Query logs by service, severity, and time range.
- Endpoints: List endpoints with performance metrics (p50, p95, p99) and error rates.
- Metrics: Query raw metric data.
- Mutations: Perform actions like archiving or resolving exceptions (requires confirmation or
--yesflag).