CLI 1.3.0 released
- Feature: Add
tideways project [project]to show an overview of a project’s services, including percentiles and request counts. - Feature: Add
tideways service [project] <service>to show service performance data, including layer averages, failure rates, and critical transactions. - Feature: Add
tideways transaction [project] <transaction_id>to show transaction metrics, recent errors, and traces. - Feature: Add
tideways error list [project]andtideways error show [project] <error_id>commands for errors - Feature: Add
tideways non-fatal list [project]andtideways non-fatal show [project] <non_fatal_id>commands for warnings, notices, and deprecations - Feature: Add
tideways slow-sql list [project]andtideways slow-sql show [project] <slow_sql_id>commands for slow-query inspection. - Improvement:
tideways trace showandtideways run --show-detailslist bottlenecks. - Improvement:
tideways listnow marks configured global and repository default projects. - Improvement:
tideways trace callis more tolerant for namespaced PHP calls to help with shell escaping. - Change: Rework Tideways’ SKILL.md helping agents to understand CLI capabilities, including service and environment discovery, as well as error and slow SQL analysis.
- Change: Update dependencies and rebuild with the current Golang version.