CLI Overview

Fenix CLI and TUI — manage your workspace from the terminal.

Fenix ships with a native CLI and a full terminal UI (TUI). Run sprints, tasks, docs, and memories without a browser.

Launch the TUI

fenix
# or
fenix tui

The TUI opens a 3-column layout: sidebar, main content area, and detail pane.

TUI keyboard shortcuts

KeyAction
j / kMove down / up
h / lMove left / right (panels)
EnterOpen / expand
EscBack / close
nNew item
eEdit item
dDelete / done (context-dependent)
/Search
?Help
qQuit
TabSwitch focus between panels
Ctrl+PCommand palette

Workflow presets

PresetBest for
SoloIndividual developer, minimal overhead
StartupSmall team, fast iteration
StandardMid-size team, standard agile
EnterpriseLarge org, full compliance workflow

Switch with Ctrl+P → workflow preset.

MCP bridge

fenix mcp start --agent=claude-code   # start and connect
fenix mcp status                       # check connection
fenix mcp stop                         # stop the bridge

Authentication

fenix auth login           # interactive (opens browser)
fenix auth login --token PAT
fenix auth whoami          # current user
fenix auth logout

Next