openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
16 lines (15 loc) • 913 B
JavaScript
import { t as formatDocsLink } from "./links-ClIwBcy4.js";
import { r as theme } from "./theme-vjDs9tao.js";
import { t as addGatewayServiceCommands } from "./register-service-commands-C-xJU-eZ.js";
import "./install-CbirIhlt.js";
import "./lifecycle-B6LT2-Dc.js";
import "./status-B4A-NUs7.js";
import "./update-run-ledger-Dse_-g6v.js";
//#region src/cli/daemon-cli/register.ts
/** Register the legacy daemon command group. */
function registerDaemonCli(program) {
const daemon = program.command("daemon").description("Manage the Gateway service (launchd/systemd/schtasks)").option("--json", "Output JSON", false).addHelpText("after", () => `\n${theme.muted("Docs:")} ${formatDocsLink("/cli/gateway", "docs.openclaw.ai/cli/gateway")}\n`);
addGatewayServiceCommands(daemon, { statusDescription: "Show service install status + probe connectivity/capability" });
}
//#endregion
export { registerDaemonCli as t };