Skip to content

CLI Reference

Symphony includes a command-line interface for managing the orchestrator, viewing project status, and interacting with issues.

Usage

bash
npm run cli -- <command> [options]

Or if installed globally:

bash
symphony <command> [options]

Commands

CommandDescription
startStart the orchestrator daemon
statusShow orchestrator and project status
scanScan for projects in the workspace
listList issues for a project
webStart the web UI
orchestratorManage the orchestrator process

Global Options

  • --help — Show help for any command
  • --version — Show Symphony version