CLI Reference
CLI Reference
Section titled “CLI Reference”The okto-pulse executable bundles the web UI, MCP server, and management commands.
okto-pulse init
Section titled “okto-pulse init”Initialize local data directory and generate a starter .mcp.json.
okto-pulse init [--data-dir <path>]--data-dir— where SQLite lives. Defaults to~/.okto-pulse/.
okto-pulse serve
Section titled “okto-pulse serve”Start the board UI and MCP server.
okto-pulse serve [--api-port <port>] [--mcp-port <port>]--api-port— board UI + REST API. Default8100.--mcp-port— MCP server endpoint. Default8101.
okto-pulse export
Section titled “okto-pulse export”Dump boards, specs, sprints, and cards to JSON.
okto-pulse export [--board <id>] [--out <file>]okto-pulse import
Section titled “okto-pulse import”Restore from a previous export.
okto-pulse import <file>Environment variables
Section titled “Environment variables”| Variable | Purpose |
|---|---|
OKTO_PULSE_DATA_DIR | Override data directory |
OKTO_PULSE_API_KEY | Fixed API key (otherwise auto-generated) |
OKTO_PULSE_LOG_LEVEL | debug / info / warn / error |