Skip to main content

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.yamlhttp://localhost:8080.

Keys

See also