Skip to content

Commit 134268b

Browse files
Update command to include TUI option for local run (#1505)
Co-authored-by: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com>
1 parent c4d3b5b commit 134268b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/user-guide/get-started/run-modes/running-locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ flyte run --local hello.py main --x-list '[1, 2, 3]'
8585
The TUI is an interactive split-screen dashboard. Task tree on the left, details and logs on the right.
8686

8787
```bash
88-
flyte run --local hello.py main
88+
flyte run --local --tui hello.py main
8989
```
9090

9191
![TUI agent run](../../../_static/images/user-guide/quickstart/run-tui.png)

0 commit comments

Comments
 (0)