mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-22 08:38:08 +02:00
fix(cli): rename sql connection flag
This commit is contained in:
parent
03ec7b1989
commit
d3767152e9
5 changed files with 29 additions and 14 deletions
|
|
@ -81,7 +81,7 @@ ktx sl search "revenue"
|
|||
ktx wiki search "revenue recognition"
|
||||
|
||||
# Execute read-only SQL
|
||||
ktx sql --connection-id warehouse "select count(*) from public.orders"
|
||||
ktx sql --connection warehouse "select count(*) from public.orders"
|
||||
|
||||
# Start the local MCP server for agent clients
|
||||
ktx mcp start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue