mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 07:21:23 +00:00
feat: fold gateway service commands into gateway
This commit is contained in:
@@ -574,6 +574,6 @@ export async function statusCommand(
|
||||
if (gatewayReachable) {
|
||||
runtime.log(` Need to test channels? ${formatCliCommand("clawdbot status --deep")}`);
|
||||
} else {
|
||||
runtime.log(` Fix reachability first: ${formatCliCommand("clawdbot gateway status")}`);
|
||||
runtime.log(` Fix reachability first: ${formatCliCommand("clawdbot gateway probe")}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user