Align doctor docs with CLI output

This commit is contained in:
Thales Maciel 2026-03-09 21:00:37 -03:00
parent 5d63e4c16e
commit 38b6aeba68
2 changed files with 15 additions and 2 deletions

View file

@ -25,7 +25,19 @@ The current implementation uses `sudo -n` for host networking commands when a ne
pyro doctor
```
Check these fields in the output:
In the default human-readable output, check:
- `Runtime: PASS`
- `KVM: exists=yes readable=yes writable=yes`
- `Networking: tun=yes ip_forward=yes`
If you need the raw structured fields instead:
```bash
pyro doctor --json
```
Check:
- `runtime_ok`
- `kvm`