@@ -646,7 +646,7 @@ List spans in a trace
646646** Flags:**
647647- ` -n, --limit <value> - Number of spans (1-1000) - (default: "25") `
648648- ` -q, --query <value> - Filter spans (e.g., "op:db", "duration:>100ms", "project:backend") `
649- - ` -s, --sort <value> - Sort by : time (default) , duration - (default: "time") `
649+ - ` -s, --sort <value> - Sort order : time, duration - (default: "time") `
650650- ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
651651- ` --json - Output as JSON `
652652- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
@@ -843,7 +843,7 @@ List spans in a trace
843843** Flags:**
844844- ` -n, --limit <value> - Number of spans (1-1000) - (default: "25") `
845845- ` -q, --query <value> - Filter spans (e.g., "op:db", "duration:>100ms", "project:backend") `
846- - ` -s, --sort <value> - Sort by : time (default) , duration - (default: "time") `
846+ - ` -s, --sort <value> - Sort order : time, duration - (default: "time") `
847847- ` -f, --fresh - Bypass cache, re-detect projects, and fetch fresh data `
848848- ` --json - Output as JSON `
849849- ` --fields <value> - Comma-separated fields to include in JSON output (dot.notation supported) `
0 commit comments