Add kctl-tui doctor command for health checks

This commit is contained in:
2026-08-09 20:26:55 +02:00
parent 36a7cc5e3a
commit 697017e496
2 changed files with 116 additions and 0 deletions
+1
View File
@@ -205,6 +205,7 @@ ln -s /mnt/c/Users/<your-windows-username>/.kube/config ~/.kube/config
kctl-tui # start the TUI (full navigation mode)
kctl-tui --version # print version
kctl-tui --verbose # enable debug logging to stderr
kctl-tui doctor # check if all tools, config and connections are OK
kctl-tui config check # validate ~/.kctl-tui/config.yaml
kctl-tui panel --context=... --ns=... --team=... # internal (called by tmux)
```