mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 09:52:33 +00:00
26 lines
456 B
Plaintext
26 lines
456 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# openclaw doctor
|
|
|
|
> Run diagnostics for OpenClaw gateway and channels.
|
|
> More information: <https://docs.openclaw.ai/cli/doctor>.
|
|
|
|
- Run diagnostics:
|
|
|
|
`openclaw doctor`
|
|
|
|
- Run diagnostics with automatic fixes:
|
|
|
|
`openclaw doctor --fix`
|
|
|
|
- Run diagnostics non-interactively:
|
|
|
|
`openclaw doctor --non-interactive`
|
|
|
|
- Display help:
|
|
|
|
`openclaw doctor {{[-h|--help]}}`
|