CLI Overview

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

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

Launch the TUI

allye
# or
allye 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

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

Authentication

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

Next