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 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
allye mcp start --agent=claude-code # start and connect
allye mcp status # check connection
allye mcp stop # stop the bridgeAuthentication
allye auth login # interactive (opens browser)
allye auth login --token PAT
allye auth whoami # current user
allye auth logoutNext
- Commands Reference — full flag reference for every command
