#!/usr/bin/env node /** * daemon/cli.ts — CLI for the aibroker daemon. * * Usage: * aibroker start Start the daemon * aibroker start --socket /tmp/aibroker.sock * aibroker status Query daemon status * aibroker stop Send SIGTERM to daemon * aibroker create-adapter [--display-name ] [--output ] * Scaffold a new adapter from the built-in template * aibroker ota OTA install hub (Docker + Tailscale Serve) * up Start container, write .env, configure Tailscale Serve * down Stop container * status Show container + tailscale serve status * logs [-f] Show container logs * setup-serve Configure Tailscale Serve only */ export {}; //# sourceMappingURL=cli.d.ts.map