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 tuiThe TUI opens a 3-column layout: sidebar, main content area, and detail pane.
TUI keyboard shortcuts
| Key | Action |
|---|---|
j / k | Move down / up |
h / l | Move left / right (panels) |
Enter | Open / expand |
Esc | Back / close |
n | New item |
e | Edit item |
d | Delete / done (context-dependent) |
/ | Search |
? | Help |
q | Quit |
Tab | Switch focus between panels |
Ctrl+P | Command palette |
Workflow presets
| Preset | Best for |
|---|---|
| Solo | Individual developer, minimal overhead |
| Startup | Small team, fast iteration |
| Standard | Mid-size team, standard agile |
| Enterprise | Large 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 bridgeAuthentication
fenix auth login # interactive (opens browser)
fenix auth login --token PAT
fenix auth whoami # current user
fenix auth logoutNext
- Commands Reference — full flag reference for every command
