Quick reference for all Shep AI CLI commands. For detailed documentation, see docs/cli/commands.md.
shepStart the Shep daemon (default command). Equivalent to shep start.
shep
shep startStart the background service.
shep start
shep stopStop the background service.
shep stop
shep restartRestart the background service.
shep restart
shep statusShow the current status of the background service.
shep status
shep uiLaunch the web UI.
shep ui
shep featManage features.
| Subcommand | Description |
|---|---|
shep feat new |
Create a new feature |
shep feat ls |
List features |
shep feat show <id> |
Show feature details |
shep feat del <id> |
Delete a feature |
shep feat resume <id> |
Resume a feature |
shep feat review <id> |
Review a feature |
shep feat approve <id> |
Approve a feature |
shep feat reject <id> |
Reject a feature |
shep feat logs <id> |
View feature logs |
shep agentManage running agents.
| Subcommand | Description |
|---|---|
shep agent show <id> |
Show agent details |
shep agent ls |
List agents |
shep agent stop <id> |
Stop a running agent |
shep agent logs <id> |
View agent logs |
shep agent delete <id> |
Delete an agent |
shep agent approve <id> |
Approve agent action |
shep agent reject <id> |
Reject agent action |
shep repoManage repositories.
| Subcommand | Description |
|---|---|
shep repo ls |
List repositories |
shep repo show <id> |
Show repository details |
shep sessionManage sessions.
| Subcommand | Description |
|---|---|
shep session ls |
List sessions |
shep session show <id> |
Show session details |
shep settingsManage global application settings. Running shep settings without a subcommand launches the interactive settings wizard.
| Subcommand | Description |
|---|---|
shep settings |
Launch interactive settings wizard |
shep settings show |
Display current settings |
shep settings init |
Initialize settings interactively |
shep settings agent |
Configure agent type and auth |
shep settings ide |
Configure IDE preference |
shep settings workflow |
Configure workflow settings |
shep settings model |
Configure AI model preferences |
shep toolsManage tools and IDE integration.
| Subcommand | Description |
|---|---|
shep tools list |
List available tools |
shep install |
Install tools |
shep ide-open |
Open IDE for current repository |
shep runRun the agent on the current repository.
shep run
shep versionShow version information.
shep version
shep upgradeUpgrade the Shep CLI to the latest version.
shep upgrade
Update when:
Related docs: