OmniRoute — управление сервером из CLI
★ 7.9 · devops
cli-serve is a Claude Code skill that controls the OmniRoute server lifecycle from the command line — starting, stopping, and restarting it via the serve, stop, and restart subcommands. Key flags include --port to override the default port 20128, --daemon for background mode, --max-restarts for auto-recovery, --tray/--no-tray for system tray integration, and --tls-cert/--tls-key for HTTPS. The omniroute binary is installed with npm install -g omniroute (Node.js ≥22.22.2 or ≥24 required) and serves as the entry point to a CLI with 250+ commands across 39 groups. It suits developers and DevOps engineers who need to automate local or remote AI router management without touching a browser.
- #cli
- #server-management
- #omniroute
- #daemon
- #dashboard