@knowzai/cli 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/selfhosted/.env.example +19 -0
- package/assets/selfhosted/docker-compose.yml +96 -0
- package/assets/selfhosted/releases.json +28 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/commands/down.d.ts +9 -0
- package/dist/commands/down.d.ts.map +1 -1
- package/dist/commands/down.js +16 -1
- package/dist/commands/down.js.map +1 -1
- package/dist/commands/up.d.ts +3 -27
- package/dist/commands/up.d.ts.map +1 -1
- package/dist/commands/up.js +24 -11
- package/dist/commands/up.js.map +1 -1
- package/dist/lib/platform-edition.d.ts +34 -0
- package/dist/lib/platform-edition.d.ts.map +1 -0
- package/dist/lib/platform-edition.js +47 -0
- package/dist/lib/platform-edition.js.map +1 -0
- package/dist/lib/platform-frontdoor-runtime.d.ts.map +1 -1
- package/dist/lib/platform-frontdoor-runtime.js +28 -1
- package/dist/lib/platform-frontdoor-runtime.js.map +1 -1
- package/dist/lib/platform-frontdoor.d.ts +8 -0
- package/dist/lib/platform-frontdoor.d.ts.map +1 -1
- package/dist/lib/platform-frontdoor.js +219 -121
- package/dist/lib/platform-frontdoor.js.map +1 -1
- package/dist/lib/platform-release-manifest.d.ts +1 -1
- package/dist/lib/platform-release-manifest.d.ts.map +1 -1
- package/dist/lib/platform-release-manifest.js.map +1 -1
- package/dist/lib/selfhosted-lifecycle.d.ts +78 -0
- package/dist/lib/selfhosted-lifecycle.d.ts.map +1 -0
- package/dist/lib/selfhosted-lifecycle.js +195 -0
- package/dist/lib/selfhosted-lifecycle.js.map +1 -0
- package/dist/lib/setup-page.d.ts.map +1 -1
- package/dist/lib/setup-page.js +14 -8
- package/dist/lib/setup-page.js.map +1 -1
- package/dist/lib/setup-plan.d.ts +2 -0
- package/dist/lib/setup-plan.d.ts.map +1 -1
- package/dist/lib/setup-plan.js +1 -0
- package/dist/lib/setup-plan.js.map +1 -1
- package/dist/lib/setup-server.d.ts.map +1 -1
- package/dist/lib/setup-server.js +6 -0
- package/dist/lib/setup-server.js.map +1 -1
- package/dist/lib/up-result.d.ts +46 -0
- package/dist/lib/up-result.d.ts.map +1 -0
- package/dist/lib/up-result.js +25 -0
- package/dist/lib/up-result.js.map +1 -0
- package/oclif.manifest.json +1289 -1275
- package/package.json +12 -11
package/oclif.manifest.json
CHANGED
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"down": {
|
|
590
590
|
"aliases": [],
|
|
591
591
|
"args": {},
|
|
592
|
-
"description": "Stop the
|
|
592
|
+
"description": "Stop the local Knowz stack started by `knowz up`, preserving all data volumes.",
|
|
593
593
|
"flags": {
|
|
594
594
|
"json": {
|
|
595
595
|
"description": "Format output as json.",
|
|
@@ -1994,8 +1994,11 @@
|
|
|
1994
1994
|
"description": "One command: pick an AI provider, start the portable Knowz platform, and sign in a local profile.",
|
|
1995
1995
|
"examples": [
|
|
1996
1996
|
"<%= config.bin %> up",
|
|
1997
|
-
"<%= config.bin %> up --
|
|
1997
|
+
"<%= config.bin %> up --ui",
|
|
1998
|
+
"<%= config.bin %> up --no-ui --offline",
|
|
1998
1999
|
"<%= config.bin %> up --ai azure --azure-endpoint https://example.openai.azure.com --azure-api-key $KEY",
|
|
2000
|
+
"<%= config.bin %> up --edition selfhosted # public selfhosted images (default without a pull key)",
|
|
2001
|
+
"<%= config.bin %> up --edition portable # paid portable images (requires GHCR_PULL_TOKEN or entitled install)",
|
|
1999
2002
|
"<%= config.bin %> up --build # build images from a repo checkout instead of pulling",
|
|
2000
2003
|
"<%= config.bin %> up --seed-demo --no-open"
|
|
2001
2004
|
],
|
|
@@ -2309,6 +2312,17 @@
|
|
|
2309
2312
|
"allowNo": false,
|
|
2310
2313
|
"type": "boolean"
|
|
2311
2314
|
},
|
|
2315
|
+
"edition": {
|
|
2316
|
+
"description": "Product edition: selfhosted (public images, default) or portable (paid platform images)",
|
|
2317
|
+
"name": "edition",
|
|
2318
|
+
"hasDynamicHelp": false,
|
|
2319
|
+
"multiple": false,
|
|
2320
|
+
"options": [
|
|
2321
|
+
"selfhosted",
|
|
2322
|
+
"portable"
|
|
2323
|
+
],
|
|
2324
|
+
"type": "option"
|
|
2325
|
+
},
|
|
2312
2326
|
"pull": {
|
|
2313
2327
|
"description": "Force pulling released images even inside a repo checkout",
|
|
2314
2328
|
"name": "pull",
|
|
@@ -2373,9 +2387,9 @@
|
|
|
2373
2387
|
"type": "boolean"
|
|
2374
2388
|
},
|
|
2375
2389
|
"ui": {
|
|
2376
|
-
"description": "
|
|
2390
|
+
"description": "Open the loopback setup page (default in an interactive terminal; same page as `knowz setup`). Use --no-ui for the text wizard.",
|
|
2377
2391
|
"name": "ui",
|
|
2378
|
-
"allowNo":
|
|
2392
|
+
"allowNo": true,
|
|
2379
2393
|
"type": "boolean"
|
|
2380
2394
|
}
|
|
2381
2395
|
},
|
|
@@ -3231,16 +3245,15 @@
|
|
|
3231
3245
|
"status.js"
|
|
3232
3246
|
]
|
|
3233
3247
|
},
|
|
3234
|
-
"
|
|
3248
|
+
"hooks:install": {
|
|
3235
3249
|
"aliases": [],
|
|
3236
|
-
"args": {
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
"description": "Get a setting on the active (or --profile) profile, or a global key like ui.frontend.",
|
|
3250
|
+
"args": {},
|
|
3251
|
+
"description": "Install Claude Code hooks that auto-capture agent memory (PostToolUse/Stop/SessionEnd/PreCompact) and inject recall (SessionStart).",
|
|
3252
|
+
"examples": [
|
|
3253
|
+
"<%= config.bin %> hooks install",
|
|
3254
|
+
"<%= config.bin %> hooks install --global",
|
|
3255
|
+
"<%= config.bin %> hooks install --print"
|
|
3256
|
+
],
|
|
3244
3257
|
"flags": {
|
|
3245
3258
|
"json": {
|
|
3246
3259
|
"description": "Format output as json.",
|
|
@@ -3280,11 +3293,46 @@
|
|
|
3280
3293
|
"name": "verbose",
|
|
3281
3294
|
"allowNo": false,
|
|
3282
3295
|
"type": "boolean"
|
|
3296
|
+
},
|
|
3297
|
+
"dir": {
|
|
3298
|
+
"description": "Project root (writes .claude/settings.json there)",
|
|
3299
|
+
"name": "dir",
|
|
3300
|
+
"default": ".",
|
|
3301
|
+
"hasDynamicHelp": false,
|
|
3302
|
+
"multiple": false,
|
|
3303
|
+
"type": "option"
|
|
3304
|
+
},
|
|
3305
|
+
"global": {
|
|
3306
|
+
"description": "Write ~/.claude/settings.json instead of the project file",
|
|
3307
|
+
"name": "global",
|
|
3308
|
+
"allowNo": false,
|
|
3309
|
+
"type": "boolean"
|
|
3310
|
+
},
|
|
3311
|
+
"print": {
|
|
3312
|
+
"description": "Print the hook block that would be written; do not write",
|
|
3313
|
+
"name": "print",
|
|
3314
|
+
"allowNo": false,
|
|
3315
|
+
"type": "boolean"
|
|
3316
|
+
},
|
|
3317
|
+
"command-prefix": {
|
|
3318
|
+
"description": "How to invoke the CLI from a hook (must resolve at hook time)",
|
|
3319
|
+
"name": "command-prefix",
|
|
3320
|
+
"default": "knowz",
|
|
3321
|
+
"hasDynamicHelp": false,
|
|
3322
|
+
"multiple": false,
|
|
3323
|
+
"type": "option"
|
|
3324
|
+
},
|
|
3325
|
+
"db": {
|
|
3326
|
+
"description": "Pin a SQLite db path into the hook commands (optional)",
|
|
3327
|
+
"name": "db",
|
|
3328
|
+
"hasDynamicHelp": false,
|
|
3329
|
+
"multiple": false,
|
|
3330
|
+
"type": "option"
|
|
3283
3331
|
}
|
|
3284
3332
|
},
|
|
3285
3333
|
"hasDynamicHelp": false,
|
|
3286
3334
|
"hiddenAliases": [],
|
|
3287
|
-
"id": "
|
|
3335
|
+
"id": "hooks:install",
|
|
3288
3336
|
"pluginAlias": "@knowzai/cli",
|
|
3289
3337
|
"pluginName": "@knowzai/cli",
|
|
3290
3338
|
"pluginType": "core",
|
|
@@ -3294,14 +3342,14 @@
|
|
|
3294
3342
|
"relativePath": [
|
|
3295
3343
|
"dist",
|
|
3296
3344
|
"commands",
|
|
3297
|
-
"
|
|
3298
|
-
"
|
|
3345
|
+
"hooks",
|
|
3346
|
+
"install.js"
|
|
3299
3347
|
]
|
|
3300
3348
|
},
|
|
3301
|
-
"
|
|
3349
|
+
"index:graph": {
|
|
3302
3350
|
"aliases": [],
|
|
3303
3351
|
"args": {},
|
|
3304
|
-
"description": "Show
|
|
3352
|
+
"description": "Show code-graph stats from the last index run.",
|
|
3305
3353
|
"flags": {
|
|
3306
3354
|
"json": {
|
|
3307
3355
|
"description": "Format output as json.",
|
|
@@ -3341,11 +3389,18 @@
|
|
|
3341
3389
|
"name": "verbose",
|
|
3342
3390
|
"allowNo": false,
|
|
3343
3391
|
"type": "boolean"
|
|
3392
|
+
},
|
|
3393
|
+
"db": {
|
|
3394
|
+
"description": "SQLite db path",
|
|
3395
|
+
"name": "db",
|
|
3396
|
+
"hasDynamicHelp": false,
|
|
3397
|
+
"multiple": false,
|
|
3398
|
+
"type": "option"
|
|
3344
3399
|
}
|
|
3345
3400
|
},
|
|
3346
3401
|
"hasDynamicHelp": false,
|
|
3347
3402
|
"hiddenAliases": [],
|
|
3348
|
-
"id": "
|
|
3403
|
+
"id": "index:graph",
|
|
3349
3404
|
"pluginAlias": "@knowzai/cli",
|
|
3350
3405
|
"pluginName": "@knowzai/cli",
|
|
3351
3406
|
"pluginType": "core",
|
|
@@ -3355,14 +3410,24 @@
|
|
|
3355
3410
|
"relativePath": [
|
|
3356
3411
|
"dist",
|
|
3357
3412
|
"commands",
|
|
3358
|
-
"
|
|
3359
|
-
"
|
|
3413
|
+
"index",
|
|
3414
|
+
"graph.js"
|
|
3360
3415
|
]
|
|
3361
3416
|
},
|
|
3362
|
-
"
|
|
3417
|
+
"index:scan": {
|
|
3363
3418
|
"aliases": [],
|
|
3364
|
-
"args": {
|
|
3365
|
-
|
|
3419
|
+
"args": {
|
|
3420
|
+
"path": {
|
|
3421
|
+
"default": ".",
|
|
3422
|
+
"description": "File or directory",
|
|
3423
|
+
"name": "path"
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
"description": "Index local code into the local store (tree-sitter intelligent chunking + code graph).",
|
|
3427
|
+
"examples": [
|
|
3428
|
+
"<%= config.bin %> index scan ./src",
|
|
3429
|
+
"<%= config.bin %> index scan . --force"
|
|
3430
|
+
],
|
|
3366
3431
|
"flags": {
|
|
3367
3432
|
"json": {
|
|
3368
3433
|
"description": "Format output as json.",
|
|
@@ -3402,11 +3467,24 @@
|
|
|
3402
3467
|
"name": "verbose",
|
|
3403
3468
|
"allowNo": false,
|
|
3404
3469
|
"type": "boolean"
|
|
3470
|
+
},
|
|
3471
|
+
"force": {
|
|
3472
|
+
"description": "Re-index unchanged files",
|
|
3473
|
+
"name": "force",
|
|
3474
|
+
"allowNo": false,
|
|
3475
|
+
"type": "boolean"
|
|
3476
|
+
},
|
|
3477
|
+
"db": {
|
|
3478
|
+
"description": "SQLite db path",
|
|
3479
|
+
"name": "db",
|
|
3480
|
+
"hasDynamicHelp": false,
|
|
3481
|
+
"multiple": false,
|
|
3482
|
+
"type": "option"
|
|
3405
3483
|
}
|
|
3406
3484
|
},
|
|
3407
3485
|
"hasDynamicHelp": false,
|
|
3408
3486
|
"hiddenAliases": [],
|
|
3409
|
-
"id": "
|
|
3487
|
+
"id": "index:scan",
|
|
3410
3488
|
"pluginAlias": "@knowzai/cli",
|
|
3411
3489
|
"pluginName": "@knowzai/cli",
|
|
3412
3490
|
"pluginType": "core",
|
|
@@ -3416,30 +3494,20 @@
|
|
|
3416
3494
|
"relativePath": [
|
|
3417
3495
|
"dist",
|
|
3418
3496
|
"commands",
|
|
3419
|
-
"
|
|
3420
|
-
"
|
|
3497
|
+
"index",
|
|
3498
|
+
"scan.js"
|
|
3421
3499
|
]
|
|
3422
3500
|
},
|
|
3423
|
-
"
|
|
3501
|
+
"index:search": {
|
|
3424
3502
|
"aliases": [],
|
|
3425
3503
|
"args": {
|
|
3426
|
-
"
|
|
3427
|
-
"description": "
|
|
3428
|
-
"name": "
|
|
3429
|
-
"required": true
|
|
3430
|
-
},
|
|
3431
|
-
"value": {
|
|
3432
|
-
"description": "New value",
|
|
3433
|
-
"name": "value",
|
|
3504
|
+
"query": {
|
|
3505
|
+
"description": "Search query",
|
|
3506
|
+
"name": "query",
|
|
3434
3507
|
"required": true
|
|
3435
3508
|
}
|
|
3436
3509
|
},
|
|
3437
|
-
"description": "
|
|
3438
|
-
"examples": [
|
|
3439
|
-
"<%= config.bin %> config set apiUrl https://api.dev.knowz.io",
|
|
3440
|
-
"<%= config.bin %> config set defaultVaultId <vault-id> --profile prod",
|
|
3441
|
-
"<%= config.bin %> config set ui.frontend tui"
|
|
3442
|
-
],
|
|
3510
|
+
"description": "Local semantic search over indexed code chunks (no cloud).",
|
|
3443
3511
|
"flags": {
|
|
3444
3512
|
"json": {
|
|
3445
3513
|
"description": "Format output as json.",
|
|
@@ -3479,11 +3547,26 @@
|
|
|
3479
3547
|
"name": "verbose",
|
|
3480
3548
|
"allowNo": false,
|
|
3481
3549
|
"type": "boolean"
|
|
3550
|
+
},
|
|
3551
|
+
"limit": {
|
|
3552
|
+
"description": "Max results",
|
|
3553
|
+
"name": "limit",
|
|
3554
|
+
"default": 5,
|
|
3555
|
+
"hasDynamicHelp": false,
|
|
3556
|
+
"multiple": false,
|
|
3557
|
+
"type": "option"
|
|
3558
|
+
},
|
|
3559
|
+
"db": {
|
|
3560
|
+
"description": "SQLite db path",
|
|
3561
|
+
"name": "db",
|
|
3562
|
+
"hasDynamicHelp": false,
|
|
3563
|
+
"multiple": false,
|
|
3564
|
+
"type": "option"
|
|
3482
3565
|
}
|
|
3483
3566
|
},
|
|
3484
3567
|
"hasDynamicHelp": false,
|
|
3485
3568
|
"hiddenAliases": [],
|
|
3486
|
-
"id": "
|
|
3569
|
+
"id": "index:search",
|
|
3487
3570
|
"pluginAlias": "@knowzai/cli",
|
|
3488
3571
|
"pluginName": "@knowzai/cli",
|
|
3489
3572
|
"pluginType": "core",
|
|
@@ -3493,19 +3576,20 @@
|
|
|
3493
3576
|
"relativePath": [
|
|
3494
3577
|
"dist",
|
|
3495
3578
|
"commands",
|
|
3496
|
-
"
|
|
3497
|
-
"
|
|
3579
|
+
"index",
|
|
3580
|
+
"search.js"
|
|
3498
3581
|
]
|
|
3499
3582
|
},
|
|
3500
|
-
"
|
|
3583
|
+
"config:get": {
|
|
3501
3584
|
"aliases": [],
|
|
3502
|
-
"args": {
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3585
|
+
"args": {
|
|
3586
|
+
"key": {
|
|
3587
|
+
"description": "apiUrl | defaultVaultId | email | label | pgDsn | ui.frontend",
|
|
3588
|
+
"name": "key",
|
|
3589
|
+
"required": true
|
|
3590
|
+
}
|
|
3591
|
+
},
|
|
3592
|
+
"description": "Get a setting on the active (or --profile) profile, or a global key like ui.frontend.",
|
|
3509
3593
|
"flags": {
|
|
3510
3594
|
"json": {
|
|
3511
3595
|
"description": "Format output as json.",
|
|
@@ -3545,46 +3629,11 @@
|
|
|
3545
3629
|
"name": "verbose",
|
|
3546
3630
|
"allowNo": false,
|
|
3547
3631
|
"type": "boolean"
|
|
3548
|
-
},
|
|
3549
|
-
"dir": {
|
|
3550
|
-
"description": "Project root (writes .claude/settings.json there)",
|
|
3551
|
-
"name": "dir",
|
|
3552
|
-
"default": ".",
|
|
3553
|
-
"hasDynamicHelp": false,
|
|
3554
|
-
"multiple": false,
|
|
3555
|
-
"type": "option"
|
|
3556
|
-
},
|
|
3557
|
-
"global": {
|
|
3558
|
-
"description": "Write ~/.claude/settings.json instead of the project file",
|
|
3559
|
-
"name": "global",
|
|
3560
|
-
"allowNo": false,
|
|
3561
|
-
"type": "boolean"
|
|
3562
|
-
},
|
|
3563
|
-
"print": {
|
|
3564
|
-
"description": "Print the hook block that would be written; do not write",
|
|
3565
|
-
"name": "print",
|
|
3566
|
-
"allowNo": false,
|
|
3567
|
-
"type": "boolean"
|
|
3568
|
-
},
|
|
3569
|
-
"command-prefix": {
|
|
3570
|
-
"description": "How to invoke the CLI from a hook (must resolve at hook time)",
|
|
3571
|
-
"name": "command-prefix",
|
|
3572
|
-
"default": "knowz",
|
|
3573
|
-
"hasDynamicHelp": false,
|
|
3574
|
-
"multiple": false,
|
|
3575
|
-
"type": "option"
|
|
3576
|
-
},
|
|
3577
|
-
"db": {
|
|
3578
|
-
"description": "Pin a SQLite db path into the hook commands (optional)",
|
|
3579
|
-
"name": "db",
|
|
3580
|
-
"hasDynamicHelp": false,
|
|
3581
|
-
"multiple": false,
|
|
3582
|
-
"type": "option"
|
|
3583
3632
|
}
|
|
3584
3633
|
},
|
|
3585
3634
|
"hasDynamicHelp": false,
|
|
3586
3635
|
"hiddenAliases": [],
|
|
3587
|
-
"id": "
|
|
3636
|
+
"id": "config:get",
|
|
3588
3637
|
"pluginAlias": "@knowzai/cli",
|
|
3589
3638
|
"pluginName": "@knowzai/cli",
|
|
3590
3639
|
"pluginType": "core",
|
|
@@ -3594,14 +3643,14 @@
|
|
|
3594
3643
|
"relativePath": [
|
|
3595
3644
|
"dist",
|
|
3596
3645
|
"commands",
|
|
3597
|
-
"
|
|
3598
|
-
"
|
|
3646
|
+
"config",
|
|
3647
|
+
"get.js"
|
|
3599
3648
|
]
|
|
3600
3649
|
},
|
|
3601
|
-
"
|
|
3650
|
+
"config:list": {
|
|
3602
3651
|
"aliases": [],
|
|
3603
3652
|
"args": {},
|
|
3604
|
-
"description": "Show
|
|
3653
|
+
"description": "Show the full config (profiles + active profile). A stored Postgres DSN password is redacted in this output only — the config file on disk still holds the credential in full.",
|
|
3605
3654
|
"flags": {
|
|
3606
3655
|
"json": {
|
|
3607
3656
|
"description": "Format output as json.",
|
|
@@ -3641,18 +3690,11 @@
|
|
|
3641
3690
|
"name": "verbose",
|
|
3642
3691
|
"allowNo": false,
|
|
3643
3692
|
"type": "boolean"
|
|
3644
|
-
},
|
|
3645
|
-
"db": {
|
|
3646
|
-
"description": "SQLite db path",
|
|
3647
|
-
"name": "db",
|
|
3648
|
-
"hasDynamicHelp": false,
|
|
3649
|
-
"multiple": false,
|
|
3650
|
-
"type": "option"
|
|
3651
3693
|
}
|
|
3652
3694
|
},
|
|
3653
3695
|
"hasDynamicHelp": false,
|
|
3654
3696
|
"hiddenAliases": [],
|
|
3655
|
-
"id": "
|
|
3697
|
+
"id": "config:list",
|
|
3656
3698
|
"pluginAlias": "@knowzai/cli",
|
|
3657
3699
|
"pluginName": "@knowzai/cli",
|
|
3658
3700
|
"pluginType": "core",
|
|
@@ -3662,24 +3704,14 @@
|
|
|
3662
3704
|
"relativePath": [
|
|
3663
3705
|
"dist",
|
|
3664
3706
|
"commands",
|
|
3665
|
-
"
|
|
3666
|
-
"
|
|
3707
|
+
"config",
|
|
3708
|
+
"list.js"
|
|
3667
3709
|
]
|
|
3668
3710
|
},
|
|
3669
|
-
"
|
|
3711
|
+
"config:path": {
|
|
3670
3712
|
"aliases": [],
|
|
3671
|
-
"args": {
|
|
3672
|
-
|
|
3673
|
-
"default": ".",
|
|
3674
|
-
"description": "File or directory",
|
|
3675
|
-
"name": "path"
|
|
3676
|
-
}
|
|
3677
|
-
},
|
|
3678
|
-
"description": "Index local code into the local store (tree-sitter intelligent chunking + code graph).",
|
|
3679
|
-
"examples": [
|
|
3680
|
-
"<%= config.bin %> index scan ./src",
|
|
3681
|
-
"<%= config.bin %> index scan . --force"
|
|
3682
|
-
],
|
|
3713
|
+
"args": {},
|
|
3714
|
+
"description": "Print the path to the config file.",
|
|
3683
3715
|
"flags": {
|
|
3684
3716
|
"json": {
|
|
3685
3717
|
"description": "Format output as json.",
|
|
@@ -3719,24 +3751,11 @@
|
|
|
3719
3751
|
"name": "verbose",
|
|
3720
3752
|
"allowNo": false,
|
|
3721
3753
|
"type": "boolean"
|
|
3722
|
-
},
|
|
3723
|
-
"force": {
|
|
3724
|
-
"description": "Re-index unchanged files",
|
|
3725
|
-
"name": "force",
|
|
3726
|
-
"allowNo": false,
|
|
3727
|
-
"type": "boolean"
|
|
3728
|
-
},
|
|
3729
|
-
"db": {
|
|
3730
|
-
"description": "SQLite db path",
|
|
3731
|
-
"name": "db",
|
|
3732
|
-
"hasDynamicHelp": false,
|
|
3733
|
-
"multiple": false,
|
|
3734
|
-
"type": "option"
|
|
3735
3754
|
}
|
|
3736
3755
|
},
|
|
3737
3756
|
"hasDynamicHelp": false,
|
|
3738
3757
|
"hiddenAliases": [],
|
|
3739
|
-
"id": "
|
|
3758
|
+
"id": "config:path",
|
|
3740
3759
|
"pluginAlias": "@knowzai/cli",
|
|
3741
3760
|
"pluginName": "@knowzai/cli",
|
|
3742
3761
|
"pluginType": "core",
|
|
@@ -3746,20 +3765,30 @@
|
|
|
3746
3765
|
"relativePath": [
|
|
3747
3766
|
"dist",
|
|
3748
3767
|
"commands",
|
|
3749
|
-
"
|
|
3750
|
-
"
|
|
3768
|
+
"config",
|
|
3769
|
+
"path.js"
|
|
3751
3770
|
]
|
|
3752
3771
|
},
|
|
3753
|
-
"
|
|
3772
|
+
"config:set": {
|
|
3754
3773
|
"aliases": [],
|
|
3755
3774
|
"args": {
|
|
3756
|
-
"
|
|
3757
|
-
"description": "
|
|
3758
|
-
"name": "
|
|
3775
|
+
"key": {
|
|
3776
|
+
"description": "apiUrl | defaultVaultId | email | label | pgDsn | ui.frontend",
|
|
3777
|
+
"name": "key",
|
|
3778
|
+
"required": true
|
|
3779
|
+
},
|
|
3780
|
+
"value": {
|
|
3781
|
+
"description": "New value",
|
|
3782
|
+
"name": "value",
|
|
3759
3783
|
"required": true
|
|
3760
3784
|
}
|
|
3761
3785
|
},
|
|
3762
|
-
"description": "
|
|
3786
|
+
"description": "Set a setting on the active (or --profile) profile, or a global key like ui.frontend.",
|
|
3787
|
+
"examples": [
|
|
3788
|
+
"<%= config.bin %> config set apiUrl https://api.dev.knowz.io",
|
|
3789
|
+
"<%= config.bin %> config set defaultVaultId <vault-id> --profile prod",
|
|
3790
|
+
"<%= config.bin %> config set ui.frontend tui"
|
|
3791
|
+
],
|
|
3763
3792
|
"flags": {
|
|
3764
3793
|
"json": {
|
|
3765
3794
|
"description": "Format output as json.",
|
|
@@ -3799,26 +3828,11 @@
|
|
|
3799
3828
|
"name": "verbose",
|
|
3800
3829
|
"allowNo": false,
|
|
3801
3830
|
"type": "boolean"
|
|
3802
|
-
},
|
|
3803
|
-
"limit": {
|
|
3804
|
-
"description": "Max results",
|
|
3805
|
-
"name": "limit",
|
|
3806
|
-
"default": 5,
|
|
3807
|
-
"hasDynamicHelp": false,
|
|
3808
|
-
"multiple": false,
|
|
3809
|
-
"type": "option"
|
|
3810
|
-
},
|
|
3811
|
-
"db": {
|
|
3812
|
-
"description": "SQLite db path",
|
|
3813
|
-
"name": "db",
|
|
3814
|
-
"hasDynamicHelp": false,
|
|
3815
|
-
"multiple": false,
|
|
3816
|
-
"type": "option"
|
|
3817
3831
|
}
|
|
3818
3832
|
},
|
|
3819
3833
|
"hasDynamicHelp": false,
|
|
3820
3834
|
"hiddenAliases": [],
|
|
3821
|
-
"id": "
|
|
3835
|
+
"id": "config:set",
|
|
3822
3836
|
"pluginAlias": "@knowzai/cli",
|
|
3823
3837
|
"pluginName": "@knowzai/cli",
|
|
3824
3838
|
"pluginType": "core",
|
|
@@ -3828,8 +3842,8 @@
|
|
|
3828
3842
|
"relativePath": [
|
|
3829
3843
|
"dist",
|
|
3830
3844
|
"commands",
|
|
3831
|
-
"
|
|
3832
|
-
"
|
|
3845
|
+
"config",
|
|
3846
|
+
"set.js"
|
|
3833
3847
|
]
|
|
3834
3848
|
},
|
|
3835
3849
|
"entities:find": {
|
|
@@ -6055,16 +6069,10 @@
|
|
|
6055
6069
|
"use.js"
|
|
6056
6070
|
]
|
|
6057
6071
|
},
|
|
6058
|
-
"
|
|
6072
|
+
"platform:destroy": {
|
|
6059
6073
|
"aliases": [],
|
|
6060
|
-
"args": {
|
|
6061
|
-
|
|
6062
|
-
"description": "Peer id or slug",
|
|
6063
|
-
"name": "peerRef",
|
|
6064
|
-
"required": true
|
|
6065
|
-
}
|
|
6066
|
-
},
|
|
6067
|
-
"description": "Accept a federation peer's NEW identity fingerprint (interactive-only; Owner).",
|
|
6074
|
+
"args": {},
|
|
6075
|
+
"description": "Stop the portable platform and permanently delete its volumes and runtime configuration.",
|
|
6068
6076
|
"flags": {
|
|
6069
6077
|
"json": {
|
|
6070
6078
|
"description": "Format output as json.",
|
|
@@ -6105,51 +6113,55 @@
|
|
|
6105
6113
|
"allowNo": false,
|
|
6106
6114
|
"type": "boolean"
|
|
6107
6115
|
},
|
|
6108
|
-
"
|
|
6109
|
-
"description": "
|
|
6110
|
-
"name": "
|
|
6116
|
+
"name": {
|
|
6117
|
+
"description": "Runtime project name",
|
|
6118
|
+
"name": "name",
|
|
6119
|
+
"default": "knowz",
|
|
6120
|
+
"hasDynamicHelp": false,
|
|
6121
|
+
"multiple": false,
|
|
6122
|
+
"type": "option"
|
|
6123
|
+
},
|
|
6124
|
+
"config-dir": {
|
|
6125
|
+
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
6126
|
+
"name": "config-dir",
|
|
6111
6127
|
"hasDynamicHelp": false,
|
|
6112
6128
|
"multiple": false,
|
|
6113
6129
|
"type": "option"
|
|
6130
|
+
},
|
|
6131
|
+
"yes": {
|
|
6132
|
+
"char": "y",
|
|
6133
|
+
"description": "Confirm permanent volume and runtime deletion",
|
|
6134
|
+
"name": "yes",
|
|
6135
|
+
"allowNo": false,
|
|
6136
|
+
"type": "boolean"
|
|
6137
|
+
},
|
|
6138
|
+
"purge-profile": {
|
|
6139
|
+
"description": "Also remove the local CLI profile and its stored credential",
|
|
6140
|
+
"name": "purge-profile",
|
|
6141
|
+
"allowNo": false,
|
|
6142
|
+
"type": "boolean"
|
|
6114
6143
|
}
|
|
6115
6144
|
},
|
|
6116
6145
|
"hasDynamicHelp": false,
|
|
6117
6146
|
"hiddenAliases": [],
|
|
6118
|
-
"id": "
|
|
6147
|
+
"id": "platform:destroy",
|
|
6119
6148
|
"pluginAlias": "@knowzai/cli",
|
|
6120
6149
|
"pluginName": "@knowzai/cli",
|
|
6121
6150
|
"pluginType": "core",
|
|
6122
6151
|
"strict": true,
|
|
6123
6152
|
"enableJsonFlag": true,
|
|
6124
|
-
"peerAuthFlags": {
|
|
6125
|
-
"email": {
|
|
6126
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
6127
|
-
"input": [],
|
|
6128
|
-
"multiple": false,
|
|
6129
|
-
"type": "option"
|
|
6130
|
-
}
|
|
6131
|
-
},
|
|
6132
6153
|
"isESM": true,
|
|
6133
6154
|
"relativePath": [
|
|
6134
6155
|
"dist",
|
|
6135
6156
|
"commands",
|
|
6136
|
-
"
|
|
6137
|
-
"
|
|
6157
|
+
"platform",
|
|
6158
|
+
"destroy.js"
|
|
6138
6159
|
]
|
|
6139
6160
|
},
|
|
6140
|
-
"
|
|
6161
|
+
"platform:doctor": {
|
|
6141
6162
|
"aliases": [],
|
|
6142
|
-
"args": {
|
|
6143
|
-
|
|
6144
|
-
"description": "Short unique name for the peer",
|
|
6145
|
-
"name": "slug",
|
|
6146
|
-
"required": true
|
|
6147
|
-
}
|
|
6148
|
-
},
|
|
6149
|
-
"description": "Register a federation peer instance (requires a ukz_ personal API key for the remote).",
|
|
6150
|
-
"examples": [
|
|
6151
|
-
"KNOWZ_PEER_API_KEY=ukz_… <%= config.bin %> peer add cloud --url https://api.knowz.io --name \"Knowz Cloud\""
|
|
6152
|
-
],
|
|
6163
|
+
"args": {},
|
|
6164
|
+
"description": "Check Docker or Podman, Docker Compose v2, and the initialized portable runtime configuration.",
|
|
6153
6165
|
"flags": {
|
|
6154
6166
|
"json": {
|
|
6155
6167
|
"description": "Format output as json.",
|
|
@@ -6190,32 +6202,17 @@
|
|
|
6190
6202
|
"allowNo": false,
|
|
6191
6203
|
"type": "boolean"
|
|
6192
6204
|
},
|
|
6193
|
-
"url": {
|
|
6194
|
-
"description": "Base URL of the remote instance API",
|
|
6195
|
-
"name": "url",
|
|
6196
|
-
"required": true,
|
|
6197
|
-
"hasDynamicHelp": false,
|
|
6198
|
-
"multiple": false,
|
|
6199
|
-
"type": "option"
|
|
6200
|
-
},
|
|
6201
6205
|
"name": {
|
|
6202
|
-
"description": "
|
|
6206
|
+
"description": "Runtime project name",
|
|
6203
6207
|
"name": "name",
|
|
6204
|
-
"
|
|
6205
|
-
"hasDynamicHelp": false,
|
|
6206
|
-
"multiple": false,
|
|
6207
|
-
"type": "option"
|
|
6208
|
-
},
|
|
6209
|
-
"key": {
|
|
6210
|
-
"description": "ukz_ personal API key for the remote (prefer KNOWZ_PEER_API_KEY or the hidden prompt)",
|
|
6211
|
-
"name": "key",
|
|
6208
|
+
"default": "knowz",
|
|
6212
6209
|
"hasDynamicHelp": false,
|
|
6213
6210
|
"multiple": false,
|
|
6214
6211
|
"type": "option"
|
|
6215
6212
|
},
|
|
6216
|
-
"
|
|
6217
|
-
"description": "
|
|
6218
|
-
"name": "
|
|
6213
|
+
"config-dir": {
|
|
6214
|
+
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
6215
|
+
"name": "config-dir",
|
|
6219
6216
|
"hasDynamicHelp": false,
|
|
6220
6217
|
"multiple": false,
|
|
6221
6218
|
"type": "option"
|
|
@@ -6223,43 +6220,24 @@
|
|
|
6223
6220
|
},
|
|
6224
6221
|
"hasDynamicHelp": false,
|
|
6225
6222
|
"hiddenAliases": [],
|
|
6226
|
-
"id": "
|
|
6223
|
+
"id": "platform:doctor",
|
|
6227
6224
|
"pluginAlias": "@knowzai/cli",
|
|
6228
6225
|
"pluginName": "@knowzai/cli",
|
|
6229
6226
|
"pluginType": "core",
|
|
6230
6227
|
"strict": true,
|
|
6231
6228
|
"enableJsonFlag": true,
|
|
6232
|
-
"peerAuthFlags": {
|
|
6233
|
-
"email": {
|
|
6234
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
6235
|
-
"input": [],
|
|
6236
|
-
"multiple": false,
|
|
6237
|
-
"type": "option"
|
|
6238
|
-
}
|
|
6239
|
-
},
|
|
6240
6229
|
"isESM": true,
|
|
6241
6230
|
"relativePath": [
|
|
6242
6231
|
"dist",
|
|
6243
6232
|
"commands",
|
|
6244
|
-
"
|
|
6245
|
-
"
|
|
6233
|
+
"platform",
|
|
6234
|
+
"doctor.js"
|
|
6246
6235
|
]
|
|
6247
6236
|
},
|
|
6248
|
-
"
|
|
6237
|
+
"platform:down": {
|
|
6249
6238
|
"aliases": [],
|
|
6250
|
-
"args": {
|
|
6251
|
-
|
|
6252
|
-
"description": "Peer id or slug",
|
|
6253
|
-
"name": "peerRef",
|
|
6254
|
-
"required": true
|
|
6255
|
-
},
|
|
6256
|
-
"runId": {
|
|
6257
|
-
"description": "Run id",
|
|
6258
|
-
"name": "runId",
|
|
6259
|
-
"required": true
|
|
6260
|
-
}
|
|
6261
|
-
},
|
|
6262
|
-
"description": "Cancel an in-flight sync run.",
|
|
6239
|
+
"args": {},
|
|
6240
|
+
"description": "Stop the portable platform while preserving all named volumes and runtime configuration.",
|
|
6263
6241
|
"flags": {
|
|
6264
6242
|
"json": {
|
|
6265
6243
|
"description": "Format output as json.",
|
|
@@ -6300,9 +6278,17 @@
|
|
|
6300
6278
|
"allowNo": false,
|
|
6301
6279
|
"type": "boolean"
|
|
6302
6280
|
},
|
|
6303
|
-
"
|
|
6304
|
-
"description": "
|
|
6305
|
-
"name": "
|
|
6281
|
+
"name": {
|
|
6282
|
+
"description": "Runtime project name",
|
|
6283
|
+
"name": "name",
|
|
6284
|
+
"default": "knowz",
|
|
6285
|
+
"hasDynamicHelp": false,
|
|
6286
|
+
"multiple": false,
|
|
6287
|
+
"type": "option"
|
|
6288
|
+
},
|
|
6289
|
+
"config-dir": {
|
|
6290
|
+
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
6291
|
+
"name": "config-dir",
|
|
6306
6292
|
"hasDynamicHelp": false,
|
|
6307
6293
|
"multiple": false,
|
|
6308
6294
|
"type": "option"
|
|
@@ -6310,38 +6296,24 @@
|
|
|
6310
6296
|
},
|
|
6311
6297
|
"hasDynamicHelp": false,
|
|
6312
6298
|
"hiddenAliases": [],
|
|
6313
|
-
"id": "
|
|
6299
|
+
"id": "platform:down",
|
|
6314
6300
|
"pluginAlias": "@knowzai/cli",
|
|
6315
6301
|
"pluginName": "@knowzai/cli",
|
|
6316
6302
|
"pluginType": "core",
|
|
6317
6303
|
"strict": true,
|
|
6318
6304
|
"enableJsonFlag": true,
|
|
6319
|
-
"peerAuthFlags": {
|
|
6320
|
-
"email": {
|
|
6321
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
6322
|
-
"input": [],
|
|
6323
|
-
"multiple": false,
|
|
6324
|
-
"type": "option"
|
|
6325
|
-
}
|
|
6326
|
-
},
|
|
6327
6305
|
"isESM": true,
|
|
6328
6306
|
"relativePath": [
|
|
6329
6307
|
"dist",
|
|
6330
6308
|
"commands",
|
|
6331
|
-
"
|
|
6332
|
-
"
|
|
6309
|
+
"platform",
|
|
6310
|
+
"down.js"
|
|
6333
6311
|
]
|
|
6334
6312
|
},
|
|
6335
|
-
"
|
|
6313
|
+
"platform:logs": {
|
|
6336
6314
|
"aliases": [],
|
|
6337
|
-
"args": {
|
|
6338
|
-
|
|
6339
|
-
"description": "Peer id or slug",
|
|
6340
|
-
"name": "peerRef",
|
|
6341
|
-
"required": true
|
|
6342
|
-
}
|
|
6343
|
-
},
|
|
6344
|
-
"description": "Link a local vault to a remote vault on a federation peer.",
|
|
6315
|
+
"args": {},
|
|
6316
|
+
"description": "Show redacted Docker Compose logs for the initialized portable platform.",
|
|
6345
6317
|
"flags": {
|
|
6346
6318
|
"json": {
|
|
6347
6319
|
"description": "Format output as json.",
|
|
@@ -6382,37 +6354,25 @@
|
|
|
6382
6354
|
"allowNo": false,
|
|
6383
6355
|
"type": "boolean"
|
|
6384
6356
|
},
|
|
6385
|
-
"
|
|
6386
|
-
"description": "
|
|
6387
|
-
"name": "
|
|
6388
|
-
"
|
|
6389
|
-
"hasDynamicHelp": false,
|
|
6390
|
-
"multiple": false,
|
|
6391
|
-
"type": "option"
|
|
6392
|
-
},
|
|
6393
|
-
"remote-vault": {
|
|
6394
|
-
"description": "Remote vault id (GUID)",
|
|
6395
|
-
"name": "remote-vault",
|
|
6396
|
-
"required": true,
|
|
6357
|
+
"name": {
|
|
6358
|
+
"description": "Runtime project name",
|
|
6359
|
+
"name": "name",
|
|
6360
|
+
"default": "knowz",
|
|
6397
6361
|
"hasDynamicHelp": false,
|
|
6398
6362
|
"multiple": false,
|
|
6399
6363
|
"type": "option"
|
|
6400
6364
|
},
|
|
6401
|
-
"
|
|
6402
|
-
"description": "
|
|
6403
|
-
"name": "
|
|
6404
|
-
"required": true,
|
|
6365
|
+
"config-dir": {
|
|
6366
|
+
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
6367
|
+
"name": "config-dir",
|
|
6405
6368
|
"hasDynamicHelp": false,
|
|
6406
6369
|
"multiple": false,
|
|
6407
|
-
"options": [
|
|
6408
|
-
"pull",
|
|
6409
|
-
"push"
|
|
6410
|
-
],
|
|
6411
6370
|
"type": "option"
|
|
6412
6371
|
},
|
|
6413
|
-
"
|
|
6414
|
-
"description": "
|
|
6415
|
-
"name": "
|
|
6372
|
+
"tail": {
|
|
6373
|
+
"description": "Lines per service",
|
|
6374
|
+
"name": "tail",
|
|
6375
|
+
"default": 100,
|
|
6416
6376
|
"hasDynamicHelp": false,
|
|
6417
6377
|
"multiple": false,
|
|
6418
6378
|
"type": "option"
|
|
@@ -6420,38 +6380,24 @@
|
|
|
6420
6380
|
},
|
|
6421
6381
|
"hasDynamicHelp": false,
|
|
6422
6382
|
"hiddenAliases": [],
|
|
6423
|
-
"id": "
|
|
6383
|
+
"id": "platform:logs",
|
|
6424
6384
|
"pluginAlias": "@knowzai/cli",
|
|
6425
6385
|
"pluginName": "@knowzai/cli",
|
|
6426
6386
|
"pluginType": "core",
|
|
6427
6387
|
"strict": true,
|
|
6428
6388
|
"enableJsonFlag": true,
|
|
6429
|
-
"peerAuthFlags": {
|
|
6430
|
-
"email": {
|
|
6431
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
6432
|
-
"input": [],
|
|
6433
|
-
"multiple": false,
|
|
6434
|
-
"type": "option"
|
|
6435
|
-
}
|
|
6436
|
-
},
|
|
6437
6389
|
"isESM": true,
|
|
6438
6390
|
"relativePath": [
|
|
6439
6391
|
"dist",
|
|
6440
6392
|
"commands",
|
|
6441
|
-
"
|
|
6442
|
-
"
|
|
6393
|
+
"platform",
|
|
6394
|
+
"logs.js"
|
|
6443
6395
|
]
|
|
6444
6396
|
},
|
|
6445
|
-
"
|
|
6397
|
+
"platform:reset": {
|
|
6446
6398
|
"aliases": [],
|
|
6447
|
-
"args": {
|
|
6448
|
-
|
|
6449
|
-
"description": "Peer id or slug",
|
|
6450
|
-
"name": "peerRef",
|
|
6451
|
-
"required": true
|
|
6452
|
-
}
|
|
6453
|
-
},
|
|
6454
|
-
"description": "List the vault links configured for a federation peer.",
|
|
6399
|
+
"args": {},
|
|
6400
|
+
"description": "Stop the portable platform and permanently delete its volumes and runtime configuration (alias of `platform destroy`).",
|
|
6455
6401
|
"flags": {
|
|
6456
6402
|
"json": {
|
|
6457
6403
|
"description": "Format output as json.",
|
|
@@ -6492,42 +6438,59 @@
|
|
|
6492
6438
|
"allowNo": false,
|
|
6493
6439
|
"type": "boolean"
|
|
6494
6440
|
},
|
|
6495
|
-
"
|
|
6496
|
-
"description": "
|
|
6497
|
-
"name": "
|
|
6441
|
+
"name": {
|
|
6442
|
+
"description": "Runtime project name",
|
|
6443
|
+
"name": "name",
|
|
6444
|
+
"default": "knowz",
|
|
6445
|
+
"hasDynamicHelp": false,
|
|
6446
|
+
"multiple": false,
|
|
6447
|
+
"type": "option"
|
|
6448
|
+
},
|
|
6449
|
+
"config-dir": {
|
|
6450
|
+
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
6451
|
+
"name": "config-dir",
|
|
6498
6452
|
"hasDynamicHelp": false,
|
|
6499
6453
|
"multiple": false,
|
|
6500
6454
|
"type": "option"
|
|
6455
|
+
},
|
|
6456
|
+
"yes": {
|
|
6457
|
+
"char": "y",
|
|
6458
|
+
"description": "Confirm permanent volume and runtime deletion",
|
|
6459
|
+
"name": "yes",
|
|
6460
|
+
"allowNo": false,
|
|
6461
|
+
"type": "boolean"
|
|
6462
|
+
},
|
|
6463
|
+
"purge-profile": {
|
|
6464
|
+
"description": "Also remove the local CLI profile and its stored credential",
|
|
6465
|
+
"name": "purge-profile",
|
|
6466
|
+
"allowNo": false,
|
|
6467
|
+
"type": "boolean"
|
|
6501
6468
|
}
|
|
6502
6469
|
},
|
|
6503
6470
|
"hasDynamicHelp": false,
|
|
6504
6471
|
"hiddenAliases": [],
|
|
6505
|
-
"id": "
|
|
6472
|
+
"id": "platform:reset",
|
|
6506
6473
|
"pluginAlias": "@knowzai/cli",
|
|
6507
6474
|
"pluginName": "@knowzai/cli",
|
|
6508
6475
|
"pluginType": "core",
|
|
6509
6476
|
"strict": true,
|
|
6510
6477
|
"enableJsonFlag": true,
|
|
6511
|
-
"peerAuthFlags": {
|
|
6512
|
-
"email": {
|
|
6513
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
6514
|
-
"input": [],
|
|
6515
|
-
"multiple": false,
|
|
6516
|
-
"type": "option"
|
|
6517
|
-
}
|
|
6518
|
-
},
|
|
6519
6478
|
"isESM": true,
|
|
6520
6479
|
"relativePath": [
|
|
6521
6480
|
"dist",
|
|
6522
6481
|
"commands",
|
|
6523
|
-
"
|
|
6524
|
-
"
|
|
6482
|
+
"platform",
|
|
6483
|
+
"reset.js"
|
|
6525
6484
|
]
|
|
6526
6485
|
},
|
|
6527
|
-
"
|
|
6486
|
+
"platform:setup": {
|
|
6528
6487
|
"aliases": [],
|
|
6529
6488
|
"args": {},
|
|
6530
|
-
"description": "
|
|
6489
|
+
"description": "Open the one-shot loopback setup console for a local portable Knowz platform.",
|
|
6490
|
+
"examples": [
|
|
6491
|
+
"<%= config.bin %> platform setup",
|
|
6492
|
+
"<%= config.bin %> platform setup --no-open"
|
|
6493
|
+
],
|
|
6531
6494
|
"flags": {
|
|
6532
6495
|
"json": {
|
|
6533
6496
|
"description": "Format output as json.",
|
|
@@ -6568,58 +6531,95 @@
|
|
|
6568
6531
|
"allowNo": false,
|
|
6569
6532
|
"type": "boolean"
|
|
6570
6533
|
},
|
|
6571
|
-
"
|
|
6572
|
-
"description": "
|
|
6573
|
-
"name": "
|
|
6574
|
-
"
|
|
6575
|
-
"
|
|
6534
|
+
"name": {
|
|
6535
|
+
"description": "Runtime project name",
|
|
6536
|
+
"name": "name",
|
|
6537
|
+
"default": "knowz",
|
|
6538
|
+
"hasDynamicHelp": false,
|
|
6539
|
+
"multiple": false,
|
|
6540
|
+
"type": "option"
|
|
6576
6541
|
},
|
|
6577
|
-
"
|
|
6578
|
-
"description": "
|
|
6579
|
-
"name": "
|
|
6542
|
+
"config-dir": {
|
|
6543
|
+
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
6544
|
+
"name": "config-dir",
|
|
6545
|
+
"hasDynamicHelp": false,
|
|
6546
|
+
"multiple": false,
|
|
6547
|
+
"type": "option"
|
|
6548
|
+
},
|
|
6549
|
+
"version": {
|
|
6550
|
+
"description": "Pinned platform SemVer",
|
|
6551
|
+
"name": "version",
|
|
6580
6552
|
"hasDynamicHelp": false,
|
|
6581
6553
|
"multiple": false,
|
|
6582
6554
|
"type": "option"
|
|
6555
|
+
},
|
|
6556
|
+
"api-port": {
|
|
6557
|
+
"description": "Public API port",
|
|
6558
|
+
"name": "api-port",
|
|
6559
|
+
"hasDynamicHelp": false,
|
|
6560
|
+
"multiple": false,
|
|
6561
|
+
"type": "option"
|
|
6562
|
+
},
|
|
6563
|
+
"web-port": {
|
|
6564
|
+
"description": "Public web port",
|
|
6565
|
+
"name": "web-port",
|
|
6566
|
+
"hasDynamicHelp": false,
|
|
6567
|
+
"multiple": false,
|
|
6568
|
+
"type": "option"
|
|
6569
|
+
},
|
|
6570
|
+
"mcp-port": {
|
|
6571
|
+
"description": "Public MCP port",
|
|
6572
|
+
"name": "mcp-port",
|
|
6573
|
+
"hasDynamicHelp": false,
|
|
6574
|
+
"multiple": false,
|
|
6575
|
+
"type": "option"
|
|
6576
|
+
},
|
|
6577
|
+
"public-site-port": {
|
|
6578
|
+
"description": "Public site port",
|
|
6579
|
+
"name": "public-site-port",
|
|
6580
|
+
"hasDynamicHelp": false,
|
|
6581
|
+
"multiple": false,
|
|
6582
|
+
"type": "option"
|
|
6583
|
+
},
|
|
6584
|
+
"with-mcp": {
|
|
6585
|
+
"description": "Run the MCP server",
|
|
6586
|
+
"name": "with-mcp",
|
|
6587
|
+
"allowNo": true,
|
|
6588
|
+
"type": "boolean"
|
|
6589
|
+
},
|
|
6590
|
+
"with-public-site": {
|
|
6591
|
+
"description": "Run the public site",
|
|
6592
|
+
"name": "with-public-site",
|
|
6593
|
+
"allowNo": true,
|
|
6594
|
+
"type": "boolean"
|
|
6595
|
+
},
|
|
6596
|
+
"open": {
|
|
6597
|
+
"description": "Open the setup page in the default browser",
|
|
6598
|
+
"name": "open",
|
|
6599
|
+
"allowNo": true,
|
|
6600
|
+
"type": "boolean"
|
|
6583
6601
|
}
|
|
6584
6602
|
},
|
|
6585
6603
|
"hasDynamicHelp": false,
|
|
6586
6604
|
"hiddenAliases": [],
|
|
6587
|
-
"id": "
|
|
6605
|
+
"id": "platform:setup",
|
|
6588
6606
|
"pluginAlias": "@knowzai/cli",
|
|
6589
6607
|
"pluginName": "@knowzai/cli",
|
|
6590
6608
|
"pluginType": "core",
|
|
6591
6609
|
"strict": true,
|
|
6592
6610
|
"enableJsonFlag": true,
|
|
6593
|
-
"peerAuthFlags": {
|
|
6594
|
-
"email": {
|
|
6595
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
6596
|
-
"input": [],
|
|
6597
|
-
"multiple": false,
|
|
6598
|
-
"type": "option"
|
|
6599
|
-
}
|
|
6600
|
-
},
|
|
6601
6611
|
"isESM": true,
|
|
6602
6612
|
"relativePath": [
|
|
6603
6613
|
"dist",
|
|
6604
6614
|
"commands",
|
|
6605
|
-
"
|
|
6606
|
-
"
|
|
6615
|
+
"platform",
|
|
6616
|
+
"setup.js"
|
|
6607
6617
|
]
|
|
6608
6618
|
},
|
|
6609
|
-
"
|
|
6619
|
+
"platform:status": {
|
|
6610
6620
|
"aliases": [],
|
|
6611
|
-
"args": {
|
|
6612
|
-
|
|
6613
|
-
"description": "Peer id or slug",
|
|
6614
|
-
"name": "peerRef",
|
|
6615
|
-
"required": true
|
|
6616
|
-
}
|
|
6617
|
-
},
|
|
6618
|
-
"description": "Pull vault content FROM a federation peer over a vault link (202 + runId).",
|
|
6619
|
-
"examples": [
|
|
6620
|
-
"<%= config.bin %> peer pull cloud --link 6f2c… --wait",
|
|
6621
|
-
"<%= config.bin %> peer pull cloud --link 6f2c… --since 2026-08-01T00:00:00Z --skip-re-enrichment"
|
|
6622
|
-
],
|
|
6621
|
+
"args": {},
|
|
6622
|
+
"description": "Show persisted platform configuration and Docker Compose service status.",
|
|
6623
6623
|
"flags": {
|
|
6624
6624
|
"json": {
|
|
6625
6625
|
"description": "Format output as json.",
|
|
@@ -6660,51 +6660,17 @@
|
|
|
6660
6660
|
"allowNo": false,
|
|
6661
6661
|
"type": "boolean"
|
|
6662
6662
|
},
|
|
6663
|
-
"
|
|
6664
|
-
"description": "
|
|
6665
|
-
"name": "
|
|
6666
|
-
"
|
|
6667
|
-
"hasDynamicHelp": false,
|
|
6668
|
-
"multiple": false,
|
|
6669
|
-
"type": "option"
|
|
6670
|
-
},
|
|
6671
|
-
"since": {
|
|
6672
|
-
"description": "Only items changed since this ISO-8601 timestamp",
|
|
6673
|
-
"name": "since",
|
|
6674
|
-
"hasDynamicHelp": false,
|
|
6675
|
-
"multiple": false,
|
|
6676
|
-
"type": "option"
|
|
6677
|
-
},
|
|
6678
|
-
"skip-re-enrichment": {
|
|
6679
|
-
"description": "Skip AI re-enrichment of transferred items",
|
|
6680
|
-
"name": "skip-re-enrichment",
|
|
6681
|
-
"allowNo": false,
|
|
6682
|
-
"type": "boolean"
|
|
6683
|
-
},
|
|
6684
|
-
"max-file-mb": {
|
|
6685
|
-
"description": "Skip files larger than this many MB",
|
|
6686
|
-
"name": "max-file-mb",
|
|
6687
|
-
"hasDynamicHelp": false,
|
|
6688
|
-
"multiple": false,
|
|
6689
|
-
"type": "option"
|
|
6690
|
-
},
|
|
6691
|
-
"wait": {
|
|
6692
|
-
"description": "Poll until the run reaches a terminal status",
|
|
6693
|
-
"name": "wait",
|
|
6694
|
-
"allowNo": false,
|
|
6695
|
-
"type": "boolean"
|
|
6696
|
-
},
|
|
6697
|
-
"timeout": {
|
|
6698
|
-
"description": "Seconds to wait with --wait (default 600)",
|
|
6699
|
-
"name": "timeout",
|
|
6700
|
-
"default": 600,
|
|
6663
|
+
"name": {
|
|
6664
|
+
"description": "Runtime project name",
|
|
6665
|
+
"name": "name",
|
|
6666
|
+
"default": "knowz",
|
|
6701
6667
|
"hasDynamicHelp": false,
|
|
6702
6668
|
"multiple": false,
|
|
6703
6669
|
"type": "option"
|
|
6704
6670
|
},
|
|
6705
|
-
"
|
|
6706
|
-
"description": "
|
|
6707
|
-
"name": "
|
|
6671
|
+
"config-dir": {
|
|
6672
|
+
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
6673
|
+
"name": "config-dir",
|
|
6708
6674
|
"hasDynamicHelp": false,
|
|
6709
6675
|
"multiple": false,
|
|
6710
6676
|
"type": "option"
|
|
@@ -6712,41 +6678,28 @@
|
|
|
6712
6678
|
},
|
|
6713
6679
|
"hasDynamicHelp": false,
|
|
6714
6680
|
"hiddenAliases": [],
|
|
6715
|
-
"id": "
|
|
6681
|
+
"id": "platform:status",
|
|
6716
6682
|
"pluginAlias": "@knowzai/cli",
|
|
6717
6683
|
"pluginName": "@knowzai/cli",
|
|
6718
6684
|
"pluginType": "core",
|
|
6719
6685
|
"strict": true,
|
|
6720
6686
|
"enableJsonFlag": true,
|
|
6721
|
-
"peerAuthFlags": {
|
|
6722
|
-
"email": {
|
|
6723
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
6724
|
-
"input": [],
|
|
6725
|
-
"multiple": false,
|
|
6726
|
-
"type": "option"
|
|
6727
|
-
}
|
|
6728
|
-
},
|
|
6729
6687
|
"isESM": true,
|
|
6730
6688
|
"relativePath": [
|
|
6731
6689
|
"dist",
|
|
6732
6690
|
"commands",
|
|
6733
|
-
"
|
|
6734
|
-
"
|
|
6691
|
+
"platform",
|
|
6692
|
+
"status.js"
|
|
6735
6693
|
]
|
|
6736
6694
|
},
|
|
6737
|
-
"
|
|
6695
|
+
"platform:up": {
|
|
6738
6696
|
"aliases": [],
|
|
6739
|
-
"args": {
|
|
6740
|
-
|
|
6741
|
-
"description": "Peer id or slug",
|
|
6742
|
-
"name": "peerRef",
|
|
6743
|
-
"required": true
|
|
6744
|
-
}
|
|
6745
|
-
},
|
|
6746
|
-
"description": "Push vault content TO a federation peer over a vault link (202 + runId).",
|
|
6697
|
+
"args": {},
|
|
6698
|
+
"description": "Install and start the complete portable Knowz platform with Docker Compose.",
|
|
6747
6699
|
"examples": [
|
|
6748
|
-
"<%= config.bin %>
|
|
6749
|
-
"<%= config.bin %>
|
|
6700
|
+
"<%= config.bin %> platform up --version 1.2.3",
|
|
6701
|
+
"<%= config.bin %> platform up --version 1.2.3 --provider azure",
|
|
6702
|
+
"<%= config.bin %> platform up --version 1.2.3 --provider openai-compatible --openai-endpoint http://host.docker.internal:11434/v1 --openai-chat-model llama3 --openai-embedding-model nomic-embed-text --embedding-dimensions 768"
|
|
6750
6703
|
],
|
|
6751
6704
|
"flags": {
|
|
6752
6705
|
"json": {
|
|
@@ -6788,539 +6741,281 @@
|
|
|
6788
6741
|
"allowNo": false,
|
|
6789
6742
|
"type": "boolean"
|
|
6790
6743
|
},
|
|
6791
|
-
"
|
|
6792
|
-
"description": "
|
|
6793
|
-
"name": "
|
|
6794
|
-
"
|
|
6795
|
-
"hasDynamicHelp": false,
|
|
6744
|
+
"name": {
|
|
6745
|
+
"description": "Runtime project name",
|
|
6746
|
+
"name": "name",
|
|
6747
|
+
"default": "knowz",
|
|
6748
|
+
"hasDynamicHelp": false,
|
|
6796
6749
|
"multiple": false,
|
|
6797
6750
|
"type": "option"
|
|
6798
6751
|
},
|
|
6799
|
-
"
|
|
6800
|
-
"description": "
|
|
6801
|
-
"name": "
|
|
6752
|
+
"config-dir": {
|
|
6753
|
+
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
6754
|
+
"name": "config-dir",
|
|
6802
6755
|
"hasDynamicHelp": false,
|
|
6803
6756
|
"multiple": false,
|
|
6804
6757
|
"type": "option"
|
|
6805
6758
|
},
|
|
6806
|
-
"
|
|
6807
|
-
"description": "
|
|
6808
|
-
"name": "
|
|
6809
|
-
"allowNo": false,
|
|
6810
|
-
"type": "boolean"
|
|
6811
|
-
},
|
|
6812
|
-
"max-file-mb": {
|
|
6813
|
-
"description": "Skip files larger than this many MB",
|
|
6814
|
-
"name": "max-file-mb",
|
|
6759
|
+
"version": {
|
|
6760
|
+
"description": "Pinned platform SemVer (or KNOWZ_VERSION)",
|
|
6761
|
+
"name": "version",
|
|
6815
6762
|
"hasDynamicHelp": false,
|
|
6816
6763
|
"multiple": false,
|
|
6817
6764
|
"type": "option"
|
|
6818
6765
|
},
|
|
6819
|
-
"
|
|
6820
|
-
"description": "
|
|
6821
|
-
"name": "
|
|
6822
|
-
"allowNo": false,
|
|
6823
|
-
"type": "boolean"
|
|
6824
|
-
},
|
|
6825
|
-
"timeout": {
|
|
6826
|
-
"description": "Seconds to wait with --wait (default 600)",
|
|
6827
|
-
"name": "timeout",
|
|
6828
|
-
"default": 600,
|
|
6766
|
+
"provider": {
|
|
6767
|
+
"description": "AI provider preset (or KNOWZ_PROVIDER)",
|
|
6768
|
+
"name": "provider",
|
|
6829
6769
|
"hasDynamicHelp": false,
|
|
6830
6770
|
"multiple": false,
|
|
6771
|
+
"options": [
|
|
6772
|
+
"offline",
|
|
6773
|
+
"azure",
|
|
6774
|
+
"gcp",
|
|
6775
|
+
"knowz-cloud",
|
|
6776
|
+
"openai-compatible"
|
|
6777
|
+
],
|
|
6831
6778
|
"type": "option"
|
|
6832
6779
|
},
|
|
6833
|
-
"
|
|
6834
|
-
"description": "
|
|
6835
|
-
"name": "
|
|
6780
|
+
"storage": {
|
|
6781
|
+
"description": "Object storage mode",
|
|
6782
|
+
"name": "storage",
|
|
6836
6783
|
"hasDynamicHelp": false,
|
|
6837
6784
|
"multiple": false,
|
|
6785
|
+
"options": [
|
|
6786
|
+
"minio",
|
|
6787
|
+
"filesystem"
|
|
6788
|
+
],
|
|
6838
6789
|
"type": "option"
|
|
6839
|
-
}
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
|
|
6844
|
-
"pluginAlias": "@knowzai/cli",
|
|
6845
|
-
"pluginName": "@knowzai/cli",
|
|
6846
|
-
"pluginType": "core",
|
|
6847
|
-
"strict": true,
|
|
6848
|
-
"enableJsonFlag": true,
|
|
6849
|
-
"peerAuthFlags": {
|
|
6850
|
-
"email": {
|
|
6851
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
6852
|
-
"input": [],
|
|
6790
|
+
},
|
|
6791
|
+
"api-port": {
|
|
6792
|
+
"description": "Public API port (or API_PORT)",
|
|
6793
|
+
"name": "api-port",
|
|
6794
|
+
"hasDynamicHelp": false,
|
|
6853
6795
|
"multiple": false,
|
|
6854
6796
|
"type": "option"
|
|
6855
|
-
}
|
|
6856
|
-
},
|
|
6857
|
-
"isESM": true,
|
|
6858
|
-
"relativePath": [
|
|
6859
|
-
"dist",
|
|
6860
|
-
"commands",
|
|
6861
|
-
"peer",
|
|
6862
|
-
"push.js"
|
|
6863
|
-
]
|
|
6864
|
-
},
|
|
6865
|
-
"peer:remove": {
|
|
6866
|
-
"aliases": [],
|
|
6867
|
-
"args": {
|
|
6868
|
-
"peerRef": {
|
|
6869
|
-
"description": "Peer id or slug",
|
|
6870
|
-
"name": "peerRef",
|
|
6871
|
-
"required": true
|
|
6872
|
-
}
|
|
6873
|
-
},
|
|
6874
|
-
"description": "Remove a federation peer.",
|
|
6875
|
-
"flags": {
|
|
6876
|
-
"json": {
|
|
6877
|
-
"description": "Format output as json.",
|
|
6878
|
-
"helpGroup": "GLOBAL",
|
|
6879
|
-
"name": "json",
|
|
6880
|
-
"allowNo": false,
|
|
6881
|
-
"type": "boolean"
|
|
6882
6797
|
},
|
|
6883
|
-
"
|
|
6884
|
-
"description": "
|
|
6885
|
-
"
|
|
6886
|
-
"name": "profile",
|
|
6798
|
+
"web-port": {
|
|
6799
|
+
"description": "Public web port (or WEB_PORT)",
|
|
6800
|
+
"name": "web-port",
|
|
6887
6801
|
"hasDynamicHelp": false,
|
|
6888
6802
|
"multiple": false,
|
|
6889
6803
|
"type": "option"
|
|
6890
6804
|
},
|
|
6891
|
-
"
|
|
6892
|
-
"description": "
|
|
6893
|
-
"
|
|
6894
|
-
"name": "api-url",
|
|
6805
|
+
"mcp-port": {
|
|
6806
|
+
"description": "Public MCP port (or MCP_PORT)",
|
|
6807
|
+
"name": "mcp-port",
|
|
6895
6808
|
"hasDynamicHelp": false,
|
|
6896
6809
|
"multiple": false,
|
|
6897
6810
|
"type": "option"
|
|
6898
6811
|
},
|
|
6899
|
-
"
|
|
6900
|
-
"description": "
|
|
6901
|
-
"
|
|
6902
|
-
"name": "vault",
|
|
6812
|
+
"public-site-port": {
|
|
6813
|
+
"description": "Public site port (or PUBLIC_SITE_PORT)",
|
|
6814
|
+
"name": "public-site-port",
|
|
6903
6815
|
"hasDynamicHelp": false,
|
|
6904
6816
|
"multiple": false,
|
|
6905
6817
|
"type": "option"
|
|
6906
6818
|
},
|
|
6907
|
-
"
|
|
6908
|
-
"
|
|
6909
|
-
"
|
|
6910
|
-
"
|
|
6911
|
-
"name": "verbose",
|
|
6912
|
-
"allowNo": false,
|
|
6819
|
+
"with-mcp": {
|
|
6820
|
+
"description": "Run the MCP server",
|
|
6821
|
+
"name": "with-mcp",
|
|
6822
|
+
"allowNo": true,
|
|
6913
6823
|
"type": "boolean"
|
|
6914
6824
|
},
|
|
6915
|
-
"
|
|
6916
|
-
"description": "
|
|
6917
|
-
"name": "
|
|
6918
|
-
"
|
|
6919
|
-
"multiple": false,
|
|
6920
|
-
"type": "option"
|
|
6921
|
-
}
|
|
6922
|
-
},
|
|
6923
|
-
"hasDynamicHelp": false,
|
|
6924
|
-
"hiddenAliases": [],
|
|
6925
|
-
"id": "peer:remove",
|
|
6926
|
-
"pluginAlias": "@knowzai/cli",
|
|
6927
|
-
"pluginName": "@knowzai/cli",
|
|
6928
|
-
"pluginType": "core",
|
|
6929
|
-
"strict": true,
|
|
6930
|
-
"enableJsonFlag": true,
|
|
6931
|
-
"peerAuthFlags": {
|
|
6932
|
-
"email": {
|
|
6933
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
6934
|
-
"input": [],
|
|
6935
|
-
"multiple": false,
|
|
6936
|
-
"type": "option"
|
|
6937
|
-
}
|
|
6938
|
-
},
|
|
6939
|
-
"isESM": true,
|
|
6940
|
-
"relativePath": [
|
|
6941
|
-
"dist",
|
|
6942
|
-
"commands",
|
|
6943
|
-
"peer",
|
|
6944
|
-
"remove.js"
|
|
6945
|
-
]
|
|
6946
|
-
},
|
|
6947
|
-
"peer:rotate-key": {
|
|
6948
|
-
"aliases": [],
|
|
6949
|
-
"args": {
|
|
6950
|
-
"peerRef": {
|
|
6951
|
-
"description": "Peer id or slug",
|
|
6952
|
-
"name": "peerRef",
|
|
6953
|
-
"required": true
|
|
6954
|
-
}
|
|
6955
|
-
},
|
|
6956
|
-
"description": "Rotate the API key this instance presents to a federation peer.",
|
|
6957
|
-
"flags": {
|
|
6958
|
-
"json": {
|
|
6959
|
-
"description": "Format output as json.",
|
|
6960
|
-
"helpGroup": "GLOBAL",
|
|
6961
|
-
"name": "json",
|
|
6962
|
-
"allowNo": false,
|
|
6825
|
+
"with-public-site": {
|
|
6826
|
+
"description": "Run the public site",
|
|
6827
|
+
"name": "with-public-site",
|
|
6828
|
+
"allowNo": true,
|
|
6963
6829
|
"type": "boolean"
|
|
6964
6830
|
},
|
|
6965
|
-
"
|
|
6966
|
-
"description": "
|
|
6967
|
-
"
|
|
6968
|
-
"name": "profile",
|
|
6831
|
+
"public-api-url": {
|
|
6832
|
+
"description": "Browser-facing API URL (HTTPS unless localhost)",
|
|
6833
|
+
"name": "public-api-url",
|
|
6969
6834
|
"hasDynamicHelp": false,
|
|
6970
6835
|
"multiple": false,
|
|
6971
6836
|
"type": "option"
|
|
6972
6837
|
},
|
|
6973
|
-
"
|
|
6974
|
-
"description": "
|
|
6975
|
-
"
|
|
6976
|
-
"name": "api-url",
|
|
6838
|
+
"public-web-origin": {
|
|
6839
|
+
"description": "Browser-facing web origin (HTTPS unless localhost)",
|
|
6840
|
+
"name": "public-web-origin",
|
|
6977
6841
|
"hasDynamicHelp": false,
|
|
6978
6842
|
"multiple": false,
|
|
6979
6843
|
"type": "option"
|
|
6980
6844
|
},
|
|
6981
|
-
"
|
|
6982
|
-
"description": "
|
|
6983
|
-
"
|
|
6984
|
-
"name": "vault",
|
|
6845
|
+
"public-mcp-url": {
|
|
6846
|
+
"description": "Browser-facing MCP URL (HTTPS unless localhost)",
|
|
6847
|
+
"name": "public-mcp-url",
|
|
6985
6848
|
"hasDynamicHelp": false,
|
|
6986
6849
|
"multiple": false,
|
|
6987
6850
|
"type": "option"
|
|
6988
6851
|
},
|
|
6989
|
-
"
|
|
6990
|
-
"
|
|
6991
|
-
"
|
|
6992
|
-
"helpGroup": "GLOBAL",
|
|
6993
|
-
"name": "verbose",
|
|
6994
|
-
"allowNo": false,
|
|
6995
|
-
"type": "boolean"
|
|
6996
|
-
},
|
|
6997
|
-
"key": {
|
|
6998
|
-
"description": "ukz_ personal API key for the remote (prefer KNOWZ_PEER_API_KEY or the hidden prompt)",
|
|
6999
|
-
"name": "key",
|
|
6852
|
+
"embedding-dimensions": {
|
|
6853
|
+
"description": "Embedding dimensions; must match the selected provider model",
|
|
6854
|
+
"name": "embedding-dimensions",
|
|
7000
6855
|
"hasDynamicHelp": false,
|
|
7001
6856
|
"multiple": false,
|
|
7002
6857
|
"type": "option"
|
|
7003
6858
|
},
|
|
7004
|
-
"
|
|
7005
|
-
"description": "
|
|
7006
|
-
"name": "
|
|
6859
|
+
"azure-endpoint": {
|
|
6860
|
+
"description": "Azure OpenAI HTTPS endpoint (or AZURE_OPENAI_ENDPOINT)",
|
|
6861
|
+
"name": "azure-endpoint",
|
|
7007
6862
|
"hasDynamicHelp": false,
|
|
7008
6863
|
"multiple": false,
|
|
7009
6864
|
"type": "option"
|
|
7010
|
-
}
|
|
7011
|
-
},
|
|
7012
|
-
"hasDynamicHelp": false,
|
|
7013
|
-
"hiddenAliases": [],
|
|
7014
|
-
"id": "peer:rotate-key",
|
|
7015
|
-
"pluginAlias": "@knowzai/cli",
|
|
7016
|
-
"pluginName": "@knowzai/cli",
|
|
7017
|
-
"pluginType": "core",
|
|
7018
|
-
"strict": true,
|
|
7019
|
-
"enableJsonFlag": true,
|
|
7020
|
-
"peerAuthFlags": {
|
|
7021
|
-
"email": {
|
|
7022
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7023
|
-
"input": [],
|
|
7024
|
-
"multiple": false,
|
|
7025
|
-
"type": "option"
|
|
7026
|
-
}
|
|
7027
|
-
},
|
|
7028
|
-
"isESM": true,
|
|
7029
|
-
"relativePath": [
|
|
7030
|
-
"dist",
|
|
7031
|
-
"commands",
|
|
7032
|
-
"peer",
|
|
7033
|
-
"rotate-key.js"
|
|
7034
|
-
]
|
|
7035
|
-
},
|
|
7036
|
-
"peer:run": {
|
|
7037
|
-
"aliases": [],
|
|
7038
|
-
"args": {
|
|
7039
|
-
"peerRef": {
|
|
7040
|
-
"description": "Peer id or slug",
|
|
7041
|
-
"name": "peerRef",
|
|
7042
|
-
"required": true
|
|
7043
|
-
},
|
|
7044
|
-
"runId": {
|
|
7045
|
-
"description": "Run id",
|
|
7046
|
-
"name": "runId",
|
|
7047
|
-
"required": true
|
|
7048
|
-
}
|
|
7049
|
-
},
|
|
7050
|
-
"description": "Show one sync run (summary + item failure counts).",
|
|
7051
|
-
"flags": {
|
|
7052
|
-
"json": {
|
|
7053
|
-
"description": "Format output as json.",
|
|
7054
|
-
"helpGroup": "GLOBAL",
|
|
7055
|
-
"name": "json",
|
|
7056
|
-
"allowNo": false,
|
|
7057
|
-
"type": "boolean"
|
|
7058
6865
|
},
|
|
7059
|
-
"
|
|
7060
|
-
"description": "
|
|
7061
|
-
"
|
|
7062
|
-
"name": "profile",
|
|
6866
|
+
"azure-api-key": {
|
|
6867
|
+
"description": "Azure OpenAI API key (prefer AZURE_OPENAI_API_KEY to keep secrets out of shell history)",
|
|
6868
|
+
"name": "azure-api-key",
|
|
7063
6869
|
"hasDynamicHelp": false,
|
|
7064
6870
|
"multiple": false,
|
|
7065
6871
|
"type": "option"
|
|
7066
6872
|
},
|
|
7067
|
-
"
|
|
7068
|
-
"description": "
|
|
7069
|
-
"
|
|
7070
|
-
"name": "api-url",
|
|
6873
|
+
"azure-embedding-model": {
|
|
6874
|
+
"description": "Azure OpenAI embedding deployment/model name",
|
|
6875
|
+
"name": "azure-embedding-model",
|
|
7071
6876
|
"hasDynamicHelp": false,
|
|
7072
6877
|
"multiple": false,
|
|
7073
6878
|
"type": "option"
|
|
7074
6879
|
},
|
|
7075
|
-
"
|
|
7076
|
-
"description": "
|
|
7077
|
-
"
|
|
7078
|
-
"name": "vault",
|
|
6880
|
+
"gcp-project": {
|
|
6881
|
+
"description": "Vertex AI project (or VERTEX__PROJECT)",
|
|
6882
|
+
"name": "gcp-project",
|
|
7079
6883
|
"hasDynamicHelp": false,
|
|
7080
6884
|
"multiple": false,
|
|
7081
6885
|
"type": "option"
|
|
7082
6886
|
},
|
|
7083
|
-
"
|
|
7084
|
-
"
|
|
7085
|
-
"
|
|
7086
|
-
"helpGroup": "GLOBAL",
|
|
7087
|
-
"name": "verbose",
|
|
7088
|
-
"allowNo": false,
|
|
7089
|
-
"type": "boolean"
|
|
7090
|
-
},
|
|
7091
|
-
"email": {
|
|
7092
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7093
|
-
"name": "email",
|
|
6887
|
+
"gcp-region": {
|
|
6888
|
+
"description": "Vertex AI region (or VERTEX__REGION)",
|
|
6889
|
+
"name": "gcp-region",
|
|
7094
6890
|
"hasDynamicHelp": false,
|
|
7095
6891
|
"multiple": false,
|
|
7096
6892
|
"type": "option"
|
|
7097
|
-
}
|
|
7098
|
-
},
|
|
7099
|
-
"hasDynamicHelp": false,
|
|
7100
|
-
"hiddenAliases": [],
|
|
7101
|
-
"id": "peer:run",
|
|
7102
|
-
"pluginAlias": "@knowzai/cli",
|
|
7103
|
-
"pluginName": "@knowzai/cli",
|
|
7104
|
-
"pluginType": "core",
|
|
7105
|
-
"strict": true,
|
|
7106
|
-
"enableJsonFlag": true,
|
|
7107
|
-
"peerAuthFlags": {
|
|
7108
|
-
"email": {
|
|
7109
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7110
|
-
"input": [],
|
|
7111
|
-
"multiple": false,
|
|
7112
|
-
"type": "option"
|
|
7113
|
-
}
|
|
7114
|
-
},
|
|
7115
|
-
"isESM": true,
|
|
7116
|
-
"relativePath": [
|
|
7117
|
-
"dist",
|
|
7118
|
-
"commands",
|
|
7119
|
-
"peer",
|
|
7120
|
-
"run.js"
|
|
7121
|
-
]
|
|
7122
|
-
},
|
|
7123
|
-
"peer:runs": {
|
|
7124
|
-
"aliases": [],
|
|
7125
|
-
"args": {
|
|
7126
|
-
"peerRef": {
|
|
7127
|
-
"description": "Peer id or slug",
|
|
7128
|
-
"name": "peerRef",
|
|
7129
|
-
"required": true
|
|
7130
|
-
}
|
|
7131
|
-
},
|
|
7132
|
-
"description": "List sync runs for a federation peer.",
|
|
7133
|
-
"flags": {
|
|
7134
|
-
"json": {
|
|
7135
|
-
"description": "Format output as json.",
|
|
7136
|
-
"helpGroup": "GLOBAL",
|
|
7137
|
-
"name": "json",
|
|
7138
|
-
"allowNo": false,
|
|
7139
|
-
"type": "boolean"
|
|
7140
6893
|
},
|
|
7141
|
-
"
|
|
7142
|
-
"description": "
|
|
7143
|
-
"
|
|
7144
|
-
"name": "profile",
|
|
6894
|
+
"gcp-adc-path": {
|
|
6895
|
+
"description": "Absolute readable ADC JSON path (or GCLOUD_ADC_PATH)",
|
|
6896
|
+
"name": "gcp-adc-path",
|
|
7145
6897
|
"hasDynamicHelp": false,
|
|
7146
6898
|
"multiple": false,
|
|
7147
6899
|
"type": "option"
|
|
7148
6900
|
},
|
|
7149
|
-
"
|
|
7150
|
-
"description": "
|
|
7151
|
-
"
|
|
7152
|
-
"name": "api-url",
|
|
6901
|
+
"gcp-chat-model": {
|
|
6902
|
+
"description": "Vertex AI chat model (or VERTEX__CHATMODEL)",
|
|
6903
|
+
"name": "gcp-chat-model",
|
|
7153
6904
|
"hasDynamicHelp": false,
|
|
7154
6905
|
"multiple": false,
|
|
7155
6906
|
"type": "option"
|
|
7156
6907
|
},
|
|
7157
|
-
"
|
|
7158
|
-
"description": "
|
|
7159
|
-
"
|
|
7160
|
-
"name": "vault",
|
|
6908
|
+
"gcp-embedding-model": {
|
|
6909
|
+
"description": "Vertex AI embedding model (or VERTEX__EMBEDDINGMODEL)",
|
|
6910
|
+
"name": "gcp-embedding-model",
|
|
7161
6911
|
"hasDynamicHelp": false,
|
|
7162
6912
|
"multiple": false,
|
|
7163
6913
|
"type": "option"
|
|
7164
6914
|
},
|
|
7165
|
-
"
|
|
7166
|
-
"
|
|
7167
|
-
"
|
|
7168
|
-
"helpGroup": "GLOBAL",
|
|
7169
|
-
"name": "verbose",
|
|
7170
|
-
"allowNo": false,
|
|
7171
|
-
"type": "boolean"
|
|
7172
|
-
},
|
|
7173
|
-
"status": {
|
|
7174
|
-
"description": "Filter by status name (e.g. Failed)",
|
|
7175
|
-
"name": "status",
|
|
6915
|
+
"openai-endpoint": {
|
|
6916
|
+
"description": "OpenAI-compatible HTTP(S) endpoint (or OPENAICOMPAT__ENDPOINT)",
|
|
6917
|
+
"name": "openai-endpoint",
|
|
7176
6918
|
"hasDynamicHelp": false,
|
|
7177
6919
|
"multiple": false,
|
|
7178
6920
|
"type": "option"
|
|
7179
6921
|
},
|
|
7180
|
-
"
|
|
7181
|
-
"description": "
|
|
7182
|
-
"name": "
|
|
7183
|
-
"default": 50,
|
|
6922
|
+
"openai-api-key": {
|
|
6923
|
+
"description": "OpenAI-compatible key (prefer OPENAICOMPAT__APIKEY to keep secrets out of shell history)",
|
|
6924
|
+
"name": "openai-api-key",
|
|
7184
6925
|
"hasDynamicHelp": false,
|
|
7185
6926
|
"multiple": false,
|
|
7186
6927
|
"type": "option"
|
|
7187
6928
|
},
|
|
7188
|
-
"
|
|
7189
|
-
"description": "
|
|
7190
|
-
"name": "
|
|
6929
|
+
"openai-chat-model": {
|
|
6930
|
+
"description": "OpenAI-compatible chat model",
|
|
6931
|
+
"name": "openai-chat-model",
|
|
7191
6932
|
"hasDynamicHelp": false,
|
|
7192
6933
|
"multiple": false,
|
|
7193
6934
|
"type": "option"
|
|
7194
6935
|
},
|
|
7195
|
-
"
|
|
7196
|
-
"description": "
|
|
7197
|
-
"name": "
|
|
6936
|
+
"openai-embedding-model": {
|
|
6937
|
+
"description": "OpenAI-compatible embedding model",
|
|
6938
|
+
"name": "openai-embedding-model",
|
|
7198
6939
|
"hasDynamicHelp": false,
|
|
7199
6940
|
"multiple": false,
|
|
7200
6941
|
"type": "option"
|
|
7201
|
-
}
|
|
7202
|
-
},
|
|
7203
|
-
"hasDynamicHelp": false,
|
|
7204
|
-
"hiddenAliases": [],
|
|
7205
|
-
"id": "peer:runs",
|
|
7206
|
-
"pluginAlias": "@knowzai/cli",
|
|
7207
|
-
"pluginName": "@knowzai/cli",
|
|
7208
|
-
"pluginType": "core",
|
|
7209
|
-
"strict": true,
|
|
7210
|
-
"enableJsonFlag": true,
|
|
7211
|
-
"peerAuthFlags": {
|
|
7212
|
-
"email": {
|
|
7213
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7214
|
-
"input": [],
|
|
7215
|
-
"multiple": false,
|
|
7216
|
-
"type": "option"
|
|
7217
|
-
}
|
|
7218
|
-
},
|
|
7219
|
-
"isESM": true,
|
|
7220
|
-
"relativePath": [
|
|
7221
|
-
"dist",
|
|
7222
|
-
"commands",
|
|
7223
|
-
"peer",
|
|
7224
|
-
"runs.js"
|
|
7225
|
-
]
|
|
7226
|
-
},
|
|
7227
|
-
"peer:test": {
|
|
7228
|
-
"aliases": [],
|
|
7229
|
-
"args": {
|
|
7230
|
-
"peerRef": {
|
|
7231
|
-
"description": "Peer id or slug",
|
|
7232
|
-
"name": "peerRef",
|
|
7233
|
-
"required": true
|
|
7234
|
-
}
|
|
7235
|
-
},
|
|
7236
|
-
"description": "Test the connection to a federation peer and show its identity fingerprint.",
|
|
7237
|
-
"flags": {
|
|
7238
|
-
"json": {
|
|
7239
|
-
"description": "Format output as json.",
|
|
7240
|
-
"helpGroup": "GLOBAL",
|
|
7241
|
-
"name": "json",
|
|
7242
|
-
"allowNo": false,
|
|
7243
|
-
"type": "boolean"
|
|
7244
6942
|
},
|
|
7245
|
-
"
|
|
7246
|
-
"description": "
|
|
7247
|
-
"
|
|
7248
|
-
"name": "profile",
|
|
6943
|
+
"ai-provider": {
|
|
6944
|
+
"description": "Override the primary AI provider axis",
|
|
6945
|
+
"name": "ai-provider",
|
|
7249
6946
|
"hasDynamicHelp": false,
|
|
7250
6947
|
"multiple": false,
|
|
6948
|
+
"options": [
|
|
6949
|
+
"azure",
|
|
6950
|
+
"gcp",
|
|
6951
|
+
"openai-compatible",
|
|
6952
|
+
"none"
|
|
6953
|
+
],
|
|
7251
6954
|
"type": "option"
|
|
7252
6955
|
},
|
|
7253
|
-
"
|
|
7254
|
-
"description": "Override
|
|
7255
|
-
"
|
|
7256
|
-
"name": "api-url",
|
|
6956
|
+
"doc-intelligence-provider": {
|
|
6957
|
+
"description": "Override document-intelligence provider axis",
|
|
6958
|
+
"name": "doc-intelligence-provider",
|
|
7257
6959
|
"hasDynamicHelp": false,
|
|
7258
6960
|
"multiple": false,
|
|
6961
|
+
"options": [
|
|
6962
|
+
"azure",
|
|
6963
|
+
"gcp",
|
|
6964
|
+
"openai-compatible",
|
|
6965
|
+
"none"
|
|
6966
|
+
],
|
|
7259
6967
|
"type": "option"
|
|
7260
6968
|
},
|
|
7261
|
-
"
|
|
7262
|
-
"description": "
|
|
7263
|
-
"
|
|
7264
|
-
"name": "vault",
|
|
6969
|
+
"vision-provider": {
|
|
6970
|
+
"description": "Override vision provider axis",
|
|
6971
|
+
"name": "vision-provider",
|
|
7265
6972
|
"hasDynamicHelp": false,
|
|
7266
6973
|
"multiple": false,
|
|
6974
|
+
"options": [
|
|
6975
|
+
"azure",
|
|
6976
|
+
"gcp",
|
|
6977
|
+
"openai-compatible",
|
|
6978
|
+
"none"
|
|
6979
|
+
],
|
|
7267
6980
|
"type": "option"
|
|
7268
6981
|
},
|
|
7269
|
-
"
|
|
7270
|
-
"
|
|
7271
|
-
"
|
|
7272
|
-
"helpGroup": "GLOBAL",
|
|
7273
|
-
"name": "verbose",
|
|
7274
|
-
"allowNo": false,
|
|
7275
|
-
"type": "boolean"
|
|
7276
|
-
},
|
|
7277
|
-
"email": {
|
|
7278
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7279
|
-
"name": "email",
|
|
6982
|
+
"transcription-provider": {
|
|
6983
|
+
"description": "Override transcription provider axis",
|
|
6984
|
+
"name": "transcription-provider",
|
|
7280
6985
|
"hasDynamicHelp": false,
|
|
7281
6986
|
"multiple": false,
|
|
6987
|
+
"options": [
|
|
6988
|
+
"azure",
|
|
6989
|
+
"gcp",
|
|
6990
|
+
"openai-compatible",
|
|
6991
|
+
"none"
|
|
6992
|
+
],
|
|
7282
6993
|
"type": "option"
|
|
7283
6994
|
}
|
|
7284
6995
|
},
|
|
7285
6996
|
"hasDynamicHelp": false,
|
|
7286
6997
|
"hiddenAliases": [],
|
|
7287
|
-
"id": "
|
|
6998
|
+
"id": "platform:up",
|
|
7288
6999
|
"pluginAlias": "@knowzai/cli",
|
|
7289
7000
|
"pluginName": "@knowzai/cli",
|
|
7290
7001
|
"pluginType": "core",
|
|
7291
7002
|
"strict": true,
|
|
7292
7003
|
"enableJsonFlag": true,
|
|
7293
|
-
"peerAuthFlags": {
|
|
7294
|
-
"email": {
|
|
7295
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7296
|
-
"input": [],
|
|
7297
|
-
"multiple": false,
|
|
7298
|
-
"type": "option"
|
|
7299
|
-
}
|
|
7300
|
-
},
|
|
7301
7004
|
"isESM": true,
|
|
7302
7005
|
"relativePath": [
|
|
7303
7006
|
"dist",
|
|
7304
7007
|
"commands",
|
|
7305
|
-
"
|
|
7306
|
-
"
|
|
7008
|
+
"platform",
|
|
7009
|
+
"up.js"
|
|
7307
7010
|
]
|
|
7308
7011
|
},
|
|
7309
|
-
"
|
|
7012
|
+
"platform:upgrade": {
|
|
7310
7013
|
"aliases": [],
|
|
7311
|
-
"args": {
|
|
7312
|
-
|
|
7313
|
-
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
},
|
|
7317
|
-
"linkId": {
|
|
7318
|
-
"description": "Vault link id",
|
|
7319
|
-
"name": "linkId",
|
|
7320
|
-
"required": true
|
|
7321
|
-
}
|
|
7322
|
-
},
|
|
7323
|
-
"description": "Delete a vault link on a federation peer.",
|
|
7014
|
+
"args": {},
|
|
7015
|
+
"description": "Pull and apply a new pinned platform version while preserving data and secrets.",
|
|
7016
|
+
"examples": [
|
|
7017
|
+
"<%= config.bin %> platform upgrade --version 1.3.0"
|
|
7018
|
+
],
|
|
7324
7019
|
"flags": {
|
|
7325
7020
|
"json": {
|
|
7326
7021
|
"description": "Format output as json.",
|
|
@@ -7361,9 +7056,24 @@
|
|
|
7361
7056
|
"allowNo": false,
|
|
7362
7057
|
"type": "boolean"
|
|
7363
7058
|
},
|
|
7364
|
-
"
|
|
7365
|
-
"description": "
|
|
7366
|
-
"name": "
|
|
7059
|
+
"name": {
|
|
7060
|
+
"description": "Runtime project name",
|
|
7061
|
+
"name": "name",
|
|
7062
|
+
"default": "knowz",
|
|
7063
|
+
"hasDynamicHelp": false,
|
|
7064
|
+
"multiple": false,
|
|
7065
|
+
"type": "option"
|
|
7066
|
+
},
|
|
7067
|
+
"config-dir": {
|
|
7068
|
+
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
7069
|
+
"name": "config-dir",
|
|
7070
|
+
"hasDynamicHelp": false,
|
|
7071
|
+
"multiple": false,
|
|
7072
|
+
"type": "option"
|
|
7073
|
+
},
|
|
7074
|
+
"version": {
|
|
7075
|
+
"description": "New pinned platform SemVer (or KNOWZ_VERSION)",
|
|
7076
|
+
"name": "version",
|
|
7367
7077
|
"hasDynamicHelp": false,
|
|
7368
7078
|
"multiple": false,
|
|
7369
7079
|
"type": "option"
|
|
@@ -7371,26 +7081,18 @@
|
|
|
7371
7081
|
},
|
|
7372
7082
|
"hasDynamicHelp": false,
|
|
7373
7083
|
"hiddenAliases": [],
|
|
7374
|
-
"id": "
|
|
7084
|
+
"id": "platform:upgrade",
|
|
7375
7085
|
"pluginAlias": "@knowzai/cli",
|
|
7376
7086
|
"pluginName": "@knowzai/cli",
|
|
7377
7087
|
"pluginType": "core",
|
|
7378
7088
|
"strict": true,
|
|
7379
7089
|
"enableJsonFlag": true,
|
|
7380
|
-
"peerAuthFlags": {
|
|
7381
|
-
"email": {
|
|
7382
|
-
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7383
|
-
"input": [],
|
|
7384
|
-
"multiple": false,
|
|
7385
|
-
"type": "option"
|
|
7386
|
-
}
|
|
7387
|
-
},
|
|
7388
7090
|
"isESM": true,
|
|
7389
7091
|
"relativePath": [
|
|
7390
7092
|
"dist",
|
|
7391
7093
|
"commands",
|
|
7392
|
-
"
|
|
7393
|
-
"
|
|
7094
|
+
"platform",
|
|
7095
|
+
"upgrade.js"
|
|
7394
7096
|
]
|
|
7395
7097
|
},
|
|
7396
7098
|
"repo:context": {
|
|
@@ -7923,10 +7625,16 @@
|
|
|
7923
7625
|
"status.js"
|
|
7924
7626
|
]
|
|
7925
7627
|
},
|
|
7926
|
-
"
|
|
7628
|
+
"peer:accept-fingerprint": {
|
|
7927
7629
|
"aliases": [],
|
|
7928
|
-
"args": {
|
|
7929
|
-
|
|
7630
|
+
"args": {
|
|
7631
|
+
"peerRef": {
|
|
7632
|
+
"description": "Peer id or slug",
|
|
7633
|
+
"name": "peerRef",
|
|
7634
|
+
"required": true
|
|
7635
|
+
}
|
|
7636
|
+
},
|
|
7637
|
+
"description": "Accept a federation peer's NEW identity fingerprint (interactive-only; Owner).",
|
|
7930
7638
|
"flags": {
|
|
7931
7639
|
"json": {
|
|
7932
7640
|
"description": "Format output as json.",
|
|
@@ -7967,55 +7675,161 @@
|
|
|
7967
7675
|
"allowNo": false,
|
|
7968
7676
|
"type": "boolean"
|
|
7969
7677
|
},
|
|
7970
|
-
"
|
|
7971
|
-
"description": "
|
|
7972
|
-
"name": "
|
|
7973
|
-
"
|
|
7678
|
+
"email": {
|
|
7679
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7680
|
+
"name": "email",
|
|
7681
|
+
"hasDynamicHelp": false,
|
|
7682
|
+
"multiple": false,
|
|
7683
|
+
"type": "option"
|
|
7684
|
+
}
|
|
7685
|
+
},
|
|
7686
|
+
"hasDynamicHelp": false,
|
|
7687
|
+
"hiddenAliases": [],
|
|
7688
|
+
"id": "peer:accept-fingerprint",
|
|
7689
|
+
"pluginAlias": "@knowzai/cli",
|
|
7690
|
+
"pluginName": "@knowzai/cli",
|
|
7691
|
+
"pluginType": "core",
|
|
7692
|
+
"strict": true,
|
|
7693
|
+
"enableJsonFlag": true,
|
|
7694
|
+
"peerAuthFlags": {
|
|
7695
|
+
"email": {
|
|
7696
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7697
|
+
"input": [],
|
|
7698
|
+
"multiple": false,
|
|
7699
|
+
"type": "option"
|
|
7700
|
+
}
|
|
7701
|
+
},
|
|
7702
|
+
"isESM": true,
|
|
7703
|
+
"relativePath": [
|
|
7704
|
+
"dist",
|
|
7705
|
+
"commands",
|
|
7706
|
+
"peer",
|
|
7707
|
+
"accept-fingerprint.js"
|
|
7708
|
+
]
|
|
7709
|
+
},
|
|
7710
|
+
"peer:add": {
|
|
7711
|
+
"aliases": [],
|
|
7712
|
+
"args": {
|
|
7713
|
+
"slug": {
|
|
7714
|
+
"description": "Short unique name for the peer",
|
|
7715
|
+
"name": "slug",
|
|
7716
|
+
"required": true
|
|
7717
|
+
}
|
|
7718
|
+
},
|
|
7719
|
+
"description": "Register a federation peer instance (requires a ukz_ personal API key for the remote).",
|
|
7720
|
+
"examples": [
|
|
7721
|
+
"KNOWZ_PEER_API_KEY=ukz_… <%= config.bin %> peer add cloud --url https://api.knowz.io --name \"Knowz Cloud\""
|
|
7722
|
+
],
|
|
7723
|
+
"flags": {
|
|
7724
|
+
"json": {
|
|
7725
|
+
"description": "Format output as json.",
|
|
7726
|
+
"helpGroup": "GLOBAL",
|
|
7727
|
+
"name": "json",
|
|
7728
|
+
"allowNo": false,
|
|
7729
|
+
"type": "boolean"
|
|
7730
|
+
},
|
|
7731
|
+
"profile": {
|
|
7732
|
+
"description": "Config profile to use",
|
|
7733
|
+
"helpGroup": "GLOBAL",
|
|
7734
|
+
"name": "profile",
|
|
7974
7735
|
"hasDynamicHelp": false,
|
|
7975
7736
|
"multiple": false,
|
|
7976
7737
|
"type": "option"
|
|
7977
7738
|
},
|
|
7978
|
-
"
|
|
7979
|
-
"description": "
|
|
7980
|
-
"
|
|
7739
|
+
"api-url": {
|
|
7740
|
+
"description": "Override the API base URL",
|
|
7741
|
+
"helpGroup": "GLOBAL",
|
|
7742
|
+
"name": "api-url",
|
|
7981
7743
|
"hasDynamicHelp": false,
|
|
7982
7744
|
"multiple": false,
|
|
7983
7745
|
"type": "option"
|
|
7984
7746
|
},
|
|
7985
|
-
"
|
|
7986
|
-
"
|
|
7987
|
-
"
|
|
7988
|
-
"name": "
|
|
7989
|
-
"
|
|
7990
|
-
"
|
|
7747
|
+
"vault": {
|
|
7748
|
+
"description": "Default vault id or name for the operation",
|
|
7749
|
+
"helpGroup": "GLOBAL",
|
|
7750
|
+
"name": "vault",
|
|
7751
|
+
"hasDynamicHelp": false,
|
|
7752
|
+
"multiple": false,
|
|
7753
|
+
"type": "option"
|
|
7991
7754
|
},
|
|
7992
|
-
"
|
|
7993
|
-
"
|
|
7994
|
-
"
|
|
7755
|
+
"verbose": {
|
|
7756
|
+
"char": "v",
|
|
7757
|
+
"description": "Verbose (debug) logging",
|
|
7758
|
+
"helpGroup": "GLOBAL",
|
|
7759
|
+
"name": "verbose",
|
|
7995
7760
|
"allowNo": false,
|
|
7996
7761
|
"type": "boolean"
|
|
7762
|
+
},
|
|
7763
|
+
"url": {
|
|
7764
|
+
"description": "Base URL of the remote instance API",
|
|
7765
|
+
"name": "url",
|
|
7766
|
+
"required": true,
|
|
7767
|
+
"hasDynamicHelp": false,
|
|
7768
|
+
"multiple": false,
|
|
7769
|
+
"type": "option"
|
|
7770
|
+
},
|
|
7771
|
+
"name": {
|
|
7772
|
+
"description": "Display name",
|
|
7773
|
+
"name": "name",
|
|
7774
|
+
"required": true,
|
|
7775
|
+
"hasDynamicHelp": false,
|
|
7776
|
+
"multiple": false,
|
|
7777
|
+
"type": "option"
|
|
7778
|
+
},
|
|
7779
|
+
"key": {
|
|
7780
|
+
"description": "ukz_ personal API key for the remote (prefer KNOWZ_PEER_API_KEY or the hidden prompt)",
|
|
7781
|
+
"name": "key",
|
|
7782
|
+
"hasDynamicHelp": false,
|
|
7783
|
+
"multiple": false,
|
|
7784
|
+
"type": "option"
|
|
7785
|
+
},
|
|
7786
|
+
"email": {
|
|
7787
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7788
|
+
"name": "email",
|
|
7789
|
+
"hasDynamicHelp": false,
|
|
7790
|
+
"multiple": false,
|
|
7791
|
+
"type": "option"
|
|
7997
7792
|
}
|
|
7998
7793
|
},
|
|
7999
7794
|
"hasDynamicHelp": false,
|
|
8000
7795
|
"hiddenAliases": [],
|
|
8001
|
-
"id": "
|
|
7796
|
+
"id": "peer:add",
|
|
8002
7797
|
"pluginAlias": "@knowzai/cli",
|
|
8003
7798
|
"pluginName": "@knowzai/cli",
|
|
8004
7799
|
"pluginType": "core",
|
|
8005
7800
|
"strict": true,
|
|
8006
7801
|
"enableJsonFlag": true,
|
|
7802
|
+
"peerAuthFlags": {
|
|
7803
|
+
"email": {
|
|
7804
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7805
|
+
"input": [],
|
|
7806
|
+
"multiple": false,
|
|
7807
|
+
"type": "option"
|
|
7808
|
+
}
|
|
7809
|
+
},
|
|
8007
7810
|
"isESM": true,
|
|
8008
7811
|
"relativePath": [
|
|
8009
7812
|
"dist",
|
|
8010
7813
|
"commands",
|
|
8011
|
-
"
|
|
8012
|
-
"
|
|
7814
|
+
"peer",
|
|
7815
|
+
"add.js"
|
|
8013
7816
|
]
|
|
8014
7817
|
},
|
|
8015
|
-
"
|
|
7818
|
+
"peer:cancel": {
|
|
8016
7819
|
"aliases": [],
|
|
8017
|
-
"args": {
|
|
8018
|
-
|
|
7820
|
+
"args": {
|
|
7821
|
+
"peerRef": {
|
|
7822
|
+
"description": "Peer id or slug",
|
|
7823
|
+
"name": "peerRef",
|
|
7824
|
+
"required": true
|
|
7825
|
+
},
|
|
7826
|
+
"runId": {
|
|
7827
|
+
"description": "Run id",
|
|
7828
|
+
"name": "runId",
|
|
7829
|
+
"required": true
|
|
7830
|
+
}
|
|
7831
|
+
},
|
|
7832
|
+
"description": "Cancel an in-flight sync run.",
|
|
8019
7833
|
"flags": {
|
|
8020
7834
|
"json": {
|
|
8021
7835
|
"description": "Format output as json.",
|
|
@@ -8056,17 +7870,9 @@
|
|
|
8056
7870
|
"allowNo": false,
|
|
8057
7871
|
"type": "boolean"
|
|
8058
7872
|
},
|
|
8059
|
-
"
|
|
8060
|
-
"description": "
|
|
8061
|
-
"name": "
|
|
8062
|
-
"default": "knowz",
|
|
8063
|
-
"hasDynamicHelp": false,
|
|
8064
|
-
"multiple": false,
|
|
8065
|
-
"type": "option"
|
|
8066
|
-
},
|
|
8067
|
-
"config-dir": {
|
|
8068
|
-
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
8069
|
-
"name": "config-dir",
|
|
7873
|
+
"email": {
|
|
7874
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7875
|
+
"name": "email",
|
|
8070
7876
|
"hasDynamicHelp": false,
|
|
8071
7877
|
"multiple": false,
|
|
8072
7878
|
"type": "option"
|
|
@@ -8074,24 +7880,38 @@
|
|
|
8074
7880
|
},
|
|
8075
7881
|
"hasDynamicHelp": false,
|
|
8076
7882
|
"hiddenAliases": [],
|
|
8077
|
-
"id": "
|
|
7883
|
+
"id": "peer:cancel",
|
|
8078
7884
|
"pluginAlias": "@knowzai/cli",
|
|
8079
7885
|
"pluginName": "@knowzai/cli",
|
|
8080
7886
|
"pluginType": "core",
|
|
8081
7887
|
"strict": true,
|
|
8082
7888
|
"enableJsonFlag": true,
|
|
7889
|
+
"peerAuthFlags": {
|
|
7890
|
+
"email": {
|
|
7891
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7892
|
+
"input": [],
|
|
7893
|
+
"multiple": false,
|
|
7894
|
+
"type": "option"
|
|
7895
|
+
}
|
|
7896
|
+
},
|
|
8083
7897
|
"isESM": true,
|
|
8084
7898
|
"relativePath": [
|
|
8085
7899
|
"dist",
|
|
8086
7900
|
"commands",
|
|
8087
|
-
"
|
|
8088
|
-
"
|
|
7901
|
+
"peer",
|
|
7902
|
+
"cancel.js"
|
|
8089
7903
|
]
|
|
8090
7904
|
},
|
|
8091
|
-
"
|
|
7905
|
+
"peer:link": {
|
|
8092
7906
|
"aliases": [],
|
|
8093
|
-
"args": {
|
|
8094
|
-
|
|
7907
|
+
"args": {
|
|
7908
|
+
"peerRef": {
|
|
7909
|
+
"description": "Peer id or slug",
|
|
7910
|
+
"name": "peerRef",
|
|
7911
|
+
"required": true
|
|
7912
|
+
}
|
|
7913
|
+
},
|
|
7914
|
+
"description": "Link a local vault to a remote vault on a federation peer.",
|
|
8095
7915
|
"flags": {
|
|
8096
7916
|
"json": {
|
|
8097
7917
|
"description": "Format output as json.",
|
|
@@ -8132,17 +7952,37 @@
|
|
|
8132
7952
|
"allowNo": false,
|
|
8133
7953
|
"type": "boolean"
|
|
8134
7954
|
},
|
|
8135
|
-
"
|
|
8136
|
-
"description": "
|
|
8137
|
-
"name": "
|
|
8138
|
-
"
|
|
7955
|
+
"local-vault": {
|
|
7956
|
+
"description": "Local vault id or name",
|
|
7957
|
+
"name": "local-vault",
|
|
7958
|
+
"required": true,
|
|
8139
7959
|
"hasDynamicHelp": false,
|
|
8140
7960
|
"multiple": false,
|
|
8141
7961
|
"type": "option"
|
|
8142
7962
|
},
|
|
8143
|
-
"
|
|
8144
|
-
"description": "
|
|
8145
|
-
"name": "
|
|
7963
|
+
"remote-vault": {
|
|
7964
|
+
"description": "Remote vault id (GUID)",
|
|
7965
|
+
"name": "remote-vault",
|
|
7966
|
+
"required": true,
|
|
7967
|
+
"hasDynamicHelp": false,
|
|
7968
|
+
"multiple": false,
|
|
7969
|
+
"type": "option"
|
|
7970
|
+
},
|
|
7971
|
+
"direction": {
|
|
7972
|
+
"description": "Sync direction",
|
|
7973
|
+
"name": "direction",
|
|
7974
|
+
"required": true,
|
|
7975
|
+
"hasDynamicHelp": false,
|
|
7976
|
+
"multiple": false,
|
|
7977
|
+
"options": [
|
|
7978
|
+
"pull",
|
|
7979
|
+
"push"
|
|
7980
|
+
],
|
|
7981
|
+
"type": "option"
|
|
7982
|
+
},
|
|
7983
|
+
"email": {
|
|
7984
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
7985
|
+
"name": "email",
|
|
8146
7986
|
"hasDynamicHelp": false,
|
|
8147
7987
|
"multiple": false,
|
|
8148
7988
|
"type": "option"
|
|
@@ -8150,24 +7990,38 @@
|
|
|
8150
7990
|
},
|
|
8151
7991
|
"hasDynamicHelp": false,
|
|
8152
7992
|
"hiddenAliases": [],
|
|
8153
|
-
"id": "
|
|
7993
|
+
"id": "peer:link",
|
|
8154
7994
|
"pluginAlias": "@knowzai/cli",
|
|
8155
7995
|
"pluginName": "@knowzai/cli",
|
|
8156
7996
|
"pluginType": "core",
|
|
8157
7997
|
"strict": true,
|
|
8158
7998
|
"enableJsonFlag": true,
|
|
7999
|
+
"peerAuthFlags": {
|
|
8000
|
+
"email": {
|
|
8001
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8002
|
+
"input": [],
|
|
8003
|
+
"multiple": false,
|
|
8004
|
+
"type": "option"
|
|
8005
|
+
}
|
|
8006
|
+
},
|
|
8159
8007
|
"isESM": true,
|
|
8160
8008
|
"relativePath": [
|
|
8161
8009
|
"dist",
|
|
8162
8010
|
"commands",
|
|
8163
|
-
"
|
|
8164
|
-
"
|
|
8011
|
+
"peer",
|
|
8012
|
+
"link.js"
|
|
8165
8013
|
]
|
|
8166
8014
|
},
|
|
8167
|
-
"
|
|
8015
|
+
"peer:links": {
|
|
8168
8016
|
"aliases": [],
|
|
8169
|
-
"args": {
|
|
8170
|
-
|
|
8017
|
+
"args": {
|
|
8018
|
+
"peerRef": {
|
|
8019
|
+
"description": "Peer id or slug",
|
|
8020
|
+
"name": "peerRef",
|
|
8021
|
+
"required": true
|
|
8022
|
+
}
|
|
8023
|
+
},
|
|
8024
|
+
"description": "List the vault links configured for a federation peer.",
|
|
8171
8025
|
"flags": {
|
|
8172
8026
|
"json": {
|
|
8173
8027
|
"description": "Format output as json.",
|
|
@@ -8208,25 +8062,9 @@
|
|
|
8208
8062
|
"allowNo": false,
|
|
8209
8063
|
"type": "boolean"
|
|
8210
8064
|
},
|
|
8211
|
-
"
|
|
8212
|
-
"description": "
|
|
8213
|
-
"name": "
|
|
8214
|
-
"default": "knowz",
|
|
8215
|
-
"hasDynamicHelp": false,
|
|
8216
|
-
"multiple": false,
|
|
8217
|
-
"type": "option"
|
|
8218
|
-
},
|
|
8219
|
-
"config-dir": {
|
|
8220
|
-
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
8221
|
-
"name": "config-dir",
|
|
8222
|
-
"hasDynamicHelp": false,
|
|
8223
|
-
"multiple": false,
|
|
8224
|
-
"type": "option"
|
|
8225
|
-
},
|
|
8226
|
-
"tail": {
|
|
8227
|
-
"description": "Lines per service",
|
|
8228
|
-
"name": "tail",
|
|
8229
|
-
"default": 100,
|
|
8065
|
+
"email": {
|
|
8066
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8067
|
+
"name": "email",
|
|
8230
8068
|
"hasDynamicHelp": false,
|
|
8231
8069
|
"multiple": false,
|
|
8232
8070
|
"type": "option"
|
|
@@ -8234,24 +8072,32 @@
|
|
|
8234
8072
|
},
|
|
8235
8073
|
"hasDynamicHelp": false,
|
|
8236
8074
|
"hiddenAliases": [],
|
|
8237
|
-
"id": "
|
|
8075
|
+
"id": "peer:links",
|
|
8238
8076
|
"pluginAlias": "@knowzai/cli",
|
|
8239
8077
|
"pluginName": "@knowzai/cli",
|
|
8240
8078
|
"pluginType": "core",
|
|
8241
8079
|
"strict": true,
|
|
8242
8080
|
"enableJsonFlag": true,
|
|
8081
|
+
"peerAuthFlags": {
|
|
8082
|
+
"email": {
|
|
8083
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8084
|
+
"input": [],
|
|
8085
|
+
"multiple": false,
|
|
8086
|
+
"type": "option"
|
|
8087
|
+
}
|
|
8088
|
+
},
|
|
8243
8089
|
"isESM": true,
|
|
8244
8090
|
"relativePath": [
|
|
8245
8091
|
"dist",
|
|
8246
8092
|
"commands",
|
|
8247
|
-
"
|
|
8248
|
-
"
|
|
8093
|
+
"peer",
|
|
8094
|
+
"links.js"
|
|
8249
8095
|
]
|
|
8250
8096
|
},
|
|
8251
|
-
"
|
|
8097
|
+
"peer:list": {
|
|
8252
8098
|
"aliases": [],
|
|
8253
8099
|
"args": {},
|
|
8254
|
-
"description": "
|
|
8100
|
+
"description": "List federation peers.",
|
|
8255
8101
|
"flags": {
|
|
8256
8102
|
"json": {
|
|
8257
8103
|
"description": "Format output as json.",
|
|
@@ -8292,58 +8138,57 @@
|
|
|
8292
8138
|
"allowNo": false,
|
|
8293
8139
|
"type": "boolean"
|
|
8294
8140
|
},
|
|
8295
|
-
"
|
|
8296
|
-
"description": "
|
|
8297
|
-
"name": "
|
|
8298
|
-
"
|
|
8299
|
-
"
|
|
8300
|
-
"multiple": false,
|
|
8301
|
-
"type": "option"
|
|
8141
|
+
"all": {
|
|
8142
|
+
"description": "Include disabled peers",
|
|
8143
|
+
"name": "all",
|
|
8144
|
+
"allowNo": false,
|
|
8145
|
+
"type": "boolean"
|
|
8302
8146
|
},
|
|
8303
|
-
"
|
|
8304
|
-
"description": "
|
|
8305
|
-
"name": "
|
|
8147
|
+
"email": {
|
|
8148
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8149
|
+
"name": "email",
|
|
8306
8150
|
"hasDynamicHelp": false,
|
|
8307
8151
|
"multiple": false,
|
|
8308
8152
|
"type": "option"
|
|
8309
|
-
},
|
|
8310
|
-
"yes": {
|
|
8311
|
-
"char": "y",
|
|
8312
|
-
"description": "Confirm permanent volume and runtime deletion",
|
|
8313
|
-
"name": "yes",
|
|
8314
|
-
"allowNo": false,
|
|
8315
|
-
"type": "boolean"
|
|
8316
|
-
},
|
|
8317
|
-
"purge-profile": {
|
|
8318
|
-
"description": "Also remove the local CLI profile and its stored credential",
|
|
8319
|
-
"name": "purge-profile",
|
|
8320
|
-
"allowNo": false,
|
|
8321
|
-
"type": "boolean"
|
|
8322
8153
|
}
|
|
8323
8154
|
},
|
|
8324
8155
|
"hasDynamicHelp": false,
|
|
8325
8156
|
"hiddenAliases": [],
|
|
8326
|
-
"id": "
|
|
8157
|
+
"id": "peer:list",
|
|
8327
8158
|
"pluginAlias": "@knowzai/cli",
|
|
8328
8159
|
"pluginName": "@knowzai/cli",
|
|
8329
8160
|
"pluginType": "core",
|
|
8330
8161
|
"strict": true,
|
|
8331
8162
|
"enableJsonFlag": true,
|
|
8163
|
+
"peerAuthFlags": {
|
|
8164
|
+
"email": {
|
|
8165
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8166
|
+
"input": [],
|
|
8167
|
+
"multiple": false,
|
|
8168
|
+
"type": "option"
|
|
8169
|
+
}
|
|
8170
|
+
},
|
|
8332
8171
|
"isESM": true,
|
|
8333
8172
|
"relativePath": [
|
|
8334
8173
|
"dist",
|
|
8335
8174
|
"commands",
|
|
8336
|
-
"
|
|
8337
|
-
"
|
|
8175
|
+
"peer",
|
|
8176
|
+
"list.js"
|
|
8338
8177
|
]
|
|
8339
8178
|
},
|
|
8340
|
-
"
|
|
8179
|
+
"peer:pull": {
|
|
8341
8180
|
"aliases": [],
|
|
8342
|
-
"args": {
|
|
8343
|
-
|
|
8181
|
+
"args": {
|
|
8182
|
+
"peerRef": {
|
|
8183
|
+
"description": "Peer id or slug",
|
|
8184
|
+
"name": "peerRef",
|
|
8185
|
+
"required": true
|
|
8186
|
+
}
|
|
8187
|
+
},
|
|
8188
|
+
"description": "Pull vault content FROM a federation peer over a vault link (202 + runId).",
|
|
8344
8189
|
"examples": [
|
|
8345
|
-
"<%= config.bin %>
|
|
8346
|
-
"<%= config.bin %>
|
|
8190
|
+
"<%= config.bin %> peer pull cloud --link 6f2c… --wait",
|
|
8191
|
+
"<%= config.bin %> peer pull cloud --link 6f2c… --since 2026-08-01T00:00:00Z --skip-re-enrichment"
|
|
8347
8192
|
],
|
|
8348
8193
|
"flags": {
|
|
8349
8194
|
"json": {
|
|
@@ -8385,95 +8230,94 @@
|
|
|
8385
8230
|
"allowNo": false,
|
|
8386
8231
|
"type": "boolean"
|
|
8387
8232
|
},
|
|
8388
|
-
"
|
|
8389
|
-
"description": "
|
|
8390
|
-
"name": "
|
|
8391
|
-
"
|
|
8392
|
-
"hasDynamicHelp": false,
|
|
8393
|
-
"multiple": false,
|
|
8394
|
-
"type": "option"
|
|
8395
|
-
},
|
|
8396
|
-
"config-dir": {
|
|
8397
|
-
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
8398
|
-
"name": "config-dir",
|
|
8233
|
+
"link": {
|
|
8234
|
+
"description": "Vault link id",
|
|
8235
|
+
"name": "link",
|
|
8236
|
+
"required": true,
|
|
8399
8237
|
"hasDynamicHelp": false,
|
|
8400
8238
|
"multiple": false,
|
|
8401
8239
|
"type": "option"
|
|
8402
8240
|
},
|
|
8403
|
-
"
|
|
8404
|
-
"description": "
|
|
8405
|
-
"name": "
|
|
8241
|
+
"since": {
|
|
8242
|
+
"description": "Only items changed since this ISO-8601 timestamp",
|
|
8243
|
+
"name": "since",
|
|
8406
8244
|
"hasDynamicHelp": false,
|
|
8407
8245
|
"multiple": false,
|
|
8408
8246
|
"type": "option"
|
|
8409
8247
|
},
|
|
8410
|
-
"
|
|
8411
|
-
"description": "
|
|
8412
|
-
"name": "
|
|
8413
|
-
"
|
|
8414
|
-
"
|
|
8415
|
-
"type": "option"
|
|
8248
|
+
"skip-re-enrichment": {
|
|
8249
|
+
"description": "Skip AI re-enrichment of transferred items",
|
|
8250
|
+
"name": "skip-re-enrichment",
|
|
8251
|
+
"allowNo": false,
|
|
8252
|
+
"type": "boolean"
|
|
8416
8253
|
},
|
|
8417
|
-
"
|
|
8418
|
-
"description": "
|
|
8419
|
-
"name": "
|
|
8254
|
+
"max-file-mb": {
|
|
8255
|
+
"description": "Skip files larger than this many MB",
|
|
8256
|
+
"name": "max-file-mb",
|
|
8420
8257
|
"hasDynamicHelp": false,
|
|
8421
8258
|
"multiple": false,
|
|
8422
8259
|
"type": "option"
|
|
8423
8260
|
},
|
|
8424
|
-
"
|
|
8425
|
-
"description": "
|
|
8426
|
-
"name": "
|
|
8427
|
-
"
|
|
8428
|
-
"
|
|
8429
|
-
"type": "option"
|
|
8261
|
+
"wait": {
|
|
8262
|
+
"description": "Poll until the run reaches a terminal status",
|
|
8263
|
+
"name": "wait",
|
|
8264
|
+
"allowNo": false,
|
|
8265
|
+
"type": "boolean"
|
|
8430
8266
|
},
|
|
8431
|
-
"
|
|
8432
|
-
"description": "
|
|
8433
|
-
"name": "
|
|
8267
|
+
"timeout": {
|
|
8268
|
+
"description": "Seconds to wait with --wait (default 600)",
|
|
8269
|
+
"name": "timeout",
|
|
8270
|
+
"default": 600,
|
|
8434
8271
|
"hasDynamicHelp": false,
|
|
8435
8272
|
"multiple": false,
|
|
8436
8273
|
"type": "option"
|
|
8437
8274
|
},
|
|
8438
|
-
"
|
|
8439
|
-
"description": "
|
|
8440
|
-
"name": "
|
|
8441
|
-
"
|
|
8442
|
-
"
|
|
8443
|
-
|
|
8444
|
-
"with-public-site": {
|
|
8445
|
-
"description": "Run the public site",
|
|
8446
|
-
"name": "with-public-site",
|
|
8447
|
-
"allowNo": true,
|
|
8448
|
-
"type": "boolean"
|
|
8449
|
-
},
|
|
8450
|
-
"open": {
|
|
8451
|
-
"description": "Open the setup page in the default browser",
|
|
8452
|
-
"name": "open",
|
|
8453
|
-
"allowNo": true,
|
|
8454
|
-
"type": "boolean"
|
|
8275
|
+
"email": {
|
|
8276
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8277
|
+
"name": "email",
|
|
8278
|
+
"hasDynamicHelp": false,
|
|
8279
|
+
"multiple": false,
|
|
8280
|
+
"type": "option"
|
|
8455
8281
|
}
|
|
8456
8282
|
},
|
|
8457
8283
|
"hasDynamicHelp": false,
|
|
8458
8284
|
"hiddenAliases": [],
|
|
8459
|
-
"id": "
|
|
8285
|
+
"id": "peer:pull",
|
|
8460
8286
|
"pluginAlias": "@knowzai/cli",
|
|
8461
8287
|
"pluginName": "@knowzai/cli",
|
|
8462
8288
|
"pluginType": "core",
|
|
8463
8289
|
"strict": true,
|
|
8464
8290
|
"enableJsonFlag": true,
|
|
8291
|
+
"peerAuthFlags": {
|
|
8292
|
+
"email": {
|
|
8293
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8294
|
+
"input": [],
|
|
8295
|
+
"multiple": false,
|
|
8296
|
+
"type": "option"
|
|
8297
|
+
}
|
|
8298
|
+
},
|
|
8465
8299
|
"isESM": true,
|
|
8466
8300
|
"relativePath": [
|
|
8467
8301
|
"dist",
|
|
8468
8302
|
"commands",
|
|
8469
|
-
"
|
|
8470
|
-
"
|
|
8303
|
+
"peer",
|
|
8304
|
+
"pull.js"
|
|
8471
8305
|
]
|
|
8472
8306
|
},
|
|
8473
|
-
"
|
|
8307
|
+
"peer:push": {
|
|
8474
8308
|
"aliases": [],
|
|
8475
|
-
"args": {
|
|
8476
|
-
|
|
8309
|
+
"args": {
|
|
8310
|
+
"peerRef": {
|
|
8311
|
+
"description": "Peer id or slug",
|
|
8312
|
+
"name": "peerRef",
|
|
8313
|
+
"required": true
|
|
8314
|
+
}
|
|
8315
|
+
},
|
|
8316
|
+
"description": "Push vault content TO a federation peer over a vault link (202 + runId).",
|
|
8317
|
+
"examples": [
|
|
8318
|
+
"<%= config.bin %> peer push cloud --link 6f2c… --wait",
|
|
8319
|
+
"<%= config.bin %> peer push cloud --link 6f2c… --since 2026-08-01T00:00:00Z --skip-re-enrichment"
|
|
8320
|
+
],
|
|
8477
8321
|
"flags": {
|
|
8478
8322
|
"json": {
|
|
8479
8323
|
"description": "Format output as json.",
|
|
@@ -8514,17 +8358,51 @@
|
|
|
8514
8358
|
"allowNo": false,
|
|
8515
8359
|
"type": "boolean"
|
|
8516
8360
|
},
|
|
8517
|
-
"
|
|
8518
|
-
"description": "
|
|
8519
|
-
"name": "
|
|
8520
|
-
"
|
|
8361
|
+
"link": {
|
|
8362
|
+
"description": "Vault link id",
|
|
8363
|
+
"name": "link",
|
|
8364
|
+
"required": true,
|
|
8521
8365
|
"hasDynamicHelp": false,
|
|
8522
8366
|
"multiple": false,
|
|
8523
8367
|
"type": "option"
|
|
8524
8368
|
},
|
|
8525
|
-
"
|
|
8526
|
-
"description": "
|
|
8527
|
-
"name": "
|
|
8369
|
+
"since": {
|
|
8370
|
+
"description": "Only items changed since this ISO-8601 timestamp",
|
|
8371
|
+
"name": "since",
|
|
8372
|
+
"hasDynamicHelp": false,
|
|
8373
|
+
"multiple": false,
|
|
8374
|
+
"type": "option"
|
|
8375
|
+
},
|
|
8376
|
+
"skip-re-enrichment": {
|
|
8377
|
+
"description": "Skip AI re-enrichment of transferred items",
|
|
8378
|
+
"name": "skip-re-enrichment",
|
|
8379
|
+
"allowNo": false,
|
|
8380
|
+
"type": "boolean"
|
|
8381
|
+
},
|
|
8382
|
+
"max-file-mb": {
|
|
8383
|
+
"description": "Skip files larger than this many MB",
|
|
8384
|
+
"name": "max-file-mb",
|
|
8385
|
+
"hasDynamicHelp": false,
|
|
8386
|
+
"multiple": false,
|
|
8387
|
+
"type": "option"
|
|
8388
|
+
},
|
|
8389
|
+
"wait": {
|
|
8390
|
+
"description": "Poll until the run reaches a terminal status",
|
|
8391
|
+
"name": "wait",
|
|
8392
|
+
"allowNo": false,
|
|
8393
|
+
"type": "boolean"
|
|
8394
|
+
},
|
|
8395
|
+
"timeout": {
|
|
8396
|
+
"description": "Seconds to wait with --wait (default 600)",
|
|
8397
|
+
"name": "timeout",
|
|
8398
|
+
"default": 600,
|
|
8399
|
+
"hasDynamicHelp": false,
|
|
8400
|
+
"multiple": false,
|
|
8401
|
+
"type": "option"
|
|
8402
|
+
},
|
|
8403
|
+
"email": {
|
|
8404
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8405
|
+
"name": "email",
|
|
8528
8406
|
"hasDynamicHelp": false,
|
|
8529
8407
|
"multiple": false,
|
|
8530
8408
|
"type": "option"
|
|
@@ -8532,29 +8410,38 @@
|
|
|
8532
8410
|
},
|
|
8533
8411
|
"hasDynamicHelp": false,
|
|
8534
8412
|
"hiddenAliases": [],
|
|
8535
|
-
"id": "
|
|
8413
|
+
"id": "peer:push",
|
|
8536
8414
|
"pluginAlias": "@knowzai/cli",
|
|
8537
8415
|
"pluginName": "@knowzai/cli",
|
|
8538
8416
|
"pluginType": "core",
|
|
8539
8417
|
"strict": true,
|
|
8540
8418
|
"enableJsonFlag": true,
|
|
8419
|
+
"peerAuthFlags": {
|
|
8420
|
+
"email": {
|
|
8421
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8422
|
+
"input": [],
|
|
8423
|
+
"multiple": false,
|
|
8424
|
+
"type": "option"
|
|
8425
|
+
}
|
|
8426
|
+
},
|
|
8541
8427
|
"isESM": true,
|
|
8542
8428
|
"relativePath": [
|
|
8543
8429
|
"dist",
|
|
8544
8430
|
"commands",
|
|
8545
|
-
"
|
|
8546
|
-
"
|
|
8431
|
+
"peer",
|
|
8432
|
+
"push.js"
|
|
8547
8433
|
]
|
|
8548
8434
|
},
|
|
8549
|
-
"
|
|
8435
|
+
"peer:remove": {
|
|
8550
8436
|
"aliases": [],
|
|
8551
|
-
"args": {
|
|
8552
|
-
|
|
8553
|
-
|
|
8554
|
-
|
|
8555
|
-
|
|
8556
|
-
|
|
8557
|
-
|
|
8437
|
+
"args": {
|
|
8438
|
+
"peerRef": {
|
|
8439
|
+
"description": "Peer id or slug",
|
|
8440
|
+
"name": "peerRef",
|
|
8441
|
+
"required": true
|
|
8442
|
+
}
|
|
8443
|
+
},
|
|
8444
|
+
"description": "Remove a federation peer.",
|
|
8558
8445
|
"flags": {
|
|
8559
8446
|
"json": {
|
|
8560
8447
|
"description": "Format output as json.",
|
|
@@ -8595,281 +8482,224 @@
|
|
|
8595
8482
|
"allowNo": false,
|
|
8596
8483
|
"type": "boolean"
|
|
8597
8484
|
},
|
|
8598
|
-
"
|
|
8599
|
-
"description": "
|
|
8600
|
-
"name": "
|
|
8601
|
-
"default": "knowz",
|
|
8602
|
-
"hasDynamicHelp": false,
|
|
8603
|
-
"multiple": false,
|
|
8604
|
-
"type": "option"
|
|
8605
|
-
},
|
|
8606
|
-
"config-dir": {
|
|
8607
|
-
"description": "Knowz configuration root (defaults to KNOWZ_CONFIG_DIR or ~/.knowz)",
|
|
8608
|
-
"name": "config-dir",
|
|
8609
|
-
"hasDynamicHelp": false,
|
|
8610
|
-
"multiple": false,
|
|
8611
|
-
"type": "option"
|
|
8612
|
-
},
|
|
8613
|
-
"version": {
|
|
8614
|
-
"description": "Pinned platform SemVer (or KNOWZ_VERSION)",
|
|
8615
|
-
"name": "version",
|
|
8616
|
-
"hasDynamicHelp": false,
|
|
8617
|
-
"multiple": false,
|
|
8618
|
-
"type": "option"
|
|
8619
|
-
},
|
|
8620
|
-
"provider": {
|
|
8621
|
-
"description": "AI provider preset (or KNOWZ_PROVIDER)",
|
|
8622
|
-
"name": "provider",
|
|
8623
|
-
"hasDynamicHelp": false,
|
|
8624
|
-
"multiple": false,
|
|
8625
|
-
"options": [
|
|
8626
|
-
"offline",
|
|
8627
|
-
"azure",
|
|
8628
|
-
"gcp",
|
|
8629
|
-
"knowz-cloud",
|
|
8630
|
-
"openai-compatible"
|
|
8631
|
-
],
|
|
8632
|
-
"type": "option"
|
|
8633
|
-
},
|
|
8634
|
-
"storage": {
|
|
8635
|
-
"description": "Object storage mode",
|
|
8636
|
-
"name": "storage",
|
|
8637
|
-
"hasDynamicHelp": false,
|
|
8638
|
-
"multiple": false,
|
|
8639
|
-
"options": [
|
|
8640
|
-
"minio",
|
|
8641
|
-
"filesystem"
|
|
8642
|
-
],
|
|
8643
|
-
"type": "option"
|
|
8644
|
-
},
|
|
8645
|
-
"api-port": {
|
|
8646
|
-
"description": "Public API port (or API_PORT)",
|
|
8647
|
-
"name": "api-port",
|
|
8648
|
-
"hasDynamicHelp": false,
|
|
8649
|
-
"multiple": false,
|
|
8650
|
-
"type": "option"
|
|
8651
|
-
},
|
|
8652
|
-
"web-port": {
|
|
8653
|
-
"description": "Public web port (or WEB_PORT)",
|
|
8654
|
-
"name": "web-port",
|
|
8655
|
-
"hasDynamicHelp": false,
|
|
8656
|
-
"multiple": false,
|
|
8657
|
-
"type": "option"
|
|
8658
|
-
},
|
|
8659
|
-
"mcp-port": {
|
|
8660
|
-
"description": "Public MCP port (or MCP_PORT)",
|
|
8661
|
-
"name": "mcp-port",
|
|
8662
|
-
"hasDynamicHelp": false,
|
|
8663
|
-
"multiple": false,
|
|
8664
|
-
"type": "option"
|
|
8665
|
-
},
|
|
8666
|
-
"public-site-port": {
|
|
8667
|
-
"description": "Public site port (or PUBLIC_SITE_PORT)",
|
|
8668
|
-
"name": "public-site-port",
|
|
8669
|
-
"hasDynamicHelp": false,
|
|
8670
|
-
"multiple": false,
|
|
8671
|
-
"type": "option"
|
|
8672
|
-
},
|
|
8673
|
-
"with-mcp": {
|
|
8674
|
-
"description": "Run the MCP server",
|
|
8675
|
-
"name": "with-mcp",
|
|
8676
|
-
"allowNo": true,
|
|
8677
|
-
"type": "boolean"
|
|
8678
|
-
},
|
|
8679
|
-
"with-public-site": {
|
|
8680
|
-
"description": "Run the public site",
|
|
8681
|
-
"name": "with-public-site",
|
|
8682
|
-
"allowNo": true,
|
|
8683
|
-
"type": "boolean"
|
|
8684
|
-
},
|
|
8685
|
-
"public-api-url": {
|
|
8686
|
-
"description": "Browser-facing API URL (HTTPS unless localhost)",
|
|
8687
|
-
"name": "public-api-url",
|
|
8688
|
-
"hasDynamicHelp": false,
|
|
8689
|
-
"multiple": false,
|
|
8690
|
-
"type": "option"
|
|
8691
|
-
},
|
|
8692
|
-
"public-web-origin": {
|
|
8693
|
-
"description": "Browser-facing web origin (HTTPS unless localhost)",
|
|
8694
|
-
"name": "public-web-origin",
|
|
8695
|
-
"hasDynamicHelp": false,
|
|
8696
|
-
"multiple": false,
|
|
8697
|
-
"type": "option"
|
|
8698
|
-
},
|
|
8699
|
-
"public-mcp-url": {
|
|
8700
|
-
"description": "Browser-facing MCP URL (HTTPS unless localhost)",
|
|
8701
|
-
"name": "public-mcp-url",
|
|
8702
|
-
"hasDynamicHelp": false,
|
|
8703
|
-
"multiple": false,
|
|
8704
|
-
"type": "option"
|
|
8705
|
-
},
|
|
8706
|
-
"embedding-dimensions": {
|
|
8707
|
-
"description": "Embedding dimensions; must match the selected provider model",
|
|
8708
|
-
"name": "embedding-dimensions",
|
|
8709
|
-
"hasDynamicHelp": false,
|
|
8710
|
-
"multiple": false,
|
|
8711
|
-
"type": "option"
|
|
8712
|
-
},
|
|
8713
|
-
"azure-endpoint": {
|
|
8714
|
-
"description": "Azure OpenAI HTTPS endpoint (or AZURE_OPENAI_ENDPOINT)",
|
|
8715
|
-
"name": "azure-endpoint",
|
|
8716
|
-
"hasDynamicHelp": false,
|
|
8717
|
-
"multiple": false,
|
|
8718
|
-
"type": "option"
|
|
8719
|
-
},
|
|
8720
|
-
"azure-api-key": {
|
|
8721
|
-
"description": "Azure OpenAI API key (prefer AZURE_OPENAI_API_KEY to keep secrets out of shell history)",
|
|
8722
|
-
"name": "azure-api-key",
|
|
8723
|
-
"hasDynamicHelp": false,
|
|
8724
|
-
"multiple": false,
|
|
8725
|
-
"type": "option"
|
|
8726
|
-
},
|
|
8727
|
-
"azure-embedding-model": {
|
|
8728
|
-
"description": "Azure OpenAI embedding deployment/model name",
|
|
8729
|
-
"name": "azure-embedding-model",
|
|
8730
|
-
"hasDynamicHelp": false,
|
|
8731
|
-
"multiple": false,
|
|
8732
|
-
"type": "option"
|
|
8733
|
-
},
|
|
8734
|
-
"gcp-project": {
|
|
8735
|
-
"description": "Vertex AI project (or VERTEX__PROJECT)",
|
|
8736
|
-
"name": "gcp-project",
|
|
8737
|
-
"hasDynamicHelp": false,
|
|
8738
|
-
"multiple": false,
|
|
8739
|
-
"type": "option"
|
|
8740
|
-
},
|
|
8741
|
-
"gcp-region": {
|
|
8742
|
-
"description": "Vertex AI region (or VERTEX__REGION)",
|
|
8743
|
-
"name": "gcp-region",
|
|
8485
|
+
"email": {
|
|
8486
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8487
|
+
"name": "email",
|
|
8744
8488
|
"hasDynamicHelp": false,
|
|
8745
8489
|
"multiple": false,
|
|
8746
8490
|
"type": "option"
|
|
8747
|
-
}
|
|
8748
|
-
|
|
8749
|
-
|
|
8750
|
-
|
|
8751
|
-
|
|
8491
|
+
}
|
|
8492
|
+
},
|
|
8493
|
+
"hasDynamicHelp": false,
|
|
8494
|
+
"hiddenAliases": [],
|
|
8495
|
+
"id": "peer:remove",
|
|
8496
|
+
"pluginAlias": "@knowzai/cli",
|
|
8497
|
+
"pluginName": "@knowzai/cli",
|
|
8498
|
+
"pluginType": "core",
|
|
8499
|
+
"strict": true,
|
|
8500
|
+
"enableJsonFlag": true,
|
|
8501
|
+
"peerAuthFlags": {
|
|
8502
|
+
"email": {
|
|
8503
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8504
|
+
"input": [],
|
|
8752
8505
|
"multiple": false,
|
|
8753
8506
|
"type": "option"
|
|
8507
|
+
}
|
|
8508
|
+
},
|
|
8509
|
+
"isESM": true,
|
|
8510
|
+
"relativePath": [
|
|
8511
|
+
"dist",
|
|
8512
|
+
"commands",
|
|
8513
|
+
"peer",
|
|
8514
|
+
"remove.js"
|
|
8515
|
+
]
|
|
8516
|
+
},
|
|
8517
|
+
"peer:rotate-key": {
|
|
8518
|
+
"aliases": [],
|
|
8519
|
+
"args": {
|
|
8520
|
+
"peerRef": {
|
|
8521
|
+
"description": "Peer id or slug",
|
|
8522
|
+
"name": "peerRef",
|
|
8523
|
+
"required": true
|
|
8524
|
+
}
|
|
8525
|
+
},
|
|
8526
|
+
"description": "Rotate the API key this instance presents to a federation peer.",
|
|
8527
|
+
"flags": {
|
|
8528
|
+
"json": {
|
|
8529
|
+
"description": "Format output as json.",
|
|
8530
|
+
"helpGroup": "GLOBAL",
|
|
8531
|
+
"name": "json",
|
|
8532
|
+
"allowNo": false,
|
|
8533
|
+
"type": "boolean"
|
|
8754
8534
|
},
|
|
8755
|
-
"
|
|
8756
|
-
"description": "
|
|
8757
|
-
"
|
|
8535
|
+
"profile": {
|
|
8536
|
+
"description": "Config profile to use",
|
|
8537
|
+
"helpGroup": "GLOBAL",
|
|
8538
|
+
"name": "profile",
|
|
8758
8539
|
"hasDynamicHelp": false,
|
|
8759
8540
|
"multiple": false,
|
|
8760
8541
|
"type": "option"
|
|
8761
8542
|
},
|
|
8762
|
-
"
|
|
8763
|
-
"description": "
|
|
8764
|
-
"
|
|
8543
|
+
"api-url": {
|
|
8544
|
+
"description": "Override the API base URL",
|
|
8545
|
+
"helpGroup": "GLOBAL",
|
|
8546
|
+
"name": "api-url",
|
|
8765
8547
|
"hasDynamicHelp": false,
|
|
8766
8548
|
"multiple": false,
|
|
8767
8549
|
"type": "option"
|
|
8768
8550
|
},
|
|
8769
|
-
"
|
|
8770
|
-
"description": "
|
|
8771
|
-
"
|
|
8551
|
+
"vault": {
|
|
8552
|
+
"description": "Default vault id or name for the operation",
|
|
8553
|
+
"helpGroup": "GLOBAL",
|
|
8554
|
+
"name": "vault",
|
|
8772
8555
|
"hasDynamicHelp": false,
|
|
8773
8556
|
"multiple": false,
|
|
8774
8557
|
"type": "option"
|
|
8775
8558
|
},
|
|
8776
|
-
"
|
|
8777
|
-
"
|
|
8778
|
-
"
|
|
8559
|
+
"verbose": {
|
|
8560
|
+
"char": "v",
|
|
8561
|
+
"description": "Verbose (debug) logging",
|
|
8562
|
+
"helpGroup": "GLOBAL",
|
|
8563
|
+
"name": "verbose",
|
|
8564
|
+
"allowNo": false,
|
|
8565
|
+
"type": "boolean"
|
|
8566
|
+
},
|
|
8567
|
+
"key": {
|
|
8568
|
+
"description": "ukz_ personal API key for the remote (prefer KNOWZ_PEER_API_KEY or the hidden prompt)",
|
|
8569
|
+
"name": "key",
|
|
8779
8570
|
"hasDynamicHelp": false,
|
|
8780
8571
|
"multiple": false,
|
|
8781
8572
|
"type": "option"
|
|
8782
8573
|
},
|
|
8783
|
-
"
|
|
8784
|
-
"description": "
|
|
8785
|
-
"name": "
|
|
8574
|
+
"email": {
|
|
8575
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8576
|
+
"name": "email",
|
|
8786
8577
|
"hasDynamicHelp": false,
|
|
8787
8578
|
"multiple": false,
|
|
8788
8579
|
"type": "option"
|
|
8789
|
-
}
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
|
|
8580
|
+
}
|
|
8581
|
+
},
|
|
8582
|
+
"hasDynamicHelp": false,
|
|
8583
|
+
"hiddenAliases": [],
|
|
8584
|
+
"id": "peer:rotate-key",
|
|
8585
|
+
"pluginAlias": "@knowzai/cli",
|
|
8586
|
+
"pluginName": "@knowzai/cli",
|
|
8587
|
+
"pluginType": "core",
|
|
8588
|
+
"strict": true,
|
|
8589
|
+
"enableJsonFlag": true,
|
|
8590
|
+
"peerAuthFlags": {
|
|
8591
|
+
"email": {
|
|
8592
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8593
|
+
"input": [],
|
|
8794
8594
|
"multiple": false,
|
|
8795
8595
|
"type": "option"
|
|
8596
|
+
}
|
|
8597
|
+
},
|
|
8598
|
+
"isESM": true,
|
|
8599
|
+
"relativePath": [
|
|
8600
|
+
"dist",
|
|
8601
|
+
"commands",
|
|
8602
|
+
"peer",
|
|
8603
|
+
"rotate-key.js"
|
|
8604
|
+
]
|
|
8605
|
+
},
|
|
8606
|
+
"peer:run": {
|
|
8607
|
+
"aliases": [],
|
|
8608
|
+
"args": {
|
|
8609
|
+
"peerRef": {
|
|
8610
|
+
"description": "Peer id or slug",
|
|
8611
|
+
"name": "peerRef",
|
|
8612
|
+
"required": true
|
|
8796
8613
|
},
|
|
8797
|
-
"
|
|
8798
|
-
"description": "
|
|
8799
|
-
"name": "
|
|
8614
|
+
"runId": {
|
|
8615
|
+
"description": "Run id",
|
|
8616
|
+
"name": "runId",
|
|
8617
|
+
"required": true
|
|
8618
|
+
}
|
|
8619
|
+
},
|
|
8620
|
+
"description": "Show one sync run (summary + item failure counts).",
|
|
8621
|
+
"flags": {
|
|
8622
|
+
"json": {
|
|
8623
|
+
"description": "Format output as json.",
|
|
8624
|
+
"helpGroup": "GLOBAL",
|
|
8625
|
+
"name": "json",
|
|
8626
|
+
"allowNo": false,
|
|
8627
|
+
"type": "boolean"
|
|
8628
|
+
},
|
|
8629
|
+
"profile": {
|
|
8630
|
+
"description": "Config profile to use",
|
|
8631
|
+
"helpGroup": "GLOBAL",
|
|
8632
|
+
"name": "profile",
|
|
8800
8633
|
"hasDynamicHelp": false,
|
|
8801
8634
|
"multiple": false,
|
|
8802
|
-
"options": [
|
|
8803
|
-
"azure",
|
|
8804
|
-
"gcp",
|
|
8805
|
-
"openai-compatible",
|
|
8806
|
-
"none"
|
|
8807
|
-
],
|
|
8808
8635
|
"type": "option"
|
|
8809
8636
|
},
|
|
8810
|
-
"
|
|
8811
|
-
"description": "Override
|
|
8812
|
-
"
|
|
8637
|
+
"api-url": {
|
|
8638
|
+
"description": "Override the API base URL",
|
|
8639
|
+
"helpGroup": "GLOBAL",
|
|
8640
|
+
"name": "api-url",
|
|
8813
8641
|
"hasDynamicHelp": false,
|
|
8814
8642
|
"multiple": false,
|
|
8815
|
-
"options": [
|
|
8816
|
-
"azure",
|
|
8817
|
-
"gcp",
|
|
8818
|
-
"openai-compatible",
|
|
8819
|
-
"none"
|
|
8820
|
-
],
|
|
8821
8643
|
"type": "option"
|
|
8822
8644
|
},
|
|
8823
|
-
"
|
|
8824
|
-
"description": "
|
|
8825
|
-
"
|
|
8645
|
+
"vault": {
|
|
8646
|
+
"description": "Default vault id or name for the operation",
|
|
8647
|
+
"helpGroup": "GLOBAL",
|
|
8648
|
+
"name": "vault",
|
|
8826
8649
|
"hasDynamicHelp": false,
|
|
8827
8650
|
"multiple": false,
|
|
8828
|
-
"options": [
|
|
8829
|
-
"azure",
|
|
8830
|
-
"gcp",
|
|
8831
|
-
"openai-compatible",
|
|
8832
|
-
"none"
|
|
8833
|
-
],
|
|
8834
8651
|
"type": "option"
|
|
8835
8652
|
},
|
|
8836
|
-
"
|
|
8837
|
-
"
|
|
8838
|
-
"
|
|
8653
|
+
"verbose": {
|
|
8654
|
+
"char": "v",
|
|
8655
|
+
"description": "Verbose (debug) logging",
|
|
8656
|
+
"helpGroup": "GLOBAL",
|
|
8657
|
+
"name": "verbose",
|
|
8658
|
+
"allowNo": false,
|
|
8659
|
+
"type": "boolean"
|
|
8660
|
+
},
|
|
8661
|
+
"email": {
|
|
8662
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8663
|
+
"name": "email",
|
|
8839
8664
|
"hasDynamicHelp": false,
|
|
8840
8665
|
"multiple": false,
|
|
8841
|
-
"options": [
|
|
8842
|
-
"azure",
|
|
8843
|
-
"gcp",
|
|
8844
|
-
"openai-compatible",
|
|
8845
|
-
"none"
|
|
8846
|
-
],
|
|
8847
8666
|
"type": "option"
|
|
8848
8667
|
}
|
|
8849
8668
|
},
|
|
8850
8669
|
"hasDynamicHelp": false,
|
|
8851
8670
|
"hiddenAliases": [],
|
|
8852
|
-
"id": "
|
|
8671
|
+
"id": "peer:run",
|
|
8853
8672
|
"pluginAlias": "@knowzai/cli",
|
|
8854
8673
|
"pluginName": "@knowzai/cli",
|
|
8855
8674
|
"pluginType": "core",
|
|
8856
8675
|
"strict": true,
|
|
8857
8676
|
"enableJsonFlag": true,
|
|
8677
|
+
"peerAuthFlags": {
|
|
8678
|
+
"email": {
|
|
8679
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8680
|
+
"input": [],
|
|
8681
|
+
"multiple": false,
|
|
8682
|
+
"type": "option"
|
|
8683
|
+
}
|
|
8684
|
+
},
|
|
8858
8685
|
"isESM": true,
|
|
8859
8686
|
"relativePath": [
|
|
8860
8687
|
"dist",
|
|
8861
8688
|
"commands",
|
|
8862
|
-
"
|
|
8863
|
-
"
|
|
8689
|
+
"peer",
|
|
8690
|
+
"run.js"
|
|
8864
8691
|
]
|
|
8865
8692
|
},
|
|
8866
|
-
"
|
|
8693
|
+
"peer:runs": {
|
|
8867
8694
|
"aliases": [],
|
|
8868
|
-
"args": {
|
|
8869
|
-
|
|
8870
|
-
|
|
8871
|
-
|
|
8872
|
-
|
|
8695
|
+
"args": {
|
|
8696
|
+
"peerRef": {
|
|
8697
|
+
"description": "Peer id or slug",
|
|
8698
|
+
"name": "peerRef",
|
|
8699
|
+
"required": true
|
|
8700
|
+
}
|
|
8701
|
+
},
|
|
8702
|
+
"description": "List sync runs for a federation peer.",
|
|
8873
8703
|
"flags": {
|
|
8874
8704
|
"json": {
|
|
8875
8705
|
"description": "Format output as json.",
|
|
@@ -8910,24 +8740,31 @@
|
|
|
8910
8740
|
"allowNo": false,
|
|
8911
8741
|
"type": "boolean"
|
|
8912
8742
|
},
|
|
8913
|
-
"
|
|
8914
|
-
"description": "
|
|
8915
|
-
"name": "
|
|
8916
|
-
"default": "knowz",
|
|
8743
|
+
"status": {
|
|
8744
|
+
"description": "Filter by status name (e.g. Failed)",
|
|
8745
|
+
"name": "status",
|
|
8917
8746
|
"hasDynamicHelp": false,
|
|
8918
8747
|
"multiple": false,
|
|
8919
8748
|
"type": "option"
|
|
8920
8749
|
},
|
|
8921
|
-
"
|
|
8922
|
-
"description": "
|
|
8923
|
-
"name": "
|
|
8750
|
+
"limit": {
|
|
8751
|
+
"description": "Max rows",
|
|
8752
|
+
"name": "limit",
|
|
8753
|
+
"default": 50,
|
|
8924
8754
|
"hasDynamicHelp": false,
|
|
8925
8755
|
"multiple": false,
|
|
8926
8756
|
"type": "option"
|
|
8927
8757
|
},
|
|
8928
|
-
"
|
|
8929
|
-
"description": "
|
|
8930
|
-
"name": "
|
|
8758
|
+
"cursor": {
|
|
8759
|
+
"description": "Pagination cursor from a previous page",
|
|
8760
|
+
"name": "cursor",
|
|
8761
|
+
"hasDynamicHelp": false,
|
|
8762
|
+
"multiple": false,
|
|
8763
|
+
"type": "option"
|
|
8764
|
+
},
|
|
8765
|
+
"email": {
|
|
8766
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8767
|
+
"name": "email",
|
|
8931
8768
|
"hasDynamicHelp": false,
|
|
8932
8769
|
"multiple": false,
|
|
8933
8770
|
"type": "option"
|
|
@@ -8935,24 +8772,38 @@
|
|
|
8935
8772
|
},
|
|
8936
8773
|
"hasDynamicHelp": false,
|
|
8937
8774
|
"hiddenAliases": [],
|
|
8938
|
-
"id": "
|
|
8775
|
+
"id": "peer:runs",
|
|
8939
8776
|
"pluginAlias": "@knowzai/cli",
|
|
8940
8777
|
"pluginName": "@knowzai/cli",
|
|
8941
8778
|
"pluginType": "core",
|
|
8942
8779
|
"strict": true,
|
|
8943
8780
|
"enableJsonFlag": true,
|
|
8781
|
+
"peerAuthFlags": {
|
|
8782
|
+
"email": {
|
|
8783
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8784
|
+
"input": [],
|
|
8785
|
+
"multiple": false,
|
|
8786
|
+
"type": "option"
|
|
8787
|
+
}
|
|
8788
|
+
},
|
|
8944
8789
|
"isESM": true,
|
|
8945
8790
|
"relativePath": [
|
|
8946
8791
|
"dist",
|
|
8947
8792
|
"commands",
|
|
8948
|
-
"
|
|
8949
|
-
"
|
|
8793
|
+
"peer",
|
|
8794
|
+
"runs.js"
|
|
8950
8795
|
]
|
|
8951
8796
|
},
|
|
8952
|
-
"
|
|
8797
|
+
"peer:test": {
|
|
8953
8798
|
"aliases": [],
|
|
8954
|
-
"args": {
|
|
8955
|
-
|
|
8799
|
+
"args": {
|
|
8800
|
+
"peerRef": {
|
|
8801
|
+
"description": "Peer id or slug",
|
|
8802
|
+
"name": "peerRef",
|
|
8803
|
+
"required": true
|
|
8804
|
+
}
|
|
8805
|
+
},
|
|
8806
|
+
"description": "Test the connection to a federation peer and show its identity fingerprint.",
|
|
8956
8807
|
"flags": {
|
|
8957
8808
|
"json": {
|
|
8958
8809
|
"description": "Format output as json.",
|
|
@@ -8993,10 +8844,9 @@
|
|
|
8993
8844
|
"allowNo": false,
|
|
8994
8845
|
"type": "boolean"
|
|
8995
8846
|
},
|
|
8996
|
-
"
|
|
8997
|
-
"description": "
|
|
8998
|
-
"name": "
|
|
8999
|
-
"default": 50,
|
|
8847
|
+
"email": {
|
|
8848
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8849
|
+
"name": "email",
|
|
9000
8850
|
"hasDynamicHelp": false,
|
|
9001
8851
|
"multiple": false,
|
|
9002
8852
|
"type": "option"
|
|
@@ -9004,30 +8854,43 @@
|
|
|
9004
8854
|
},
|
|
9005
8855
|
"hasDynamicHelp": false,
|
|
9006
8856
|
"hiddenAliases": [],
|
|
9007
|
-
"id": "
|
|
8857
|
+
"id": "peer:test",
|
|
9008
8858
|
"pluginAlias": "@knowzai/cli",
|
|
9009
8859
|
"pluginName": "@knowzai/cli",
|
|
9010
8860
|
"pluginType": "core",
|
|
9011
8861
|
"strict": true,
|
|
9012
8862
|
"enableJsonFlag": true,
|
|
8863
|
+
"peerAuthFlags": {
|
|
8864
|
+
"email": {
|
|
8865
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8866
|
+
"input": [],
|
|
8867
|
+
"multiple": false,
|
|
8868
|
+
"type": "option"
|
|
8869
|
+
}
|
|
8870
|
+
},
|
|
9013
8871
|
"isESM": true,
|
|
9014
8872
|
"relativePath": [
|
|
9015
8873
|
"dist",
|
|
9016
8874
|
"commands",
|
|
9017
|
-
"
|
|
9018
|
-
"
|
|
8875
|
+
"peer",
|
|
8876
|
+
"test.js"
|
|
9019
8877
|
]
|
|
9020
8878
|
},
|
|
9021
|
-
"
|
|
8879
|
+
"peer:unlink": {
|
|
9022
8880
|
"aliases": [],
|
|
9023
8881
|
"args": {
|
|
9024
|
-
"
|
|
9025
|
-
"
|
|
9026
|
-
"
|
|
9027
|
-
"
|
|
8882
|
+
"peerRef": {
|
|
8883
|
+
"description": "Peer id or slug",
|
|
8884
|
+
"name": "peerRef",
|
|
8885
|
+
"required": true
|
|
8886
|
+
},
|
|
8887
|
+
"linkId": {
|
|
8888
|
+
"description": "Vault link id",
|
|
8889
|
+
"name": "linkId",
|
|
8890
|
+
"required": true
|
|
9028
8891
|
}
|
|
9029
8892
|
},
|
|
9030
|
-
"description": "
|
|
8893
|
+
"description": "Delete a vault link on a federation peer.",
|
|
9031
8894
|
"flags": {
|
|
9032
8895
|
"json": {
|
|
9033
8896
|
"description": "Format output as json.",
|
|
@@ -9068,21 +8931,9 @@
|
|
|
9068
8931
|
"allowNo": false,
|
|
9069
8932
|
"type": "boolean"
|
|
9070
8933
|
},
|
|
9071
|
-
"
|
|
9072
|
-
"description": "
|
|
9073
|
-
"name": "
|
|
9074
|
-
"allowNo": false,
|
|
9075
|
-
"type": "boolean"
|
|
9076
|
-
},
|
|
9077
|
-
"sync": {
|
|
9078
|
-
"description": "Push indexed rows for the bound vault after indexing",
|
|
9079
|
-
"name": "sync",
|
|
9080
|
-
"allowNo": false,
|
|
9081
|
-
"type": "boolean"
|
|
9082
|
-
},
|
|
9083
|
-
"passphrase": {
|
|
9084
|
-
"description": "CMEK passphrase (if the profile is CMEK-enabled)",
|
|
9085
|
-
"name": "passphrase",
|
|
8934
|
+
"email": {
|
|
8935
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8936
|
+
"name": "email",
|
|
9086
8937
|
"hasDynamicHelp": false,
|
|
9087
8938
|
"multiple": false,
|
|
9088
8939
|
"type": "option"
|
|
@@ -9090,19 +8941,26 @@
|
|
|
9090
8941
|
},
|
|
9091
8942
|
"hasDynamicHelp": false,
|
|
9092
8943
|
"hiddenAliases": [],
|
|
9093
|
-
"id": "
|
|
8944
|
+
"id": "peer:unlink",
|
|
9094
8945
|
"pluginAlias": "@knowzai/cli",
|
|
9095
8946
|
"pluginName": "@knowzai/cli",
|
|
9096
8947
|
"pluginType": "core",
|
|
9097
8948
|
"strict": true,
|
|
9098
8949
|
"enableJsonFlag": true,
|
|
8950
|
+
"peerAuthFlags": {
|
|
8951
|
+
"email": {
|
|
8952
|
+
"description": "Account email for the JWT sign-in (defaults to the profile email)",
|
|
8953
|
+
"input": [],
|
|
8954
|
+
"multiple": false,
|
|
8955
|
+
"type": "option"
|
|
8956
|
+
}
|
|
8957
|
+
},
|
|
9099
8958
|
"isESM": true,
|
|
9100
8959
|
"relativePath": [
|
|
9101
8960
|
"dist",
|
|
9102
8961
|
"commands",
|
|
9103
|
-
"
|
|
9104
|
-
"
|
|
9105
|
-
"index.js"
|
|
8962
|
+
"peer",
|
|
8963
|
+
"unlink.js"
|
|
9106
8964
|
]
|
|
9107
8965
|
},
|
|
9108
8966
|
"sync:conflicts": {
|
|
@@ -9730,6 +9588,75 @@
|
|
|
9730
9588
|
"status.js"
|
|
9731
9589
|
]
|
|
9732
9590
|
},
|
|
9591
|
+
"topics:list": {
|
|
9592
|
+
"aliases": [],
|
|
9593
|
+
"args": {},
|
|
9594
|
+
"description": "List topics/categories across your knowledge.",
|
|
9595
|
+
"flags": {
|
|
9596
|
+
"json": {
|
|
9597
|
+
"description": "Format output as json.",
|
|
9598
|
+
"helpGroup": "GLOBAL",
|
|
9599
|
+
"name": "json",
|
|
9600
|
+
"allowNo": false,
|
|
9601
|
+
"type": "boolean"
|
|
9602
|
+
},
|
|
9603
|
+
"profile": {
|
|
9604
|
+
"description": "Config profile to use",
|
|
9605
|
+
"helpGroup": "GLOBAL",
|
|
9606
|
+
"name": "profile",
|
|
9607
|
+
"hasDynamicHelp": false,
|
|
9608
|
+
"multiple": false,
|
|
9609
|
+
"type": "option"
|
|
9610
|
+
},
|
|
9611
|
+
"api-url": {
|
|
9612
|
+
"description": "Override the API base URL",
|
|
9613
|
+
"helpGroup": "GLOBAL",
|
|
9614
|
+
"name": "api-url",
|
|
9615
|
+
"hasDynamicHelp": false,
|
|
9616
|
+
"multiple": false,
|
|
9617
|
+
"type": "option"
|
|
9618
|
+
},
|
|
9619
|
+
"vault": {
|
|
9620
|
+
"description": "Default vault id or name for the operation",
|
|
9621
|
+
"helpGroup": "GLOBAL",
|
|
9622
|
+
"name": "vault",
|
|
9623
|
+
"hasDynamicHelp": false,
|
|
9624
|
+
"multiple": false,
|
|
9625
|
+
"type": "option"
|
|
9626
|
+
},
|
|
9627
|
+
"verbose": {
|
|
9628
|
+
"char": "v",
|
|
9629
|
+
"description": "Verbose (debug) logging",
|
|
9630
|
+
"helpGroup": "GLOBAL",
|
|
9631
|
+
"name": "verbose",
|
|
9632
|
+
"allowNo": false,
|
|
9633
|
+
"type": "boolean"
|
|
9634
|
+
},
|
|
9635
|
+
"limit": {
|
|
9636
|
+
"description": "Max results",
|
|
9637
|
+
"name": "limit",
|
|
9638
|
+
"default": 50,
|
|
9639
|
+
"hasDynamicHelp": false,
|
|
9640
|
+
"multiple": false,
|
|
9641
|
+
"type": "option"
|
|
9642
|
+
}
|
|
9643
|
+
},
|
|
9644
|
+
"hasDynamicHelp": false,
|
|
9645
|
+
"hiddenAliases": [],
|
|
9646
|
+
"id": "topics:list",
|
|
9647
|
+
"pluginAlias": "@knowzai/cli",
|
|
9648
|
+
"pluginName": "@knowzai/cli",
|
|
9649
|
+
"pluginType": "core",
|
|
9650
|
+
"strict": true,
|
|
9651
|
+
"enableJsonFlag": true,
|
|
9652
|
+
"isESM": true,
|
|
9653
|
+
"relativePath": [
|
|
9654
|
+
"dist",
|
|
9655
|
+
"commands",
|
|
9656
|
+
"topics",
|
|
9657
|
+
"list.js"
|
|
9658
|
+
]
|
|
9659
|
+
},
|
|
9733
9660
|
"vault:contents": {
|
|
9734
9661
|
"aliases": [],
|
|
9735
9662
|
"args": {
|
|
@@ -10028,7 +9955,94 @@
|
|
|
10028
9955
|
"vault",
|
|
10029
9956
|
"list.js"
|
|
10030
9957
|
]
|
|
9958
|
+
},
|
|
9959
|
+
"repo:index": {
|
|
9960
|
+
"aliases": [],
|
|
9961
|
+
"args": {
|
|
9962
|
+
"path": {
|
|
9963
|
+
"default": ".",
|
|
9964
|
+
"description": "Repository path or nested path",
|
|
9965
|
+
"name": "path"
|
|
9966
|
+
}
|
|
9967
|
+
},
|
|
9968
|
+
"description": "Index the bound repository into its repo-local Knowz SQLite store.",
|
|
9969
|
+
"flags": {
|
|
9970
|
+
"json": {
|
|
9971
|
+
"description": "Format output as json.",
|
|
9972
|
+
"helpGroup": "GLOBAL",
|
|
9973
|
+
"name": "json",
|
|
9974
|
+
"allowNo": false,
|
|
9975
|
+
"type": "boolean"
|
|
9976
|
+
},
|
|
9977
|
+
"profile": {
|
|
9978
|
+
"description": "Config profile to use",
|
|
9979
|
+
"helpGroup": "GLOBAL",
|
|
9980
|
+
"name": "profile",
|
|
9981
|
+
"hasDynamicHelp": false,
|
|
9982
|
+
"multiple": false,
|
|
9983
|
+
"type": "option"
|
|
9984
|
+
},
|
|
9985
|
+
"api-url": {
|
|
9986
|
+
"description": "Override the API base URL",
|
|
9987
|
+
"helpGroup": "GLOBAL",
|
|
9988
|
+
"name": "api-url",
|
|
9989
|
+
"hasDynamicHelp": false,
|
|
9990
|
+
"multiple": false,
|
|
9991
|
+
"type": "option"
|
|
9992
|
+
},
|
|
9993
|
+
"vault": {
|
|
9994
|
+
"description": "Default vault id or name for the operation",
|
|
9995
|
+
"helpGroup": "GLOBAL",
|
|
9996
|
+
"name": "vault",
|
|
9997
|
+
"hasDynamicHelp": false,
|
|
9998
|
+
"multiple": false,
|
|
9999
|
+
"type": "option"
|
|
10000
|
+
},
|
|
10001
|
+
"verbose": {
|
|
10002
|
+
"char": "v",
|
|
10003
|
+
"description": "Verbose (debug) logging",
|
|
10004
|
+
"helpGroup": "GLOBAL",
|
|
10005
|
+
"name": "verbose",
|
|
10006
|
+
"allowNo": false,
|
|
10007
|
+
"type": "boolean"
|
|
10008
|
+
},
|
|
10009
|
+
"force": {
|
|
10010
|
+
"description": "Re-index unchanged files",
|
|
10011
|
+
"name": "force",
|
|
10012
|
+
"allowNo": false,
|
|
10013
|
+
"type": "boolean"
|
|
10014
|
+
},
|
|
10015
|
+
"sync": {
|
|
10016
|
+
"description": "Push indexed rows for the bound vault after indexing",
|
|
10017
|
+
"name": "sync",
|
|
10018
|
+
"allowNo": false,
|
|
10019
|
+
"type": "boolean"
|
|
10020
|
+
},
|
|
10021
|
+
"passphrase": {
|
|
10022
|
+
"description": "CMEK passphrase (if the profile is CMEK-enabled)",
|
|
10023
|
+
"name": "passphrase",
|
|
10024
|
+
"hasDynamicHelp": false,
|
|
10025
|
+
"multiple": false,
|
|
10026
|
+
"type": "option"
|
|
10027
|
+
}
|
|
10028
|
+
},
|
|
10029
|
+
"hasDynamicHelp": false,
|
|
10030
|
+
"hiddenAliases": [],
|
|
10031
|
+
"id": "repo:index",
|
|
10032
|
+
"pluginAlias": "@knowzai/cli",
|
|
10033
|
+
"pluginName": "@knowzai/cli",
|
|
10034
|
+
"pluginType": "core",
|
|
10035
|
+
"strict": true,
|
|
10036
|
+
"enableJsonFlag": true,
|
|
10037
|
+
"isESM": true,
|
|
10038
|
+
"relativePath": [
|
|
10039
|
+
"dist",
|
|
10040
|
+
"commands",
|
|
10041
|
+
"repo",
|
|
10042
|
+
"index",
|
|
10043
|
+
"index.js"
|
|
10044
|
+
]
|
|
10031
10045
|
}
|
|
10032
10046
|
},
|
|
10033
|
-
"version": "0.
|
|
10047
|
+
"version": "0.3.0"
|
|
10034
10048
|
}
|