docs(status): add diagnostics commands

This commit is contained in:
Peter Steinberger
2026-01-11 01:31:35 +01:00
parent 326fb04d12
commit 07eed3de56
2 changed files with 21 additions and 0 deletions

View File

@@ -929,4 +929,7 @@ export async function statusCommand(
runtime.log("");
runtime.log("FAQ: https://docs.clawd.bot/faq");
runtime.log("Troubleshooting: https://docs.clawd.bot/troubleshooting");
runtime.log(
"More: clawdbot status --all · clawdbot status --deep · clawdbot gateway status · clawdbot providers status --probe · clawdbot daemon status · clawdbot logs --follow",
);
}