TUI
cmd/crewship/cmd_tui.go opens a full-screen real-time dashboard built on Bubble Tea. Lightweight wiring file — all model/view code lives under internal/cli/tui. The dashboard shows running missions/runs, pending approvals, and a live journal stream side-by-side.
crewship tui
No flags. Resolves the server URL via the same effective-server chain every other command dials: --server flag → active profile’s server (--profile / CREWSHIP_PROFILE) → CREWSHIP_SERVER env → server: in ~/.crewship/cli-config.yaml → http://localhost:8080.
Keys
See also
crewship watch— narrower: just the live journal stream.crewship inbox— paginated, terminal-native (no full-screen UI).crewship approvals— what the approvals panel surfaces.