Usage
Modes
Default list background tasks
Shows all tasks started withcassian exec --detach.
Task output
Show stdout/stderr from a specific background task.Streaming
Stream live output from the container. Useful for watching training progress.Options
| Flag | Description | Default |
|---|---|---|
--task <id> | Show output from a background task | |
-f, --follow | Stream logs in real time | false |
-n, --lines <n> | Lines to show (with —follow) | 100 |