docs: sync CLI reference with current commands

This commit is contained in:
Luca Martial 2026-05-14 09:45:00 -07:00
parent 84a795104f
commit a66afaf885
8 changed files with 61 additions and 16 deletions

View file

@ -89,11 +89,12 @@ ktx connection list --project-dir "$PROJECT_DIR"
ktx connection test warehouse --project-dir "$PROJECT_DIR"
```
The connection test prints the configured driver and discovered table count:
The connection test prints the configured driver and connector-specific status:
```text
Connection test passed: warehouse
Driver: sqlite
Tables: 1
Status: ok
```
## What's in a project