Generated from qorven doctor --help. Re-run scripts/gen-cli-reference.sh after CLI changes.

Reference

Full health check of Qorven installation.

Checks: version, config, database, providers, agents, memory,
tools, channels, workspace, external tools, gateway.

Examples:
  qorven doctor          # check everything
  qorven doctor --fix    # auto-repair common issues

Usage:
  qorven doctor [flags]

Flags:
      --fix    Auto-repair common issues
  -h, --help   help for doctor

Global Flags:
  -o, --output string   Output format: table, json, yaml (default "table")
      --server string   Gateway URL (env: QORVEN_SERVER)
      --token string    Auth token (env: QORVEN_TOKEN)
  -v, --verbose         Verbose output
  -y, --yes             Skip confirmation prompts

Examples

Example section to fill with real operator usage patterns. TBD.

CLI index

All commands.

Global flags

--server, --token, --output.