mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +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
|
|
@ -181,8 +181,9 @@ describe('standalone example docs', () => {
|
|||
|
||||
assert.match(connectionReference, /ktx connection list/);
|
||||
assert.match(connectionReference, /ktx connection test my-warehouse/);
|
||||
assert.match(connectionReference, /ktx connection test --all/);
|
||||
assert.match(quickstart, /Connection test passed/);
|
||||
assert.match(quickstart, /Driver: PostgreSQL .* Tables: 42/);
|
||||
assert.match(quickstart, /Driver: PostgreSQL .* Status: ok/);
|
||||
});
|
||||
|
||||
it('documents public npm and managed runtime usage', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue