mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-19 11:41:02 +02:00
Revise CLI reference docs (#100)
* docs: revise CLI reference * docs: sync CLI reference with current commands
This commit is contained in:
parent
a9c7c152f1
commit
5cf2c89093
12 changed files with 430 additions and 73 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