There was an error while loading. Please reload this page.
1 parent c4d3b5b commit 134268bCopy full SHA for 134268b
1 file changed
content/user-guide/get-started/run-modes/running-locally.md
@@ -85,7 +85,7 @@ flyte run --local hello.py main --x-list '[1, 2, 3]'
85
The TUI is an interactive split-screen dashboard. Task tree on the left, details and logs on the right.
86
87
```bash
88
-flyte run --local hello.py main
+flyte run --local --tui hello.py main
89
```
90
91

0 commit comments