mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-13 11:22:11 +02:00
docs: sync CLI reference with current commands
This commit is contained in:
parent
84a795104f
commit
a66afaf885
8 changed files with 61 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue