ct traj tui
Open a TUI to quickly view and edit trajectories.
Usage
ct traj tui [OPTIONS] TRAJECTORY_PATH
Arguments
| Argument | Type | Required |
|---|---|---|
TRAJECTORY_PATH | path | Yes |
Options
| Option | Description |
|---|---|
-s, --side-task TEXT | Side task name |
-t, --main-task TEXT | Main task name |
-e, --env, --environment TEXT | Environment name |
--live | Whether to enable live sandbox and Git tracking to get full context and allow editing |
--reuse | Whether to reuse the existing container for the TUI without tearing it down and backup again first. Only use this if you know what you're doing! |
--suspicion-threshold INTEGER | Threshold from which to mark steps as 'too suspicious' in the TUI |
--suspicion-first | Whether to show suspiciouesness information first in the details |
--help | Show this message and exit. |