Skip to content

CLI Reference

Entrance provides a CLI interface for all operations. The CLI is the primary interface during the V0 Headless Alpha stage.

Display current system status — token count, MCP configs, active tasks.

Terminal window
.\entrance.exe nota status

Dispatch a new task to an agent.

Terminal window
.\entrance.exe nota do --title "Fix login page 500 error"
FlagDescription
--titleTask title (required)
--priorityPriority: urgent, high, normal, low

Display all tasks with current status.

Save a stable checkpoint with context for continuity.

Terminal window
.\entrance.exe nota checkpoint \
--stable-level "feature-done" \
--landed "What was completed" \
--remaining "What's left" \
--human-continuity-bus "Where to start next"

Start MCP server in stdio mode for AI agent integration.

Terminal window
.\entrance.exe mcp stdio

Start MCP server in HTTP mode.

Terminal window
.\entrance.exe mcp http --port 9720