Skip to main content
Tell includes an interactive terminal UI built with Ratatui. Launch it with no arguments or the --interactive flag:
tell
tell --interactive
tell tui --config configs/prod.toml
The TUI provides a dashboard view of your pipeline, boards, and metrics without leaving the terminal. It requires the ui-tui feature flag at build time, which is included in the default build. For CLI-based analytics without the interactive UI, see CLI commands.