watchtower list
List and browse recent trace files
Usage
watchtower list [options]
Options
| Option | Alias | Description | Default |
|---|---|---|---|
| --limit | -n | Number of traces to show | 10 |
| --since | - | Filter by date (YYYY-MM-DD) | - |
Examples
# List last 10 traces watchtower list # List last 50 traces watchtower list --limit 50 watchtower list -n 50 # Filter by date watchtower list --since 2024-01-10
Interface
┌──────────────────────────────────────────────────────────────┐
│ Recent Traces 10 traces │
├──────────────────────────────────────────────────────────────┤
│ RUN ID DATE SIZE AGE │
│ abc123 2024-01-15 12.3 KB 2 hours ago │
│ def456 2024-01-15 8.7 KB 5 hours ago │
│ ghi789 2024-01-14 24.1 KB 1 day ago │
│ jkl012 2024-01-14 3.2 KB 1 day ago │
│ mno345 2024-01-13 15.8 KB 2 days ago │
├──────────────────────────────────────────────────────────────┤
│ ↑↓/jk Navigate Enter View q Quit │
└──────────────────────────────────────────────────────────────┘
Keyboard Shortcuts
| Key | Action |
|---|---|
| Enter | Open selected trace in show view |
| ↑ / k | Move selection up |
| ↓ / j | Move selection down |
| q | Quit |
Trace Storage
Traces are stored by default in:
~/.watchtower/traces/
This can be overridden by setting the WATCHTOWER_TRACE_DIR environment variable.