faces-cli 1.5.11 → 1.5.12
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/dist/commands/auth/whoami.js +2 -2
- package/dist/commands/billing/topup.js +1 -1
- package/oclif.manifest.json +768 -768
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -53,23 +53,10 @@
|
|
|
53
53
|
"state.js"
|
|
54
54
|
]
|
|
55
55
|
},
|
|
56
|
-
"
|
|
56
|
+
"billing:balance": {
|
|
57
57
|
"aliases": [],
|
|
58
|
-
"args": {
|
|
59
|
-
|
|
60
|
-
"description": "OAuth provider to connect",
|
|
61
|
-
"name": "provider",
|
|
62
|
-
"options": [
|
|
63
|
-
"openai"
|
|
64
|
-
],
|
|
65
|
-
"required": true
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"description": "Connect an OAuth provider account to Faces (e.g. ChatGPT Plus/Pro)",
|
|
69
|
-
"examples": [
|
|
70
|
-
"<%= config.bin %> auth connect openai",
|
|
71
|
-
"<%= config.bin %> auth connect openai --manual"
|
|
72
|
-
],
|
|
58
|
+
"args": {},
|
|
59
|
+
"description": "Show credit balance and payment method status",
|
|
73
60
|
"flags": {
|
|
74
61
|
"json": {
|
|
75
62
|
"description": "Format output as json.",
|
|
@@ -101,17 +88,11 @@
|
|
|
101
88
|
"hasDynamicHelp": false,
|
|
102
89
|
"multiple": false,
|
|
103
90
|
"type": "option"
|
|
104
|
-
},
|
|
105
|
-
"manual": {
|
|
106
|
-
"description": "Manual mode for headless environments: prints the authorize URL and prompts you to paste the callback URL after approving in any browser.",
|
|
107
|
-
"name": "manual",
|
|
108
|
-
"allowNo": false,
|
|
109
|
-
"type": "boolean"
|
|
110
91
|
}
|
|
111
92
|
},
|
|
112
93
|
"hasDynamicHelp": false,
|
|
113
94
|
"hiddenAliases": [],
|
|
114
|
-
"id": "
|
|
95
|
+
"id": "billing:balance",
|
|
115
96
|
"pluginAlias": "faces-cli",
|
|
116
97
|
"pluginName": "faces-cli",
|
|
117
98
|
"pluginType": "core",
|
|
@@ -121,18 +102,14 @@
|
|
|
121
102
|
"relativePath": [
|
|
122
103
|
"dist",
|
|
123
104
|
"commands",
|
|
124
|
-
"
|
|
125
|
-
"
|
|
105
|
+
"billing",
|
|
106
|
+
"balance.js"
|
|
126
107
|
]
|
|
127
108
|
},
|
|
128
|
-
"
|
|
109
|
+
"billing:card-setup": {
|
|
129
110
|
"aliases": [],
|
|
130
111
|
"args": {},
|
|
131
|
-
"description": "
|
|
132
|
-
"examples": [
|
|
133
|
-
"<%= config.bin %> auth connections",
|
|
134
|
-
"<%= config.bin %> auth connections --json"
|
|
135
|
-
],
|
|
112
|
+
"description": "Get a Stripe card setup URL to save a payment method",
|
|
136
113
|
"flags": {
|
|
137
114
|
"json": {
|
|
138
115
|
"description": "Format output as json.",
|
|
@@ -168,7 +145,7 @@
|
|
|
168
145
|
},
|
|
169
146
|
"hasDynamicHelp": false,
|
|
170
147
|
"hiddenAliases": [],
|
|
171
|
-
"id": "
|
|
148
|
+
"id": "billing:card-setup",
|
|
172
149
|
"pluginAlias": "faces-cli",
|
|
173
150
|
"pluginName": "faces-cli",
|
|
174
151
|
"pluginType": "core",
|
|
@@ -178,26 +155,14 @@
|
|
|
178
155
|
"relativePath": [
|
|
179
156
|
"dist",
|
|
180
157
|
"commands",
|
|
181
|
-
"
|
|
182
|
-
"
|
|
158
|
+
"billing",
|
|
159
|
+
"card-setup.js"
|
|
183
160
|
]
|
|
184
161
|
},
|
|
185
|
-
"
|
|
162
|
+
"billing:checkout": {
|
|
186
163
|
"aliases": [],
|
|
187
|
-
"args": {
|
|
188
|
-
|
|
189
|
-
"description": "OAuth provider to disconnect",
|
|
190
|
-
"name": "provider",
|
|
191
|
-
"options": [
|
|
192
|
-
"openai"
|
|
193
|
-
],
|
|
194
|
-
"required": true
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
"description": "Disconnect a linked OAuth provider account",
|
|
198
|
-
"examples": [
|
|
199
|
-
"<%= config.bin %> auth disconnect openai"
|
|
200
|
-
],
|
|
164
|
+
"args": {},
|
|
165
|
+
"description": "Get a Stripe checkout URL to upgrade your subscription plan",
|
|
201
166
|
"flags": {
|
|
202
167
|
"json": {
|
|
203
168
|
"description": "Format output as json.",
|
|
@@ -229,11 +194,22 @@
|
|
|
229
194
|
"hasDynamicHelp": false,
|
|
230
195
|
"multiple": false,
|
|
231
196
|
"type": "option"
|
|
197
|
+
},
|
|
198
|
+
"plan": {
|
|
199
|
+
"description": "Plan to subscribe to",
|
|
200
|
+
"name": "plan",
|
|
201
|
+
"default": "connect",
|
|
202
|
+
"hasDynamicHelp": false,
|
|
203
|
+
"multiple": false,
|
|
204
|
+
"options": [
|
|
205
|
+
"connect"
|
|
206
|
+
],
|
|
207
|
+
"type": "option"
|
|
232
208
|
}
|
|
233
209
|
},
|
|
234
210
|
"hasDynamicHelp": false,
|
|
235
211
|
"hiddenAliases": [],
|
|
236
|
-
"id": "
|
|
212
|
+
"id": "billing:checkout",
|
|
237
213
|
"pluginAlias": "faces-cli",
|
|
238
214
|
"pluginName": "faces-cli",
|
|
239
215
|
"pluginType": "core",
|
|
@@ -243,14 +219,14 @@
|
|
|
243
219
|
"relativePath": [
|
|
244
220
|
"dist",
|
|
245
221
|
"commands",
|
|
246
|
-
"
|
|
247
|
-
"
|
|
222
|
+
"billing",
|
|
223
|
+
"checkout.js"
|
|
248
224
|
]
|
|
249
225
|
},
|
|
250
|
-
"
|
|
226
|
+
"billing:llm-costs": {
|
|
251
227
|
"aliases": [],
|
|
252
228
|
"args": {},
|
|
253
|
-
"description": "
|
|
229
|
+
"description": "List available LLMs and their per-token costs",
|
|
254
230
|
"flags": {
|
|
255
231
|
"json": {
|
|
256
232
|
"description": "Format output as json.",
|
|
@@ -283,18 +259,9 @@
|
|
|
283
259
|
"multiple": false,
|
|
284
260
|
"type": "option"
|
|
285
261
|
},
|
|
286
|
-
"
|
|
287
|
-
"description": "
|
|
288
|
-
"name": "
|
|
289
|
-
"required": true,
|
|
290
|
-
"hasDynamicHelp": false,
|
|
291
|
-
"multiple": false,
|
|
292
|
-
"type": "option"
|
|
293
|
-
},
|
|
294
|
-
"password": {
|
|
295
|
-
"description": "Account password",
|
|
296
|
-
"name": "password",
|
|
297
|
-
"required": true,
|
|
262
|
+
"provider": {
|
|
263
|
+
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
264
|
+
"name": "provider",
|
|
298
265
|
"hasDynamicHelp": false,
|
|
299
266
|
"multiple": false,
|
|
300
267
|
"type": "option"
|
|
@@ -302,7 +269,7 @@
|
|
|
302
269
|
},
|
|
303
270
|
"hasDynamicHelp": false,
|
|
304
271
|
"hiddenAliases": [],
|
|
305
|
-
"id": "
|
|
272
|
+
"id": "billing:llm-costs",
|
|
306
273
|
"pluginAlias": "faces-cli",
|
|
307
274
|
"pluginName": "faces-cli",
|
|
308
275
|
"pluginType": "core",
|
|
@@ -312,14 +279,14 @@
|
|
|
312
279
|
"relativePath": [
|
|
313
280
|
"dist",
|
|
314
281
|
"commands",
|
|
315
|
-
"
|
|
316
|
-
"
|
|
282
|
+
"billing",
|
|
283
|
+
"llm-costs.js"
|
|
317
284
|
]
|
|
318
285
|
},
|
|
319
|
-
"
|
|
286
|
+
"billing:quota": {
|
|
320
287
|
"aliases": [],
|
|
321
288
|
"args": {},
|
|
322
|
-
"description": "
|
|
289
|
+
"description": "Show compile token quota and per-face stats",
|
|
323
290
|
"flags": {
|
|
324
291
|
"json": {
|
|
325
292
|
"description": "Format output as json.",
|
|
@@ -355,7 +322,7 @@
|
|
|
355
322
|
},
|
|
356
323
|
"hasDynamicHelp": false,
|
|
357
324
|
"hiddenAliases": [],
|
|
358
|
-
"id": "
|
|
325
|
+
"id": "billing:quota",
|
|
359
326
|
"pluginAlias": "faces-cli",
|
|
360
327
|
"pluginName": "faces-cli",
|
|
361
328
|
"pluginType": "core",
|
|
@@ -365,14 +332,14 @@
|
|
|
365
332
|
"relativePath": [
|
|
366
333
|
"dist",
|
|
367
334
|
"commands",
|
|
368
|
-
"
|
|
369
|
-
"
|
|
335
|
+
"billing",
|
|
336
|
+
"quota.js"
|
|
370
337
|
]
|
|
371
338
|
},
|
|
372
|
-
"
|
|
339
|
+
"billing:subscription": {
|
|
373
340
|
"aliases": [],
|
|
374
341
|
"args": {},
|
|
375
|
-
"description": "
|
|
342
|
+
"description": "Show current plan, face count, and renewal date",
|
|
376
343
|
"flags": {
|
|
377
344
|
"json": {
|
|
378
345
|
"description": "Format output as json.",
|
|
@@ -408,7 +375,7 @@
|
|
|
408
375
|
},
|
|
409
376
|
"hasDynamicHelp": false,
|
|
410
377
|
"hiddenAliases": [],
|
|
411
|
-
"id": "
|
|
378
|
+
"id": "billing:subscription",
|
|
412
379
|
"pluginAlias": "faces-cli",
|
|
413
380
|
"pluginName": "faces-cli",
|
|
414
381
|
"pluginType": "core",
|
|
@@ -418,14 +385,14 @@
|
|
|
418
385
|
"relativePath": [
|
|
419
386
|
"dist",
|
|
420
387
|
"commands",
|
|
421
|
-
"
|
|
422
|
-
"
|
|
388
|
+
"billing",
|
|
389
|
+
"subscription.js"
|
|
423
390
|
]
|
|
424
391
|
},
|
|
425
|
-
"
|
|
392
|
+
"billing:topup": {
|
|
426
393
|
"aliases": [],
|
|
427
394
|
"args": {},
|
|
428
|
-
"description": "
|
|
395
|
+
"description": "Top up credit balance using saved payment method",
|
|
429
396
|
"flags": {
|
|
430
397
|
"json": {
|
|
431
398
|
"description": "Format output as json.",
|
|
@@ -458,60 +425,25 @@
|
|
|
458
425
|
"multiple": false,
|
|
459
426
|
"type": "option"
|
|
460
427
|
},
|
|
461
|
-
"
|
|
462
|
-
"description": "
|
|
463
|
-
"name": "
|
|
464
|
-
"required": true,
|
|
465
|
-
"hasDynamicHelp": false,
|
|
466
|
-
"multiple": false,
|
|
467
|
-
"type": "option"
|
|
468
|
-
},
|
|
469
|
-
"password": {
|
|
470
|
-
"description": "Password",
|
|
471
|
-
"name": "password",
|
|
472
|
-
"required": true,
|
|
473
|
-
"hasDynamicHelp": false,
|
|
474
|
-
"multiple": false,
|
|
475
|
-
"type": "option"
|
|
476
|
-
},
|
|
477
|
-
"name": {
|
|
478
|
-
"description": "Display name (defaults to username)",
|
|
479
|
-
"name": "name",
|
|
480
|
-
"hasDynamicHelp": false,
|
|
481
|
-
"multiple": false,
|
|
482
|
-
"type": "option"
|
|
483
|
-
},
|
|
484
|
-
"username": {
|
|
485
|
-
"description": "Username (lowercase, dashes, numbers)",
|
|
486
|
-
"name": "username",
|
|
428
|
+
"amount": {
|
|
429
|
+
"description": "Top-up amount in USD (min $1)",
|
|
430
|
+
"name": "amount",
|
|
487
431
|
"required": true,
|
|
488
432
|
"hasDynamicHelp": false,
|
|
489
433
|
"multiple": false,
|
|
490
434
|
"type": "option"
|
|
491
435
|
},
|
|
492
|
-
"
|
|
493
|
-
"description": "
|
|
494
|
-
"name": "
|
|
495
|
-
"hasDynamicHelp": false,
|
|
496
|
-
"multiple": false,
|
|
497
|
-
"type": "option"
|
|
498
|
-
},
|
|
499
|
-
"plan": {
|
|
500
|
-
"description": "Plan to subscribe to: \"free\" ($5 activation) or \"connect\" ($17/mo, no activation fee)",
|
|
501
|
-
"name": "plan",
|
|
502
|
-
"default": "free",
|
|
436
|
+
"payment-ref": {
|
|
437
|
+
"description": "Payment reference (admin/test path)",
|
|
438
|
+
"name": "payment-ref",
|
|
503
439
|
"hasDynamicHelp": false,
|
|
504
440
|
"multiple": false,
|
|
505
|
-
"options": [
|
|
506
|
-
"free",
|
|
507
|
-
"connect"
|
|
508
|
-
],
|
|
509
441
|
"type": "option"
|
|
510
442
|
}
|
|
511
443
|
},
|
|
512
444
|
"hasDynamicHelp": false,
|
|
513
445
|
"hiddenAliases": [],
|
|
514
|
-
"id": "
|
|
446
|
+
"id": "billing:topup",
|
|
515
447
|
"pluginAlias": "faces-cli",
|
|
516
448
|
"pluginName": "faces-cli",
|
|
517
449
|
"pluginType": "core",
|
|
@@ -521,14 +453,14 @@
|
|
|
521
453
|
"relativePath": [
|
|
522
454
|
"dist",
|
|
523
455
|
"commands",
|
|
524
|
-
"
|
|
525
|
-
"
|
|
456
|
+
"billing",
|
|
457
|
+
"topup.js"
|
|
526
458
|
]
|
|
527
459
|
},
|
|
528
|
-
"
|
|
460
|
+
"billing:usage": {
|
|
529
461
|
"aliases": [],
|
|
530
462
|
"args": {},
|
|
531
|
-
"description": "
|
|
463
|
+
"description": "Aggregated usage analytics",
|
|
532
464
|
"flags": {
|
|
533
465
|
"json": {
|
|
534
466
|
"description": "Format output as json.",
|
|
@@ -560,11 +492,38 @@
|
|
|
560
492
|
"hasDynamicHelp": false,
|
|
561
493
|
"multiple": false,
|
|
562
494
|
"type": "option"
|
|
495
|
+
},
|
|
496
|
+
"group-by": {
|
|
497
|
+
"description": "Group results",
|
|
498
|
+
"name": "group-by",
|
|
499
|
+
"hasDynamicHelp": false,
|
|
500
|
+
"multiple": false,
|
|
501
|
+
"options": [
|
|
502
|
+
"api_key",
|
|
503
|
+
"model",
|
|
504
|
+
"llm",
|
|
505
|
+
"date"
|
|
506
|
+
],
|
|
507
|
+
"type": "option"
|
|
508
|
+
},
|
|
509
|
+
"from": {
|
|
510
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
511
|
+
"name": "from",
|
|
512
|
+
"hasDynamicHelp": false,
|
|
513
|
+
"multiple": false,
|
|
514
|
+
"type": "option"
|
|
515
|
+
},
|
|
516
|
+
"to": {
|
|
517
|
+
"description": "End date (YYYY-MM-DD)",
|
|
518
|
+
"name": "to",
|
|
519
|
+
"hasDynamicHelp": false,
|
|
520
|
+
"multiple": false,
|
|
521
|
+
"type": "option"
|
|
563
522
|
}
|
|
564
523
|
},
|
|
565
524
|
"hasDynamicHelp": false,
|
|
566
525
|
"hiddenAliases": [],
|
|
567
|
-
"id": "
|
|
526
|
+
"id": "billing:usage",
|
|
568
527
|
"pluginAlias": "faces-cli",
|
|
569
528
|
"pluginName": "faces-cli",
|
|
570
529
|
"pluginType": "core",
|
|
@@ -574,14 +533,14 @@
|
|
|
574
533
|
"relativePath": [
|
|
575
534
|
"dist",
|
|
576
535
|
"commands",
|
|
577
|
-
"
|
|
578
|
-
"
|
|
536
|
+
"billing",
|
|
537
|
+
"usage.js"
|
|
579
538
|
]
|
|
580
539
|
},
|
|
581
|
-
"
|
|
540
|
+
"catalog:doctor": {
|
|
582
541
|
"aliases": [],
|
|
583
542
|
"args": {},
|
|
584
|
-
"description": "
|
|
543
|
+
"description": "Diagnose and repair the local face catalog",
|
|
585
544
|
"flags": {
|
|
586
545
|
"json": {
|
|
587
546
|
"description": "Format output as json.",
|
|
@@ -613,11 +572,23 @@
|
|
|
613
572
|
"hasDynamicHelp": false,
|
|
614
573
|
"multiple": false,
|
|
615
574
|
"type": "option"
|
|
575
|
+
},
|
|
576
|
+
"fix": {
|
|
577
|
+
"description": "Rebuild missing or stale catalog entries from API",
|
|
578
|
+
"name": "fix",
|
|
579
|
+
"allowNo": false,
|
|
580
|
+
"type": "boolean"
|
|
581
|
+
},
|
|
582
|
+
"generate": {
|
|
583
|
+
"description": "Fix + generate missing descriptions via LLM",
|
|
584
|
+
"name": "generate",
|
|
585
|
+
"allowNo": false,
|
|
586
|
+
"type": "boolean"
|
|
616
587
|
}
|
|
617
588
|
},
|
|
618
589
|
"hasDynamicHelp": false,
|
|
619
590
|
"hiddenAliases": [],
|
|
620
|
-
"id": "
|
|
591
|
+
"id": "catalog:doctor",
|
|
621
592
|
"pluginAlias": "faces-cli",
|
|
622
593
|
"pluginName": "faces-cli",
|
|
623
594
|
"pluginType": "core",
|
|
@@ -627,14 +598,14 @@
|
|
|
627
598
|
"relativePath": [
|
|
628
599
|
"dist",
|
|
629
600
|
"commands",
|
|
630
|
-
"
|
|
631
|
-
"
|
|
601
|
+
"catalog",
|
|
602
|
+
"doctor.js"
|
|
632
603
|
]
|
|
633
604
|
},
|
|
634
|
-
"
|
|
605
|
+
"catalog:list": {
|
|
635
606
|
"aliases": [],
|
|
636
607
|
"args": {},
|
|
637
|
-
"description": "
|
|
608
|
+
"description": "List all faces in the local catalog",
|
|
638
609
|
"flags": {
|
|
639
610
|
"json": {
|
|
640
611
|
"description": "Format output as json.",
|
|
@@ -670,7 +641,7 @@
|
|
|
670
641
|
},
|
|
671
642
|
"hasDynamicHelp": false,
|
|
672
643
|
"hiddenAliases": [],
|
|
673
|
-
"id": "
|
|
644
|
+
"id": "catalog:list",
|
|
674
645
|
"pluginAlias": "faces-cli",
|
|
675
646
|
"pluginName": "faces-cli",
|
|
676
647
|
"pluginType": "core",
|
|
@@ -680,14 +651,14 @@
|
|
|
680
651
|
"relativePath": [
|
|
681
652
|
"dist",
|
|
682
653
|
"commands",
|
|
683
|
-
"
|
|
684
|
-
"
|
|
654
|
+
"catalog",
|
|
655
|
+
"list.js"
|
|
685
656
|
]
|
|
686
657
|
},
|
|
687
|
-
"
|
|
658
|
+
"catalog:manyfaced": {
|
|
688
659
|
"aliases": [],
|
|
689
660
|
"args": {},
|
|
690
|
-
"description": "
|
|
661
|
+
"description": "Browse and install community manyfaced skills from github.com/facessh/manyfaced",
|
|
691
662
|
"flags": {
|
|
692
663
|
"json": {
|
|
693
664
|
"description": "Format output as json.",
|
|
@@ -720,21 +691,37 @@
|
|
|
720
691
|
"multiple": false,
|
|
721
692
|
"type": "option"
|
|
722
693
|
},
|
|
723
|
-
"
|
|
724
|
-
"description": "
|
|
725
|
-
"name": "
|
|
726
|
-
"
|
|
694
|
+
"skill": {
|
|
695
|
+
"description": "Show details for a specific skill",
|
|
696
|
+
"name": "skill",
|
|
697
|
+
"hasDynamicHelp": false,
|
|
698
|
+
"multiple": false,
|
|
699
|
+
"type": "option"
|
|
700
|
+
},
|
|
701
|
+
"install": {
|
|
702
|
+
"description": "Install a skill by name",
|
|
703
|
+
"name": "install",
|
|
727
704
|
"hasDynamicHelp": false,
|
|
728
705
|
"multiple": false,
|
|
729
|
-
"options": [
|
|
730
|
-
"connect"
|
|
731
|
-
],
|
|
732
706
|
"type": "option"
|
|
707
|
+
},
|
|
708
|
+
"skills-dir": {
|
|
709
|
+
"description": "Directory to install skills into (required for --install)",
|
|
710
|
+
"name": "skills-dir",
|
|
711
|
+
"hasDynamicHelp": false,
|
|
712
|
+
"multiple": false,
|
|
713
|
+
"type": "option"
|
|
714
|
+
},
|
|
715
|
+
"refresh": {
|
|
716
|
+
"description": "Force refresh the skill index (ignore cache)",
|
|
717
|
+
"name": "refresh",
|
|
718
|
+
"allowNo": false,
|
|
719
|
+
"type": "boolean"
|
|
733
720
|
}
|
|
734
721
|
},
|
|
735
722
|
"hasDynamicHelp": false,
|
|
736
723
|
"hiddenAliases": [],
|
|
737
|
-
"id": "
|
|
724
|
+
"id": "catalog:manyfaced",
|
|
738
725
|
"pluginAlias": "faces-cli",
|
|
739
726
|
"pluginName": "faces-cli",
|
|
740
727
|
"pluginType": "core",
|
|
@@ -744,14 +731,27 @@
|
|
|
744
731
|
"relativePath": [
|
|
745
732
|
"dist",
|
|
746
733
|
"commands",
|
|
747
|
-
"
|
|
748
|
-
"
|
|
734
|
+
"catalog",
|
|
735
|
+
"manyfaced.js"
|
|
749
736
|
]
|
|
750
737
|
},
|
|
751
|
-
"
|
|
738
|
+
"auth:connect": {
|
|
752
739
|
"aliases": [],
|
|
753
|
-
"args": {
|
|
754
|
-
|
|
740
|
+
"args": {
|
|
741
|
+
"provider": {
|
|
742
|
+
"description": "OAuth provider to connect",
|
|
743
|
+
"name": "provider",
|
|
744
|
+
"options": [
|
|
745
|
+
"openai"
|
|
746
|
+
],
|
|
747
|
+
"required": true
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"description": "Connect an OAuth provider account to Faces (e.g. ChatGPT Plus/Pro)",
|
|
751
|
+
"examples": [
|
|
752
|
+
"<%= config.bin %> auth connect openai",
|
|
753
|
+
"<%= config.bin %> auth connect openai --manual"
|
|
754
|
+
],
|
|
755
755
|
"flags": {
|
|
756
756
|
"json": {
|
|
757
757
|
"description": "Format output as json.",
|
|
@@ -784,17 +784,16 @@
|
|
|
784
784
|
"multiple": false,
|
|
785
785
|
"type": "option"
|
|
786
786
|
},
|
|
787
|
-
"
|
|
788
|
-
"description": "
|
|
789
|
-
"name": "
|
|
790
|
-
"
|
|
791
|
-
"
|
|
792
|
-
"type": "option"
|
|
787
|
+
"manual": {
|
|
788
|
+
"description": "Manual mode for headless environments: prints the authorize URL and prompts you to paste the callback URL after approving in any browser.",
|
|
789
|
+
"name": "manual",
|
|
790
|
+
"allowNo": false,
|
|
791
|
+
"type": "boolean"
|
|
793
792
|
}
|
|
794
793
|
},
|
|
795
794
|
"hasDynamicHelp": false,
|
|
796
795
|
"hiddenAliases": [],
|
|
797
|
-
"id": "
|
|
796
|
+
"id": "auth:connect",
|
|
798
797
|
"pluginAlias": "faces-cli",
|
|
799
798
|
"pluginName": "faces-cli",
|
|
800
799
|
"pluginType": "core",
|
|
@@ -804,14 +803,18 @@
|
|
|
804
803
|
"relativePath": [
|
|
805
804
|
"dist",
|
|
806
805
|
"commands",
|
|
807
|
-
"
|
|
808
|
-
"
|
|
806
|
+
"auth",
|
|
807
|
+
"connect.js"
|
|
809
808
|
]
|
|
810
809
|
},
|
|
811
|
-
"
|
|
810
|
+
"auth:connections": {
|
|
812
811
|
"aliases": [],
|
|
813
812
|
"args": {},
|
|
814
|
-
"description": "
|
|
813
|
+
"description": "List connected OAuth provider accounts",
|
|
814
|
+
"examples": [
|
|
815
|
+
"<%= config.bin %> auth connections",
|
|
816
|
+
"<%= config.bin %> auth connections --json"
|
|
817
|
+
],
|
|
815
818
|
"flags": {
|
|
816
819
|
"json": {
|
|
817
820
|
"description": "Format output as json.",
|
|
@@ -847,7 +850,7 @@
|
|
|
847
850
|
},
|
|
848
851
|
"hasDynamicHelp": false,
|
|
849
852
|
"hiddenAliases": [],
|
|
850
|
-
"id": "
|
|
853
|
+
"id": "auth:connections",
|
|
851
854
|
"pluginAlias": "faces-cli",
|
|
852
855
|
"pluginName": "faces-cli",
|
|
853
856
|
"pluginType": "core",
|
|
@@ -857,14 +860,26 @@
|
|
|
857
860
|
"relativePath": [
|
|
858
861
|
"dist",
|
|
859
862
|
"commands",
|
|
860
|
-
"
|
|
861
|
-
"
|
|
863
|
+
"auth",
|
|
864
|
+
"connections.js"
|
|
862
865
|
]
|
|
863
866
|
},
|
|
864
|
-
"
|
|
867
|
+
"auth:disconnect": {
|
|
865
868
|
"aliases": [],
|
|
866
|
-
"args": {
|
|
867
|
-
|
|
869
|
+
"args": {
|
|
870
|
+
"provider": {
|
|
871
|
+
"description": "OAuth provider to disconnect",
|
|
872
|
+
"name": "provider",
|
|
873
|
+
"options": [
|
|
874
|
+
"openai"
|
|
875
|
+
],
|
|
876
|
+
"required": true
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
"description": "Disconnect a linked OAuth provider account",
|
|
880
|
+
"examples": [
|
|
881
|
+
"<%= config.bin %> auth disconnect openai"
|
|
882
|
+
],
|
|
868
883
|
"flags": {
|
|
869
884
|
"json": {
|
|
870
885
|
"description": "Format output as json.",
|
|
@@ -900,7 +915,7 @@
|
|
|
900
915
|
},
|
|
901
916
|
"hasDynamicHelp": false,
|
|
902
917
|
"hiddenAliases": [],
|
|
903
|
-
"id": "
|
|
918
|
+
"id": "auth:disconnect",
|
|
904
919
|
"pluginAlias": "faces-cli",
|
|
905
920
|
"pluginName": "faces-cli",
|
|
906
921
|
"pluginType": "core",
|
|
@@ -910,14 +925,14 @@
|
|
|
910
925
|
"relativePath": [
|
|
911
926
|
"dist",
|
|
912
927
|
"commands",
|
|
913
|
-
"
|
|
914
|
-
"
|
|
928
|
+
"auth",
|
|
929
|
+
"disconnect.js"
|
|
915
930
|
]
|
|
916
931
|
},
|
|
917
|
-
"
|
|
932
|
+
"auth:login": {
|
|
918
933
|
"aliases": [],
|
|
919
934
|
"args": {},
|
|
920
|
-
"description": "
|
|
935
|
+
"description": "Login and save JWT credentials",
|
|
921
936
|
"flags": {
|
|
922
937
|
"json": {
|
|
923
938
|
"description": "Format output as json.",
|
|
@@ -950,17 +965,18 @@
|
|
|
950
965
|
"multiple": false,
|
|
951
966
|
"type": "option"
|
|
952
967
|
},
|
|
953
|
-
"
|
|
954
|
-
"description": "
|
|
955
|
-
"name": "
|
|
968
|
+
"email": {
|
|
969
|
+
"description": "Account email",
|
|
970
|
+
"name": "email",
|
|
956
971
|
"required": true,
|
|
957
972
|
"hasDynamicHelp": false,
|
|
958
973
|
"multiple": false,
|
|
959
974
|
"type": "option"
|
|
960
975
|
},
|
|
961
|
-
"
|
|
962
|
-
"description": "
|
|
963
|
-
"name": "
|
|
976
|
+
"password": {
|
|
977
|
+
"description": "Account password",
|
|
978
|
+
"name": "password",
|
|
979
|
+
"required": true,
|
|
964
980
|
"hasDynamicHelp": false,
|
|
965
981
|
"multiple": false,
|
|
966
982
|
"type": "option"
|
|
@@ -968,7 +984,7 @@
|
|
|
968
984
|
},
|
|
969
985
|
"hasDynamicHelp": false,
|
|
970
986
|
"hiddenAliases": [],
|
|
971
|
-
"id": "
|
|
987
|
+
"id": "auth:login",
|
|
972
988
|
"pluginAlias": "faces-cli",
|
|
973
989
|
"pluginName": "faces-cli",
|
|
974
990
|
"pluginType": "core",
|
|
@@ -978,14 +994,14 @@
|
|
|
978
994
|
"relativePath": [
|
|
979
995
|
"dist",
|
|
980
996
|
"commands",
|
|
981
|
-
"
|
|
982
|
-
"
|
|
997
|
+
"auth",
|
|
998
|
+
"login.js"
|
|
983
999
|
]
|
|
984
1000
|
},
|
|
985
|
-
"
|
|
1001
|
+
"auth:logout": {
|
|
986
1002
|
"aliases": [],
|
|
987
1003
|
"args": {},
|
|
988
|
-
"description": "
|
|
1004
|
+
"description": "Clear saved credentials",
|
|
989
1005
|
"flags": {
|
|
990
1006
|
"json": {
|
|
991
1007
|
"description": "Format output as json.",
|
|
@@ -1017,38 +1033,11 @@
|
|
|
1017
1033
|
"hasDynamicHelp": false,
|
|
1018
1034
|
"multiple": false,
|
|
1019
1035
|
"type": "option"
|
|
1020
|
-
},
|
|
1021
|
-
"group-by": {
|
|
1022
|
-
"description": "Group results",
|
|
1023
|
-
"name": "group-by",
|
|
1024
|
-
"hasDynamicHelp": false,
|
|
1025
|
-
"multiple": false,
|
|
1026
|
-
"options": [
|
|
1027
|
-
"api_key",
|
|
1028
|
-
"model",
|
|
1029
|
-
"llm",
|
|
1030
|
-
"date"
|
|
1031
|
-
],
|
|
1032
|
-
"type": "option"
|
|
1033
|
-
},
|
|
1034
|
-
"from": {
|
|
1035
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
1036
|
-
"name": "from",
|
|
1037
|
-
"hasDynamicHelp": false,
|
|
1038
|
-
"multiple": false,
|
|
1039
|
-
"type": "option"
|
|
1040
|
-
},
|
|
1041
|
-
"to": {
|
|
1042
|
-
"description": "End date (YYYY-MM-DD)",
|
|
1043
|
-
"name": "to",
|
|
1044
|
-
"hasDynamicHelp": false,
|
|
1045
|
-
"multiple": false,
|
|
1046
|
-
"type": "option"
|
|
1047
1036
|
}
|
|
1048
1037
|
},
|
|
1049
1038
|
"hasDynamicHelp": false,
|
|
1050
1039
|
"hiddenAliases": [],
|
|
1051
|
-
"id": "
|
|
1040
|
+
"id": "auth:logout",
|
|
1052
1041
|
"pluginAlias": "faces-cli",
|
|
1053
1042
|
"pluginName": "faces-cli",
|
|
1054
1043
|
"pluginType": "core",
|
|
@@ -1058,14 +1047,14 @@
|
|
|
1058
1047
|
"relativePath": [
|
|
1059
1048
|
"dist",
|
|
1060
1049
|
"commands",
|
|
1061
|
-
"
|
|
1062
|
-
"
|
|
1050
|
+
"auth",
|
|
1051
|
+
"logout.js"
|
|
1063
1052
|
]
|
|
1064
1053
|
},
|
|
1065
|
-
"
|
|
1054
|
+
"auth:refresh": {
|
|
1066
1055
|
"aliases": [],
|
|
1067
1056
|
"args": {},
|
|
1068
|
-
"description": "
|
|
1057
|
+
"description": "Exchange current JWT for a fresh one",
|
|
1069
1058
|
"flags": {
|
|
1070
1059
|
"json": {
|
|
1071
1060
|
"description": "Format output as json.",
|
|
@@ -1097,23 +1086,11 @@
|
|
|
1097
1086
|
"hasDynamicHelp": false,
|
|
1098
1087
|
"multiple": false,
|
|
1099
1088
|
"type": "option"
|
|
1100
|
-
},
|
|
1101
|
-
"fix": {
|
|
1102
|
-
"description": "Rebuild missing or stale catalog entries from API",
|
|
1103
|
-
"name": "fix",
|
|
1104
|
-
"allowNo": false,
|
|
1105
|
-
"type": "boolean"
|
|
1106
|
-
},
|
|
1107
|
-
"generate": {
|
|
1108
|
-
"description": "Fix + generate missing descriptions via LLM",
|
|
1109
|
-
"name": "generate",
|
|
1110
|
-
"allowNo": false,
|
|
1111
|
-
"type": "boolean"
|
|
1112
1089
|
}
|
|
1113
1090
|
},
|
|
1114
1091
|
"hasDynamicHelp": false,
|
|
1115
1092
|
"hiddenAliases": [],
|
|
1116
|
-
"id": "
|
|
1093
|
+
"id": "auth:refresh",
|
|
1117
1094
|
"pluginAlias": "faces-cli",
|
|
1118
1095
|
"pluginName": "faces-cli",
|
|
1119
1096
|
"pluginType": "core",
|
|
@@ -1123,14 +1100,14 @@
|
|
|
1123
1100
|
"relativePath": [
|
|
1124
1101
|
"dist",
|
|
1125
1102
|
"commands",
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1103
|
+
"auth",
|
|
1104
|
+
"refresh.js"
|
|
1128
1105
|
]
|
|
1129
1106
|
},
|
|
1130
|
-
"
|
|
1107
|
+
"auth:register": {
|
|
1131
1108
|
"aliases": [],
|
|
1132
1109
|
"args": {},
|
|
1133
|
-
"description": "
|
|
1110
|
+
"description": "Create a new Faces account",
|
|
1134
1111
|
"flags": {
|
|
1135
1112
|
"json": {
|
|
1136
1113
|
"description": "Format output as json.",
|
|
@@ -1162,11 +1139,61 @@
|
|
|
1162
1139
|
"hasDynamicHelp": false,
|
|
1163
1140
|
"multiple": false,
|
|
1164
1141
|
"type": "option"
|
|
1142
|
+
},
|
|
1143
|
+
"email": {
|
|
1144
|
+
"description": "Email address",
|
|
1145
|
+
"name": "email",
|
|
1146
|
+
"required": true,
|
|
1147
|
+
"hasDynamicHelp": false,
|
|
1148
|
+
"multiple": false,
|
|
1149
|
+
"type": "option"
|
|
1150
|
+
},
|
|
1151
|
+
"password": {
|
|
1152
|
+
"description": "Password",
|
|
1153
|
+
"name": "password",
|
|
1154
|
+
"required": true,
|
|
1155
|
+
"hasDynamicHelp": false,
|
|
1156
|
+
"multiple": false,
|
|
1157
|
+
"type": "option"
|
|
1158
|
+
},
|
|
1159
|
+
"name": {
|
|
1160
|
+
"description": "Display name (defaults to username)",
|
|
1161
|
+
"name": "name",
|
|
1162
|
+
"hasDynamicHelp": false,
|
|
1163
|
+
"multiple": false,
|
|
1164
|
+
"type": "option"
|
|
1165
|
+
},
|
|
1166
|
+
"username": {
|
|
1167
|
+
"description": "Username (lowercase, dashes, numbers)",
|
|
1168
|
+
"name": "username",
|
|
1169
|
+
"required": true,
|
|
1170
|
+
"hasDynamicHelp": false,
|
|
1171
|
+
"multiple": false,
|
|
1172
|
+
"type": "option"
|
|
1173
|
+
},
|
|
1174
|
+
"invite-key": {
|
|
1175
|
+
"description": "Invite key (if required)",
|
|
1176
|
+
"name": "invite-key",
|
|
1177
|
+
"hasDynamicHelp": false,
|
|
1178
|
+
"multiple": false,
|
|
1179
|
+
"type": "option"
|
|
1180
|
+
},
|
|
1181
|
+
"plan": {
|
|
1182
|
+
"description": "Plan to subscribe to: \"free\" ($5 activation) or \"connect\" ($17/mo, no activation fee)",
|
|
1183
|
+
"name": "plan",
|
|
1184
|
+
"default": "free",
|
|
1185
|
+
"hasDynamicHelp": false,
|
|
1186
|
+
"multiple": false,
|
|
1187
|
+
"options": [
|
|
1188
|
+
"free",
|
|
1189
|
+
"connect"
|
|
1190
|
+
],
|
|
1191
|
+
"type": "option"
|
|
1165
1192
|
}
|
|
1166
1193
|
},
|
|
1167
1194
|
"hasDynamicHelp": false,
|
|
1168
1195
|
"hiddenAliases": [],
|
|
1169
|
-
"id": "
|
|
1196
|
+
"id": "auth:register",
|
|
1170
1197
|
"pluginAlias": "faces-cli",
|
|
1171
1198
|
"pluginName": "faces-cli",
|
|
1172
1199
|
"pluginType": "core",
|
|
@@ -1176,14 +1203,14 @@
|
|
|
1176
1203
|
"relativePath": [
|
|
1177
1204
|
"dist",
|
|
1178
1205
|
"commands",
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1206
|
+
"auth",
|
|
1207
|
+
"register.js"
|
|
1181
1208
|
]
|
|
1182
1209
|
},
|
|
1183
|
-
"
|
|
1210
|
+
"auth:whoami": {
|
|
1184
1211
|
"aliases": [],
|
|
1185
1212
|
"args": {},
|
|
1186
|
-
"description": "
|
|
1213
|
+
"description": "Print current user profile and auth diagnostic",
|
|
1187
1214
|
"flags": {
|
|
1188
1215
|
"json": {
|
|
1189
1216
|
"description": "Format output as json.",
|
|
@@ -1215,246 +1242,11 @@
|
|
|
1215
1242
|
"hasDynamicHelp": false,
|
|
1216
1243
|
"multiple": false,
|
|
1217
1244
|
"type": "option"
|
|
1218
|
-
},
|
|
1219
|
-
"skill": {
|
|
1220
|
-
"description": "Show details for a specific skill",
|
|
1221
|
-
"name": "skill",
|
|
1222
|
-
"hasDynamicHelp": false,
|
|
1223
|
-
"multiple": false,
|
|
1224
|
-
"type": "option"
|
|
1225
|
-
},
|
|
1226
|
-
"install": {
|
|
1227
|
-
"description": "Install a skill by name",
|
|
1228
|
-
"name": "install",
|
|
1229
|
-
"hasDynamicHelp": false,
|
|
1230
|
-
"multiple": false,
|
|
1231
|
-
"type": "option"
|
|
1232
|
-
},
|
|
1233
|
-
"skills-dir": {
|
|
1234
|
-
"description": "Directory to install skills into (required for --install)",
|
|
1235
|
-
"name": "skills-dir",
|
|
1236
|
-
"hasDynamicHelp": false,
|
|
1237
|
-
"multiple": false,
|
|
1238
|
-
"type": "option"
|
|
1239
|
-
},
|
|
1240
|
-
"refresh": {
|
|
1241
|
-
"description": "Force refresh the skill index (ignore cache)",
|
|
1242
|
-
"name": "refresh",
|
|
1243
|
-
"allowNo": false,
|
|
1244
|
-
"type": "boolean"
|
|
1245
|
-
}
|
|
1246
|
-
},
|
|
1247
|
-
"hasDynamicHelp": false,
|
|
1248
|
-
"hiddenAliases": [],
|
|
1249
|
-
"id": "catalog:manyfaced",
|
|
1250
|
-
"pluginAlias": "faces-cli",
|
|
1251
|
-
"pluginName": "faces-cli",
|
|
1252
|
-
"pluginType": "core",
|
|
1253
|
-
"strict": true,
|
|
1254
|
-
"enableJsonFlag": true,
|
|
1255
|
-
"isESM": true,
|
|
1256
|
-
"relativePath": [
|
|
1257
|
-
"dist",
|
|
1258
|
-
"commands",
|
|
1259
|
-
"catalog",
|
|
1260
|
-
"manyfaced.js"
|
|
1261
|
-
]
|
|
1262
|
-
},
|
|
1263
|
-
"compile:import": {
|
|
1264
|
-
"aliases": [],
|
|
1265
|
-
"args": {
|
|
1266
|
-
"face_id": {
|
|
1267
|
-
"description": "Face alias",
|
|
1268
|
-
"name": "face_id",
|
|
1269
|
-
"required": true
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
"description": "Import a YouTube video into a face via server-side download and transcription",
|
|
1273
|
-
"flags": {
|
|
1274
|
-
"json": {
|
|
1275
|
-
"description": "Format output as json.",
|
|
1276
|
-
"helpGroup": "GLOBAL",
|
|
1277
|
-
"name": "json",
|
|
1278
|
-
"allowNo": false,
|
|
1279
|
-
"type": "boolean"
|
|
1280
|
-
},
|
|
1281
|
-
"base-url": {
|
|
1282
|
-
"description": "API base URL",
|
|
1283
|
-
"env": "FACES_BASE_URL",
|
|
1284
|
-
"name": "base-url",
|
|
1285
|
-
"hasDynamicHelp": false,
|
|
1286
|
-
"multiple": false,
|
|
1287
|
-
"type": "option"
|
|
1288
|
-
},
|
|
1289
|
-
"token": {
|
|
1290
|
-
"description": "JWT bearer token",
|
|
1291
|
-
"env": "FACES_TOKEN",
|
|
1292
|
-
"name": "token",
|
|
1293
|
-
"hasDynamicHelp": false,
|
|
1294
|
-
"multiple": false,
|
|
1295
|
-
"type": "option"
|
|
1296
|
-
},
|
|
1297
|
-
"api-key": {
|
|
1298
|
-
"description": "API key",
|
|
1299
|
-
"env": "FACES_API_KEY",
|
|
1300
|
-
"name": "api-key",
|
|
1301
|
-
"hasDynamicHelp": false,
|
|
1302
|
-
"multiple": false,
|
|
1303
|
-
"type": "option"
|
|
1304
|
-
},
|
|
1305
|
-
"url": {
|
|
1306
|
-
"description": "YouTube URL (youtube.com/watch?v=... or youtu.be/...)",
|
|
1307
|
-
"name": "url",
|
|
1308
|
-
"required": true,
|
|
1309
|
-
"hasDynamicHelp": false,
|
|
1310
|
-
"multiple": false,
|
|
1311
|
-
"type": "option"
|
|
1312
|
-
},
|
|
1313
|
-
"type": {
|
|
1314
|
-
"description": "\"document\" for solo talks, lectures, monologues; \"thread\" for interviews or multi-speaker conversations",
|
|
1315
|
-
"name": "type",
|
|
1316
|
-
"default": "document",
|
|
1317
|
-
"hasDynamicHelp": false,
|
|
1318
|
-
"multiple": false,
|
|
1319
|
-
"options": [
|
|
1320
|
-
"document",
|
|
1321
|
-
"thread"
|
|
1322
|
-
],
|
|
1323
|
-
"type": "option"
|
|
1324
|
-
},
|
|
1325
|
-
"perspective": {
|
|
1326
|
-
"description": "\"first-person\" if the face is the speaker; \"third-person\" if the video is about the face",
|
|
1327
|
-
"name": "perspective",
|
|
1328
|
-
"default": "third-person",
|
|
1329
|
-
"hasDynamicHelp": false,
|
|
1330
|
-
"multiple": false,
|
|
1331
|
-
"options": [
|
|
1332
|
-
"first-person",
|
|
1333
|
-
"third-person"
|
|
1334
|
-
],
|
|
1335
|
-
"type": "option"
|
|
1336
|
-
},
|
|
1337
|
-
"face-speaker": {
|
|
1338
|
-
"description": "For --type thread: AssemblyAI speaker label (e.g. \"A\") that corresponds to the face. Defaults to first detected speaker.",
|
|
1339
|
-
"name": "face-speaker",
|
|
1340
|
-
"hasDynamicHelp": false,
|
|
1341
|
-
"multiple": false,
|
|
1342
|
-
"type": "option"
|
|
1343
|
-
},
|
|
1344
|
-
"no-wait": {
|
|
1345
|
-
"description": "Return immediately after import starts (do not poll for transcription). Prints the ID for manual polling.",
|
|
1346
|
-
"name": "no-wait",
|
|
1347
|
-
"allowNo": false,
|
|
1348
|
-
"type": "boolean"
|
|
1349
|
-
}
|
|
1350
|
-
},
|
|
1351
|
-
"hasDynamicHelp": false,
|
|
1352
|
-
"hiddenAliases": [],
|
|
1353
|
-
"id": "compile:import",
|
|
1354
|
-
"pluginAlias": "faces-cli",
|
|
1355
|
-
"pluginName": "faces-cli",
|
|
1356
|
-
"pluginType": "core",
|
|
1357
|
-
"strict": true,
|
|
1358
|
-
"enableJsonFlag": true,
|
|
1359
|
-
"isESM": true,
|
|
1360
|
-
"relativePath": [
|
|
1361
|
-
"dist",
|
|
1362
|
-
"commands",
|
|
1363
|
-
"compile",
|
|
1364
|
-
"import.js"
|
|
1365
|
-
]
|
|
1366
|
-
},
|
|
1367
|
-
"compile:upload": {
|
|
1368
|
-
"aliases": [],
|
|
1369
|
-
"args": {
|
|
1370
|
-
"alias": {
|
|
1371
|
-
"description": "Face alias",
|
|
1372
|
-
"name": "alias",
|
|
1373
|
-
"required": true
|
|
1374
|
-
}
|
|
1375
|
-
},
|
|
1376
|
-
"description": "Upload a file (text/PDF/audio/video) to compile into a face",
|
|
1377
|
-
"flags": {
|
|
1378
|
-
"json": {
|
|
1379
|
-
"description": "Format output as json.",
|
|
1380
|
-
"helpGroup": "GLOBAL",
|
|
1381
|
-
"name": "json",
|
|
1382
|
-
"allowNo": false,
|
|
1383
|
-
"type": "boolean"
|
|
1384
|
-
},
|
|
1385
|
-
"base-url": {
|
|
1386
|
-
"description": "API base URL",
|
|
1387
|
-
"env": "FACES_BASE_URL",
|
|
1388
|
-
"name": "base-url",
|
|
1389
|
-
"hasDynamicHelp": false,
|
|
1390
|
-
"multiple": false,
|
|
1391
|
-
"type": "option"
|
|
1392
|
-
},
|
|
1393
|
-
"token": {
|
|
1394
|
-
"description": "JWT bearer token",
|
|
1395
|
-
"env": "FACES_TOKEN",
|
|
1396
|
-
"name": "token",
|
|
1397
|
-
"hasDynamicHelp": false,
|
|
1398
|
-
"multiple": false,
|
|
1399
|
-
"type": "option"
|
|
1400
|
-
},
|
|
1401
|
-
"api-key": {
|
|
1402
|
-
"description": "API key",
|
|
1403
|
-
"env": "FACES_API_KEY",
|
|
1404
|
-
"name": "api-key",
|
|
1405
|
-
"hasDynamicHelp": false,
|
|
1406
|
-
"multiple": false,
|
|
1407
|
-
"type": "option"
|
|
1408
|
-
},
|
|
1409
|
-
"file": {
|
|
1410
|
-
"description": "File to upload",
|
|
1411
|
-
"name": "file",
|
|
1412
|
-
"required": true,
|
|
1413
|
-
"hasDynamicHelp": false,
|
|
1414
|
-
"multiple": false,
|
|
1415
|
-
"type": "option"
|
|
1416
|
-
},
|
|
1417
|
-
"kind": {
|
|
1418
|
-
"description": "Upload kind: document or thread",
|
|
1419
|
-
"name": "kind",
|
|
1420
|
-
"default": "document",
|
|
1421
|
-
"hasDynamicHelp": false,
|
|
1422
|
-
"multiple": false,
|
|
1423
|
-
"options": [
|
|
1424
|
-
"document",
|
|
1425
|
-
"thread"
|
|
1426
|
-
],
|
|
1427
|
-
"type": "option"
|
|
1428
|
-
},
|
|
1429
|
-
"perspective": {
|
|
1430
|
-
"description": "Perspective (document only)",
|
|
1431
|
-
"name": "perspective",
|
|
1432
|
-
"default": "third-person",
|
|
1433
|
-
"hasDynamicHelp": false,
|
|
1434
|
-
"multiple": false,
|
|
1435
|
-
"options": [
|
|
1436
|
-
"first-person",
|
|
1437
|
-
"third-person"
|
|
1438
|
-
],
|
|
1439
|
-
"type": "option"
|
|
1440
|
-
},
|
|
1441
|
-
"face-speaker": {
|
|
1442
|
-
"description": "Speaker name to map to the face (thread only). If omitted, auto-detected from face name.",
|
|
1443
|
-
"name": "face-speaker",
|
|
1444
|
-
"hasDynamicHelp": false,
|
|
1445
|
-
"multiple": false,
|
|
1446
|
-
"type": "option"
|
|
1447
|
-
},
|
|
1448
|
-
"no-wait": {
|
|
1449
|
-
"description": "Return immediately after upload (do not poll for transcription). Prints the ID for manual polling.",
|
|
1450
|
-
"name": "no-wait",
|
|
1451
|
-
"allowNo": false,
|
|
1452
|
-
"type": "boolean"
|
|
1453
1245
|
}
|
|
1454
1246
|
},
|
|
1455
1247
|
"hasDynamicHelp": false,
|
|
1456
1248
|
"hiddenAliases": [],
|
|
1457
|
-
"id": "
|
|
1249
|
+
"id": "auth:whoami",
|
|
1458
1250
|
"pluginAlias": "faces-cli",
|
|
1459
1251
|
"pluginName": "faces-cli",
|
|
1460
1252
|
"pluginType": "core",
|
|
@@ -1464,8 +1256,8 @@
|
|
|
1464
1256
|
"relativePath": [
|
|
1465
1257
|
"dist",
|
|
1466
1258
|
"commands",
|
|
1467
|
-
"
|
|
1468
|
-
"
|
|
1259
|
+
"auth",
|
|
1260
|
+
"whoami.js"
|
|
1469
1261
|
]
|
|
1470
1262
|
},
|
|
1471
1263
|
"chat:chat": {
|
|
@@ -1753,10 +1545,16 @@
|
|
|
1753
1545
|
"responses.js"
|
|
1754
1546
|
]
|
|
1755
1547
|
},
|
|
1756
|
-
"
|
|
1548
|
+
"compile:import": {
|
|
1757
1549
|
"aliases": [],
|
|
1758
|
-
"args": {
|
|
1759
|
-
|
|
1550
|
+
"args": {
|
|
1551
|
+
"face_id": {
|
|
1552
|
+
"description": "Face alias",
|
|
1553
|
+
"name": "face_id",
|
|
1554
|
+
"required": true
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
"description": "Import a YouTube video into a face via server-side download and transcription",
|
|
1760
1558
|
"flags": {
|
|
1761
1559
|
"json": {
|
|
1762
1560
|
"description": "Format output as json.",
|
|
@@ -1789,10 +1587,212 @@
|
|
|
1789
1587
|
"multiple": false,
|
|
1790
1588
|
"type": "option"
|
|
1791
1589
|
},
|
|
1792
|
-
"
|
|
1793
|
-
"description": "
|
|
1794
|
-
"name": "
|
|
1795
|
-
"
|
|
1590
|
+
"url": {
|
|
1591
|
+
"description": "YouTube URL (youtube.com/watch?v=... or youtu.be/...)",
|
|
1592
|
+
"name": "url",
|
|
1593
|
+
"required": true,
|
|
1594
|
+
"hasDynamicHelp": false,
|
|
1595
|
+
"multiple": false,
|
|
1596
|
+
"type": "option"
|
|
1597
|
+
},
|
|
1598
|
+
"type": {
|
|
1599
|
+
"description": "\"document\" for solo talks, lectures, monologues; \"thread\" for interviews or multi-speaker conversations",
|
|
1600
|
+
"name": "type",
|
|
1601
|
+
"default": "document",
|
|
1602
|
+
"hasDynamicHelp": false,
|
|
1603
|
+
"multiple": false,
|
|
1604
|
+
"options": [
|
|
1605
|
+
"document",
|
|
1606
|
+
"thread"
|
|
1607
|
+
],
|
|
1608
|
+
"type": "option"
|
|
1609
|
+
},
|
|
1610
|
+
"perspective": {
|
|
1611
|
+
"description": "\"first-person\" if the face is the speaker; \"third-person\" if the video is about the face",
|
|
1612
|
+
"name": "perspective",
|
|
1613
|
+
"default": "third-person",
|
|
1614
|
+
"hasDynamicHelp": false,
|
|
1615
|
+
"multiple": false,
|
|
1616
|
+
"options": [
|
|
1617
|
+
"first-person",
|
|
1618
|
+
"third-person"
|
|
1619
|
+
],
|
|
1620
|
+
"type": "option"
|
|
1621
|
+
},
|
|
1622
|
+
"face-speaker": {
|
|
1623
|
+
"description": "For --type thread: AssemblyAI speaker label (e.g. \"A\") that corresponds to the face. Defaults to first detected speaker.",
|
|
1624
|
+
"name": "face-speaker",
|
|
1625
|
+
"hasDynamicHelp": false,
|
|
1626
|
+
"multiple": false,
|
|
1627
|
+
"type": "option"
|
|
1628
|
+
},
|
|
1629
|
+
"no-wait": {
|
|
1630
|
+
"description": "Return immediately after import starts (do not poll for transcription). Prints the ID for manual polling.",
|
|
1631
|
+
"name": "no-wait",
|
|
1632
|
+
"allowNo": false,
|
|
1633
|
+
"type": "boolean"
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
"hasDynamicHelp": false,
|
|
1637
|
+
"hiddenAliases": [],
|
|
1638
|
+
"id": "compile:import",
|
|
1639
|
+
"pluginAlias": "faces-cli",
|
|
1640
|
+
"pluginName": "faces-cli",
|
|
1641
|
+
"pluginType": "core",
|
|
1642
|
+
"strict": true,
|
|
1643
|
+
"enableJsonFlag": true,
|
|
1644
|
+
"isESM": true,
|
|
1645
|
+
"relativePath": [
|
|
1646
|
+
"dist",
|
|
1647
|
+
"commands",
|
|
1648
|
+
"compile",
|
|
1649
|
+
"import.js"
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1652
|
+
"compile:upload": {
|
|
1653
|
+
"aliases": [],
|
|
1654
|
+
"args": {
|
|
1655
|
+
"alias": {
|
|
1656
|
+
"description": "Face alias",
|
|
1657
|
+
"name": "alias",
|
|
1658
|
+
"required": true
|
|
1659
|
+
}
|
|
1660
|
+
},
|
|
1661
|
+
"description": "Upload a file (text/PDF/audio/video) to compile into a face",
|
|
1662
|
+
"flags": {
|
|
1663
|
+
"json": {
|
|
1664
|
+
"description": "Format output as json.",
|
|
1665
|
+
"helpGroup": "GLOBAL",
|
|
1666
|
+
"name": "json",
|
|
1667
|
+
"allowNo": false,
|
|
1668
|
+
"type": "boolean"
|
|
1669
|
+
},
|
|
1670
|
+
"base-url": {
|
|
1671
|
+
"description": "API base URL",
|
|
1672
|
+
"env": "FACES_BASE_URL",
|
|
1673
|
+
"name": "base-url",
|
|
1674
|
+
"hasDynamicHelp": false,
|
|
1675
|
+
"multiple": false,
|
|
1676
|
+
"type": "option"
|
|
1677
|
+
},
|
|
1678
|
+
"token": {
|
|
1679
|
+
"description": "JWT bearer token",
|
|
1680
|
+
"env": "FACES_TOKEN",
|
|
1681
|
+
"name": "token",
|
|
1682
|
+
"hasDynamicHelp": false,
|
|
1683
|
+
"multiple": false,
|
|
1684
|
+
"type": "option"
|
|
1685
|
+
},
|
|
1686
|
+
"api-key": {
|
|
1687
|
+
"description": "API key",
|
|
1688
|
+
"env": "FACES_API_KEY",
|
|
1689
|
+
"name": "api-key",
|
|
1690
|
+
"hasDynamicHelp": false,
|
|
1691
|
+
"multiple": false,
|
|
1692
|
+
"type": "option"
|
|
1693
|
+
},
|
|
1694
|
+
"file": {
|
|
1695
|
+
"description": "File to upload",
|
|
1696
|
+
"name": "file",
|
|
1697
|
+
"required": true,
|
|
1698
|
+
"hasDynamicHelp": false,
|
|
1699
|
+
"multiple": false,
|
|
1700
|
+
"type": "option"
|
|
1701
|
+
},
|
|
1702
|
+
"kind": {
|
|
1703
|
+
"description": "Upload kind: document or thread",
|
|
1704
|
+
"name": "kind",
|
|
1705
|
+
"default": "document",
|
|
1706
|
+
"hasDynamicHelp": false,
|
|
1707
|
+
"multiple": false,
|
|
1708
|
+
"options": [
|
|
1709
|
+
"document",
|
|
1710
|
+
"thread"
|
|
1711
|
+
],
|
|
1712
|
+
"type": "option"
|
|
1713
|
+
},
|
|
1714
|
+
"perspective": {
|
|
1715
|
+
"description": "Perspective (document only)",
|
|
1716
|
+
"name": "perspective",
|
|
1717
|
+
"default": "third-person",
|
|
1718
|
+
"hasDynamicHelp": false,
|
|
1719
|
+
"multiple": false,
|
|
1720
|
+
"options": [
|
|
1721
|
+
"first-person",
|
|
1722
|
+
"third-person"
|
|
1723
|
+
],
|
|
1724
|
+
"type": "option"
|
|
1725
|
+
},
|
|
1726
|
+
"face-speaker": {
|
|
1727
|
+
"description": "Speaker name to map to the face (thread only). If omitted, auto-detected from face name.",
|
|
1728
|
+
"name": "face-speaker",
|
|
1729
|
+
"hasDynamicHelp": false,
|
|
1730
|
+
"multiple": false,
|
|
1731
|
+
"type": "option"
|
|
1732
|
+
},
|
|
1733
|
+
"no-wait": {
|
|
1734
|
+
"description": "Return immediately after upload (do not poll for transcription). Prints the ID for manual polling.",
|
|
1735
|
+
"name": "no-wait",
|
|
1736
|
+
"allowNo": false,
|
|
1737
|
+
"type": "boolean"
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"hasDynamicHelp": false,
|
|
1741
|
+
"hiddenAliases": [],
|
|
1742
|
+
"id": "compile:upload",
|
|
1743
|
+
"pluginAlias": "faces-cli",
|
|
1744
|
+
"pluginName": "faces-cli",
|
|
1745
|
+
"pluginType": "core",
|
|
1746
|
+
"strict": true,
|
|
1747
|
+
"enableJsonFlag": true,
|
|
1748
|
+
"isESM": true,
|
|
1749
|
+
"relativePath": [
|
|
1750
|
+
"dist",
|
|
1751
|
+
"commands",
|
|
1752
|
+
"compile",
|
|
1753
|
+
"upload.js"
|
|
1754
|
+
]
|
|
1755
|
+
},
|
|
1756
|
+
"config:clear": {
|
|
1757
|
+
"aliases": [],
|
|
1758
|
+
"args": {},
|
|
1759
|
+
"description": "Delete all saved credentials and config",
|
|
1760
|
+
"flags": {
|
|
1761
|
+
"json": {
|
|
1762
|
+
"description": "Format output as json.",
|
|
1763
|
+
"helpGroup": "GLOBAL",
|
|
1764
|
+
"name": "json",
|
|
1765
|
+
"allowNo": false,
|
|
1766
|
+
"type": "boolean"
|
|
1767
|
+
},
|
|
1768
|
+
"base-url": {
|
|
1769
|
+
"description": "API base URL",
|
|
1770
|
+
"env": "FACES_BASE_URL",
|
|
1771
|
+
"name": "base-url",
|
|
1772
|
+
"hasDynamicHelp": false,
|
|
1773
|
+
"multiple": false,
|
|
1774
|
+
"type": "option"
|
|
1775
|
+
},
|
|
1776
|
+
"token": {
|
|
1777
|
+
"description": "JWT bearer token",
|
|
1778
|
+
"env": "FACES_TOKEN",
|
|
1779
|
+
"name": "token",
|
|
1780
|
+
"hasDynamicHelp": false,
|
|
1781
|
+
"multiple": false,
|
|
1782
|
+
"type": "option"
|
|
1783
|
+
},
|
|
1784
|
+
"api-key": {
|
|
1785
|
+
"description": "API key",
|
|
1786
|
+
"env": "FACES_API_KEY",
|
|
1787
|
+
"name": "api-key",
|
|
1788
|
+
"hasDynamicHelp": false,
|
|
1789
|
+
"multiple": false,
|
|
1790
|
+
"type": "option"
|
|
1791
|
+
},
|
|
1792
|
+
"yes": {
|
|
1793
|
+
"description": "Skip confirmation",
|
|
1794
|
+
"name": "yes",
|
|
1795
|
+
"allowNo": false,
|
|
1796
1796
|
"type": "boolean"
|
|
1797
1797
|
}
|
|
1798
1798
|
},
|
|
@@ -1929,10 +1929,10 @@
|
|
|
1929
1929
|
"show.js"
|
|
1930
1930
|
]
|
|
1931
1931
|
},
|
|
1932
|
-
"
|
|
1932
|
+
"face:create": {
|
|
1933
1933
|
"aliases": [],
|
|
1934
1934
|
"args": {},
|
|
1935
|
-
"description": "Create a new
|
|
1935
|
+
"description": "Create a new face",
|
|
1936
1936
|
"flags": {
|
|
1937
1937
|
"json": {
|
|
1938
1938
|
"description": "Format output as json.",
|
|
@@ -1966,37 +1966,52 @@
|
|
|
1966
1966
|
"type": "option"
|
|
1967
1967
|
},
|
|
1968
1968
|
"name": {
|
|
1969
|
-
"description": "
|
|
1969
|
+
"description": "Display name",
|
|
1970
1970
|
"name": "name",
|
|
1971
1971
|
"required": true,
|
|
1972
1972
|
"hasDynamicHelp": false,
|
|
1973
1973
|
"multiple": false,
|
|
1974
1974
|
"type": "option"
|
|
1975
1975
|
},
|
|
1976
|
-
"
|
|
1977
|
-
"description": "
|
|
1978
|
-
"name": "
|
|
1976
|
+
"alias": {
|
|
1977
|
+
"description": "Unique alias slug",
|
|
1978
|
+
"name": "alias",
|
|
1979
|
+
"required": true,
|
|
1979
1980
|
"hasDynamicHelp": false,
|
|
1980
1981
|
"multiple": false,
|
|
1981
1982
|
"type": "option"
|
|
1982
1983
|
},
|
|
1983
|
-
"
|
|
1984
|
-
"description": "
|
|
1985
|
-
"name": "
|
|
1984
|
+
"description": {
|
|
1985
|
+
"description": "Description for local catalog",
|
|
1986
|
+
"name": "description",
|
|
1986
1987
|
"hasDynamicHelp": false,
|
|
1987
1988
|
"multiple": false,
|
|
1988
1989
|
"type": "option"
|
|
1989
1990
|
},
|
|
1990
|
-
"
|
|
1991
|
-
"description": "
|
|
1992
|
-
"name": "
|
|
1991
|
+
"default-model": {
|
|
1992
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
1993
|
+
"name": "default-model",
|
|
1994
|
+
"hasDynamicHelp": false,
|
|
1995
|
+
"multiple": false,
|
|
1996
|
+
"type": "option"
|
|
1997
|
+
},
|
|
1998
|
+
"formula": {
|
|
1999
|
+
"description": "Boolean formula over owned concrete face aliases (e.g. \"a | b\", \"(a | b) - c\"). Creates a composite face.",
|
|
2000
|
+
"name": "formula",
|
|
2001
|
+
"hasDynamicHelp": false,
|
|
2002
|
+
"multiple": false,
|
|
2003
|
+
"type": "option"
|
|
2004
|
+
},
|
|
2005
|
+
"attr": {
|
|
2006
|
+
"description": "Attribute KEY=VALUE (repeatable)",
|
|
2007
|
+
"name": "attr",
|
|
1993
2008
|
"hasDynamicHelp": false,
|
|
1994
2009
|
"multiple": true,
|
|
1995
2010
|
"type": "option"
|
|
1996
2011
|
},
|
|
1997
|
-
"
|
|
1998
|
-
"description": "
|
|
1999
|
-
"name": "
|
|
2012
|
+
"tool": {
|
|
2013
|
+
"description": "Tool name to enable (repeatable)",
|
|
2014
|
+
"name": "tool",
|
|
2000
2015
|
"hasDynamicHelp": false,
|
|
2001
2016
|
"multiple": true,
|
|
2002
2017
|
"type": "option"
|
|
@@ -2004,7 +2019,7 @@
|
|
|
2004
2019
|
},
|
|
2005
2020
|
"hasDynamicHelp": false,
|
|
2006
2021
|
"hiddenAliases": [],
|
|
2007
|
-
"id": "
|
|
2022
|
+
"id": "face:create",
|
|
2008
2023
|
"pluginAlias": "faces-cli",
|
|
2009
2024
|
"pluginName": "faces-cli",
|
|
2010
2025
|
"pluginType": "core",
|
|
@@ -2014,14 +2029,20 @@
|
|
|
2014
2029
|
"relativePath": [
|
|
2015
2030
|
"dist",
|
|
2016
2031
|
"commands",
|
|
2017
|
-
"
|
|
2032
|
+
"face",
|
|
2018
2033
|
"create.js"
|
|
2019
2034
|
]
|
|
2020
2035
|
},
|
|
2021
|
-
"
|
|
2036
|
+
"face:delete": {
|
|
2022
2037
|
"aliases": [],
|
|
2023
|
-
"args": {
|
|
2024
|
-
|
|
2038
|
+
"args": {
|
|
2039
|
+
"face_id": {
|
|
2040
|
+
"description": "Face alias",
|
|
2041
|
+
"name": "face_id",
|
|
2042
|
+
"required": true
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
"description": "Delete a face permanently",
|
|
2025
2046
|
"flags": {
|
|
2026
2047
|
"json": {
|
|
2027
2048
|
"description": "Format output as json.",
|
|
@@ -2053,11 +2074,17 @@
|
|
|
2053
2074
|
"hasDynamicHelp": false,
|
|
2054
2075
|
"multiple": false,
|
|
2055
2076
|
"type": "option"
|
|
2077
|
+
},
|
|
2078
|
+
"yes": {
|
|
2079
|
+
"description": "Skip confirmation",
|
|
2080
|
+
"name": "yes",
|
|
2081
|
+
"allowNo": false,
|
|
2082
|
+
"type": "boolean"
|
|
2056
2083
|
}
|
|
2057
2084
|
},
|
|
2058
2085
|
"hasDynamicHelp": false,
|
|
2059
2086
|
"hiddenAliases": [],
|
|
2060
|
-
"id": "
|
|
2087
|
+
"id": "face:delete",
|
|
2061
2088
|
"pluginAlias": "faces-cli",
|
|
2062
2089
|
"pluginName": "faces-cli",
|
|
2063
2090
|
"pluginType": "core",
|
|
@@ -2067,20 +2094,14 @@
|
|
|
2067
2094
|
"relativePath": [
|
|
2068
2095
|
"dist",
|
|
2069
2096
|
"commands",
|
|
2070
|
-
"
|
|
2071
|
-
"
|
|
2097
|
+
"face",
|
|
2098
|
+
"delete.js"
|
|
2072
2099
|
]
|
|
2073
2100
|
},
|
|
2074
|
-
"
|
|
2101
|
+
"face:diff": {
|
|
2075
2102
|
"aliases": [],
|
|
2076
|
-
"args": {
|
|
2077
|
-
|
|
2078
|
-
"description": "Key ID",
|
|
2079
|
-
"name": "key_id",
|
|
2080
|
-
"required": true
|
|
2081
|
-
}
|
|
2082
|
-
},
|
|
2083
|
-
"description": "Revoke an API key (JWT required)",
|
|
2103
|
+
"args": {},
|
|
2104
|
+
"description": "Compare owned faces pairwise across all centroid components",
|
|
2084
2105
|
"flags": {
|
|
2085
2106
|
"json": {
|
|
2086
2107
|
"description": "Format output as json.",
|
|
@@ -2113,16 +2134,18 @@
|
|
|
2113
2134
|
"multiple": false,
|
|
2114
2135
|
"type": "option"
|
|
2115
2136
|
},
|
|
2116
|
-
"
|
|
2117
|
-
"description": "
|
|
2118
|
-
"name": "
|
|
2119
|
-
"
|
|
2120
|
-
"
|
|
2137
|
+
"face": {
|
|
2138
|
+
"description": "Face alias to include (repeatable, min 2)",
|
|
2139
|
+
"name": "face",
|
|
2140
|
+
"required": true,
|
|
2141
|
+
"hasDynamicHelp": false,
|
|
2142
|
+
"multiple": true,
|
|
2143
|
+
"type": "option"
|
|
2121
2144
|
}
|
|
2122
2145
|
},
|
|
2123
2146
|
"hasDynamicHelp": false,
|
|
2124
2147
|
"hiddenAliases": [],
|
|
2125
|
-
"id": "
|
|
2148
|
+
"id": "face:diff",
|
|
2126
2149
|
"pluginAlias": "faces-cli",
|
|
2127
2150
|
"pluginName": "faces-cli",
|
|
2128
2151
|
"pluginType": "core",
|
|
@@ -2132,20 +2155,20 @@
|
|
|
2132
2155
|
"relativePath": [
|
|
2133
2156
|
"dist",
|
|
2134
2157
|
"commands",
|
|
2135
|
-
"
|
|
2136
|
-
"
|
|
2158
|
+
"face",
|
|
2159
|
+
"diff.js"
|
|
2137
2160
|
]
|
|
2138
2161
|
},
|
|
2139
|
-
"
|
|
2162
|
+
"face:get": {
|
|
2140
2163
|
"aliases": [],
|
|
2141
2164
|
"args": {
|
|
2142
|
-
"
|
|
2143
|
-
"description": "
|
|
2144
|
-
"name": "
|
|
2165
|
+
"face_id": {
|
|
2166
|
+
"description": "Face alias",
|
|
2167
|
+
"name": "face_id",
|
|
2145
2168
|
"required": true
|
|
2146
2169
|
}
|
|
2147
2170
|
},
|
|
2148
|
-
"description": "
|
|
2171
|
+
"description": "Get details for a face by alias",
|
|
2149
2172
|
"flags": {
|
|
2150
2173
|
"json": {
|
|
2151
2174
|
"description": "Format output as json.",
|
|
@@ -2177,31 +2200,11 @@
|
|
|
2177
2200
|
"hasDynamicHelp": false,
|
|
2178
2201
|
"multiple": false,
|
|
2179
2202
|
"type": "option"
|
|
2180
|
-
},
|
|
2181
|
-
"name": {
|
|
2182
|
-
"description": "New key name",
|
|
2183
|
-
"name": "name",
|
|
2184
|
-
"hasDynamicHelp": false,
|
|
2185
|
-
"multiple": false,
|
|
2186
|
-
"type": "option"
|
|
2187
|
-
},
|
|
2188
|
-
"budget": {
|
|
2189
|
-
"description": "New spend budget in USD",
|
|
2190
|
-
"name": "budget",
|
|
2191
|
-
"hasDynamicHelp": false,
|
|
2192
|
-
"multiple": false,
|
|
2193
|
-
"type": "option"
|
|
2194
|
-
},
|
|
2195
|
-
"reset-spent": {
|
|
2196
|
-
"description": "Reset spent amount to zero",
|
|
2197
|
-
"name": "reset-spent",
|
|
2198
|
-
"allowNo": false,
|
|
2199
|
-
"type": "boolean"
|
|
2200
2203
|
}
|
|
2201
2204
|
},
|
|
2202
2205
|
"hasDynamicHelp": false,
|
|
2203
2206
|
"hiddenAliases": [],
|
|
2204
|
-
"id": "
|
|
2207
|
+
"id": "face:get",
|
|
2205
2208
|
"pluginAlias": "faces-cli",
|
|
2206
2209
|
"pluginName": "faces-cli",
|
|
2207
2210
|
"pluginType": "core",
|
|
@@ -2211,14 +2214,14 @@
|
|
|
2211
2214
|
"relativePath": [
|
|
2212
2215
|
"dist",
|
|
2213
2216
|
"commands",
|
|
2214
|
-
"
|
|
2215
|
-
"
|
|
2217
|
+
"face",
|
|
2218
|
+
"get.js"
|
|
2216
2219
|
]
|
|
2217
2220
|
},
|
|
2218
|
-
"face:
|
|
2221
|
+
"face:list": {
|
|
2219
2222
|
"aliases": [],
|
|
2220
2223
|
"args": {},
|
|
2221
|
-
"description": "
|
|
2224
|
+
"description": "List all owned faces",
|
|
2222
2225
|
"flags": {
|
|
2223
2226
|
"json": {
|
|
2224
2227
|
"description": "Format output as json.",
|
|
@@ -2250,62 +2253,11 @@
|
|
|
2250
2253
|
"hasDynamicHelp": false,
|
|
2251
2254
|
"multiple": false,
|
|
2252
2255
|
"type": "option"
|
|
2253
|
-
},
|
|
2254
|
-
"name": {
|
|
2255
|
-
"description": "Display name",
|
|
2256
|
-
"name": "name",
|
|
2257
|
-
"required": true,
|
|
2258
|
-
"hasDynamicHelp": false,
|
|
2259
|
-
"multiple": false,
|
|
2260
|
-
"type": "option"
|
|
2261
|
-
},
|
|
2262
|
-
"alias": {
|
|
2263
|
-
"description": "Unique alias slug",
|
|
2264
|
-
"name": "alias",
|
|
2265
|
-
"required": true,
|
|
2266
|
-
"hasDynamicHelp": false,
|
|
2267
|
-
"multiple": false,
|
|
2268
|
-
"type": "option"
|
|
2269
|
-
},
|
|
2270
|
-
"description": {
|
|
2271
|
-
"description": "Description for local catalog",
|
|
2272
|
-
"name": "description",
|
|
2273
|
-
"hasDynamicHelp": false,
|
|
2274
|
-
"multiple": false,
|
|
2275
|
-
"type": "option"
|
|
2276
|
-
},
|
|
2277
|
-
"default-model": {
|
|
2278
|
-
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2279
|
-
"name": "default-model",
|
|
2280
|
-
"hasDynamicHelp": false,
|
|
2281
|
-
"multiple": false,
|
|
2282
|
-
"type": "option"
|
|
2283
|
-
},
|
|
2284
|
-
"formula": {
|
|
2285
|
-
"description": "Boolean formula over owned concrete face aliases (e.g. \"a | b\", \"(a | b) - c\"). Creates a composite face.",
|
|
2286
|
-
"name": "formula",
|
|
2287
|
-
"hasDynamicHelp": false,
|
|
2288
|
-
"multiple": false,
|
|
2289
|
-
"type": "option"
|
|
2290
|
-
},
|
|
2291
|
-
"attr": {
|
|
2292
|
-
"description": "Attribute KEY=VALUE (repeatable)",
|
|
2293
|
-
"name": "attr",
|
|
2294
|
-
"hasDynamicHelp": false,
|
|
2295
|
-
"multiple": true,
|
|
2296
|
-
"type": "option"
|
|
2297
|
-
},
|
|
2298
|
-
"tool": {
|
|
2299
|
-
"description": "Tool name to enable (repeatable)",
|
|
2300
|
-
"name": "tool",
|
|
2301
|
-
"hasDynamicHelp": false,
|
|
2302
|
-
"multiple": true,
|
|
2303
|
-
"type": "option"
|
|
2304
2256
|
}
|
|
2305
2257
|
},
|
|
2306
2258
|
"hasDynamicHelp": false,
|
|
2307
2259
|
"hiddenAliases": [],
|
|
2308
|
-
"id": "face:
|
|
2260
|
+
"id": "face:list",
|
|
2309
2261
|
"pluginAlias": "faces-cli",
|
|
2310
2262
|
"pluginName": "faces-cli",
|
|
2311
2263
|
"pluginType": "core",
|
|
@@ -2316,10 +2268,10 @@
|
|
|
2316
2268
|
"dist",
|
|
2317
2269
|
"commands",
|
|
2318
2270
|
"face",
|
|
2319
|
-
"
|
|
2271
|
+
"list.js"
|
|
2320
2272
|
]
|
|
2321
2273
|
},
|
|
2322
|
-
"face:
|
|
2274
|
+
"face:neighbors": {
|
|
2323
2275
|
"aliases": [],
|
|
2324
2276
|
"args": {
|
|
2325
2277
|
"face_id": {
|
|
@@ -2328,7 +2280,7 @@
|
|
|
2328
2280
|
"required": true
|
|
2329
2281
|
}
|
|
2330
2282
|
},
|
|
2331
|
-
"description": "
|
|
2283
|
+
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
2332
2284
|
"flags": {
|
|
2333
2285
|
"json": {
|
|
2334
2286
|
"description": "Format output as json.",
|
|
@@ -2361,16 +2313,44 @@
|
|
|
2361
2313
|
"multiple": false,
|
|
2362
2314
|
"type": "option"
|
|
2363
2315
|
},
|
|
2364
|
-
"
|
|
2365
|
-
"description": "
|
|
2366
|
-
"name": "
|
|
2367
|
-
"
|
|
2368
|
-
"
|
|
2316
|
+
"k": {
|
|
2317
|
+
"description": "Number of results (1–20)",
|
|
2318
|
+
"name": "k",
|
|
2319
|
+
"default": 5,
|
|
2320
|
+
"hasDynamicHelp": false,
|
|
2321
|
+
"multiple": false,
|
|
2322
|
+
"type": "option"
|
|
2323
|
+
},
|
|
2324
|
+
"component": {
|
|
2325
|
+
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
2326
|
+
"name": "component",
|
|
2327
|
+
"default": "face",
|
|
2328
|
+
"hasDynamicHelp": false,
|
|
2329
|
+
"multiple": false,
|
|
2330
|
+
"options": [
|
|
2331
|
+
"face",
|
|
2332
|
+
"beta",
|
|
2333
|
+
"delta",
|
|
2334
|
+
"epsilon"
|
|
2335
|
+
],
|
|
2336
|
+
"type": "option"
|
|
2337
|
+
},
|
|
2338
|
+
"direction": {
|
|
2339
|
+
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
2340
|
+
"name": "direction",
|
|
2341
|
+
"default": "nearest",
|
|
2342
|
+
"hasDynamicHelp": false,
|
|
2343
|
+
"multiple": false,
|
|
2344
|
+
"options": [
|
|
2345
|
+
"nearest",
|
|
2346
|
+
"furthest"
|
|
2347
|
+
],
|
|
2348
|
+
"type": "option"
|
|
2369
2349
|
}
|
|
2370
2350
|
},
|
|
2371
2351
|
"hasDynamicHelp": false,
|
|
2372
2352
|
"hiddenAliases": [],
|
|
2373
|
-
"id": "face:
|
|
2353
|
+
"id": "face:neighbors",
|
|
2374
2354
|
"pluginAlias": "faces-cli",
|
|
2375
2355
|
"pluginName": "faces-cli",
|
|
2376
2356
|
"pluginType": "core",
|
|
@@ -2381,13 +2361,13 @@
|
|
|
2381
2361
|
"dist",
|
|
2382
2362
|
"commands",
|
|
2383
2363
|
"face",
|
|
2384
|
-
"
|
|
2364
|
+
"neighbors.js"
|
|
2385
2365
|
]
|
|
2386
2366
|
},
|
|
2387
|
-
"face:
|
|
2367
|
+
"face:stats": {
|
|
2388
2368
|
"aliases": [],
|
|
2389
2369
|
"args": {},
|
|
2390
|
-
"description": "
|
|
2370
|
+
"description": "Compile and chat stats for all owned faces",
|
|
2391
2371
|
"flags": {
|
|
2392
2372
|
"json": {
|
|
2393
2373
|
"description": "Format output as json.",
|
|
@@ -2419,19 +2399,11 @@
|
|
|
2419
2399
|
"hasDynamicHelp": false,
|
|
2420
2400
|
"multiple": false,
|
|
2421
2401
|
"type": "option"
|
|
2422
|
-
},
|
|
2423
|
-
"face": {
|
|
2424
|
-
"description": "Face alias to include (repeatable, min 2)",
|
|
2425
|
-
"name": "face",
|
|
2426
|
-
"required": true,
|
|
2427
|
-
"hasDynamicHelp": false,
|
|
2428
|
-
"multiple": true,
|
|
2429
|
-
"type": "option"
|
|
2430
2402
|
}
|
|
2431
2403
|
},
|
|
2432
2404
|
"hasDynamicHelp": false,
|
|
2433
2405
|
"hiddenAliases": [],
|
|
2434
|
-
"id": "face:
|
|
2406
|
+
"id": "face:stats",
|
|
2435
2407
|
"pluginAlias": "faces-cli",
|
|
2436
2408
|
"pluginName": "faces-cli",
|
|
2437
2409
|
"pluginType": "core",
|
|
@@ -2442,10 +2414,10 @@
|
|
|
2442
2414
|
"dist",
|
|
2443
2415
|
"commands",
|
|
2444
2416
|
"face",
|
|
2445
|
-
"
|
|
2417
|
+
"stats.js"
|
|
2446
2418
|
]
|
|
2447
2419
|
},
|
|
2448
|
-
"face:
|
|
2420
|
+
"face:update": {
|
|
2449
2421
|
"aliases": [],
|
|
2450
2422
|
"args": {
|
|
2451
2423
|
"face_id": {
|
|
@@ -2454,7 +2426,7 @@
|
|
|
2454
2426
|
"required": true
|
|
2455
2427
|
}
|
|
2456
2428
|
},
|
|
2457
|
-
"description": "
|
|
2429
|
+
"description": "Update a face's metadata",
|
|
2458
2430
|
"flags": {
|
|
2459
2431
|
"json": {
|
|
2460
2432
|
"description": "Format output as json.",
|
|
@@ -2484,13 +2456,55 @@
|
|
|
2484
2456
|
"env": "FACES_API_KEY",
|
|
2485
2457
|
"name": "api-key",
|
|
2486
2458
|
"hasDynamicHelp": false,
|
|
2487
|
-
"multiple": false,
|
|
2459
|
+
"multiple": false,
|
|
2460
|
+
"type": "option"
|
|
2461
|
+
},
|
|
2462
|
+
"name": {
|
|
2463
|
+
"description": "New display name",
|
|
2464
|
+
"name": "name",
|
|
2465
|
+
"hasDynamicHelp": false,
|
|
2466
|
+
"multiple": false,
|
|
2467
|
+
"type": "option"
|
|
2468
|
+
},
|
|
2469
|
+
"description": {
|
|
2470
|
+
"description": "Description for local catalog",
|
|
2471
|
+
"name": "description",
|
|
2472
|
+
"hasDynamicHelp": false,
|
|
2473
|
+
"multiple": false,
|
|
2474
|
+
"type": "option"
|
|
2475
|
+
},
|
|
2476
|
+
"default-model": {
|
|
2477
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2478
|
+
"name": "default-model",
|
|
2479
|
+
"hasDynamicHelp": false,
|
|
2480
|
+
"multiple": false,
|
|
2481
|
+
"type": "option"
|
|
2482
|
+
},
|
|
2483
|
+
"formula": {
|
|
2484
|
+
"description": "New boolean formula (synthetic faces only)",
|
|
2485
|
+
"name": "formula",
|
|
2486
|
+
"hasDynamicHelp": false,
|
|
2487
|
+
"multiple": false,
|
|
2488
|
+
"type": "option"
|
|
2489
|
+
},
|
|
2490
|
+
"attr": {
|
|
2491
|
+
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
2492
|
+
"name": "attr",
|
|
2493
|
+
"hasDynamicHelp": false,
|
|
2494
|
+
"multiple": true,
|
|
2495
|
+
"type": "option"
|
|
2496
|
+
},
|
|
2497
|
+
"tool": {
|
|
2498
|
+
"description": "Tool names to set (replaces list, repeatable)",
|
|
2499
|
+
"name": "tool",
|
|
2500
|
+
"hasDynamicHelp": false,
|
|
2501
|
+
"multiple": true,
|
|
2488
2502
|
"type": "option"
|
|
2489
2503
|
}
|
|
2490
2504
|
},
|
|
2491
2505
|
"hasDynamicHelp": false,
|
|
2492
2506
|
"hiddenAliases": [],
|
|
2493
|
-
"id": "face:
|
|
2507
|
+
"id": "face:update",
|
|
2494
2508
|
"pluginAlias": "faces-cli",
|
|
2495
2509
|
"pluginName": "faces-cli",
|
|
2496
2510
|
"pluginType": "core",
|
|
@@ -2501,13 +2515,19 @@
|
|
|
2501
2515
|
"dist",
|
|
2502
2516
|
"commands",
|
|
2503
2517
|
"face",
|
|
2504
|
-
"
|
|
2518
|
+
"update.js"
|
|
2505
2519
|
]
|
|
2506
2520
|
},
|
|
2507
|
-
"face:
|
|
2521
|
+
"face:upload": {
|
|
2508
2522
|
"aliases": [],
|
|
2509
|
-
"args": {
|
|
2510
|
-
|
|
2523
|
+
"args": {
|
|
2524
|
+
"face_id": {
|
|
2525
|
+
"description": "Face alias",
|
|
2526
|
+
"name": "face_id",
|
|
2527
|
+
"required": true
|
|
2528
|
+
}
|
|
2529
|
+
},
|
|
2530
|
+
"description": "Upload a file (text/PDF/audio/video) to a face",
|
|
2511
2531
|
"flags": {
|
|
2512
2532
|
"json": {
|
|
2513
2533
|
"description": "Format output as json.",
|
|
@@ -2539,11 +2559,50 @@
|
|
|
2539
2559
|
"hasDynamicHelp": false,
|
|
2540
2560
|
"multiple": false,
|
|
2541
2561
|
"type": "option"
|
|
2562
|
+
},
|
|
2563
|
+
"file": {
|
|
2564
|
+
"description": "File to upload",
|
|
2565
|
+
"name": "file",
|
|
2566
|
+
"required": true,
|
|
2567
|
+
"hasDynamicHelp": false,
|
|
2568
|
+
"multiple": false,
|
|
2569
|
+
"type": "option"
|
|
2570
|
+
},
|
|
2571
|
+
"kind": {
|
|
2572
|
+
"description": "Upload kind: document or thread",
|
|
2573
|
+
"name": "kind",
|
|
2574
|
+
"default": "document",
|
|
2575
|
+
"hasDynamicHelp": false,
|
|
2576
|
+
"multiple": false,
|
|
2577
|
+
"options": [
|
|
2578
|
+
"document",
|
|
2579
|
+
"thread"
|
|
2580
|
+
],
|
|
2581
|
+
"type": "option"
|
|
2582
|
+
},
|
|
2583
|
+
"perspective": {
|
|
2584
|
+
"description": "Perspective (document only)",
|
|
2585
|
+
"name": "perspective",
|
|
2586
|
+
"default": "third-person",
|
|
2587
|
+
"hasDynamicHelp": false,
|
|
2588
|
+
"multiple": false,
|
|
2589
|
+
"options": [
|
|
2590
|
+
"first-person",
|
|
2591
|
+
"third-person"
|
|
2592
|
+
],
|
|
2593
|
+
"type": "option"
|
|
2594
|
+
},
|
|
2595
|
+
"face-speaker": {
|
|
2596
|
+
"description": "Speaker name to map to the face (thread only). If omitted, first speaker is used.",
|
|
2597
|
+
"name": "face-speaker",
|
|
2598
|
+
"hasDynamicHelp": false,
|
|
2599
|
+
"multiple": false,
|
|
2600
|
+
"type": "option"
|
|
2542
2601
|
}
|
|
2543
2602
|
},
|
|
2544
2603
|
"hasDynamicHelp": false,
|
|
2545
2604
|
"hiddenAliases": [],
|
|
2546
|
-
"id": "face:
|
|
2605
|
+
"id": "face:upload",
|
|
2547
2606
|
"pluginAlias": "faces-cli",
|
|
2548
2607
|
"pluginName": "faces-cli",
|
|
2549
2608
|
"pluginType": "core",
|
|
@@ -2554,19 +2613,13 @@
|
|
|
2554
2613
|
"dist",
|
|
2555
2614
|
"commands",
|
|
2556
2615
|
"face",
|
|
2557
|
-
"
|
|
2616
|
+
"upload.js"
|
|
2558
2617
|
]
|
|
2559
2618
|
},
|
|
2560
|
-
"
|
|
2619
|
+
"keys:create": {
|
|
2561
2620
|
"aliases": [],
|
|
2562
|
-
"args": {
|
|
2563
|
-
|
|
2564
|
-
"description": "Face alias",
|
|
2565
|
-
"name": "face_id",
|
|
2566
|
-
"required": true
|
|
2567
|
-
}
|
|
2568
|
-
},
|
|
2569
|
-
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
2621
|
+
"args": {},
|
|
2622
|
+
"description": "Create a new API key (JWT required)",
|
|
2570
2623
|
"flags": {
|
|
2571
2624
|
"json": {
|
|
2572
2625
|
"description": "Format output as json.",
|
|
@@ -2599,44 +2652,46 @@
|
|
|
2599
2652
|
"multiple": false,
|
|
2600
2653
|
"type": "option"
|
|
2601
2654
|
},
|
|
2602
|
-
"
|
|
2603
|
-
"description": "
|
|
2604
|
-
"name": "
|
|
2605
|
-
"
|
|
2655
|
+
"name": {
|
|
2656
|
+
"description": "Key name/label",
|
|
2657
|
+
"name": "name",
|
|
2658
|
+
"required": true,
|
|
2606
2659
|
"hasDynamicHelp": false,
|
|
2607
2660
|
"multiple": false,
|
|
2608
2661
|
"type": "option"
|
|
2609
2662
|
},
|
|
2610
|
-
"
|
|
2611
|
-
"description": "
|
|
2612
|
-
"name": "
|
|
2613
|
-
"default": "face",
|
|
2663
|
+
"expires-days": {
|
|
2664
|
+
"description": "Expiry in days (omit for no expiry)",
|
|
2665
|
+
"name": "expires-days",
|
|
2614
2666
|
"hasDynamicHelp": false,
|
|
2615
2667
|
"multiple": false,
|
|
2616
|
-
"options": [
|
|
2617
|
-
"face",
|
|
2618
|
-
"beta",
|
|
2619
|
-
"delta",
|
|
2620
|
-
"epsilon"
|
|
2621
|
-
],
|
|
2622
2668
|
"type": "option"
|
|
2623
2669
|
},
|
|
2624
|
-
"
|
|
2625
|
-
"description": "
|
|
2626
|
-
"name": "
|
|
2627
|
-
"default": "nearest",
|
|
2670
|
+
"budget": {
|
|
2671
|
+
"description": "Spend budget in USD",
|
|
2672
|
+
"name": "budget",
|
|
2628
2673
|
"hasDynamicHelp": false,
|
|
2629
2674
|
"multiple": false,
|
|
2630
|
-
"
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2675
|
+
"type": "option"
|
|
2676
|
+
},
|
|
2677
|
+
"face": {
|
|
2678
|
+
"description": "Allowed face alias (repeatable)",
|
|
2679
|
+
"name": "face",
|
|
2680
|
+
"hasDynamicHelp": false,
|
|
2681
|
+
"multiple": true,
|
|
2682
|
+
"type": "option"
|
|
2683
|
+
},
|
|
2684
|
+
"model": {
|
|
2685
|
+
"description": "Allowed model name (repeatable)",
|
|
2686
|
+
"name": "model",
|
|
2687
|
+
"hasDynamicHelp": false,
|
|
2688
|
+
"multiple": true,
|
|
2634
2689
|
"type": "option"
|
|
2635
2690
|
}
|
|
2636
2691
|
},
|
|
2637
2692
|
"hasDynamicHelp": false,
|
|
2638
2693
|
"hiddenAliases": [],
|
|
2639
|
-
"id": "
|
|
2694
|
+
"id": "keys:create",
|
|
2640
2695
|
"pluginAlias": "faces-cli",
|
|
2641
2696
|
"pluginName": "faces-cli",
|
|
2642
2697
|
"pluginType": "core",
|
|
@@ -2646,14 +2701,14 @@
|
|
|
2646
2701
|
"relativePath": [
|
|
2647
2702
|
"dist",
|
|
2648
2703
|
"commands",
|
|
2649
|
-
"
|
|
2650
|
-
"
|
|
2704
|
+
"keys",
|
|
2705
|
+
"create.js"
|
|
2651
2706
|
]
|
|
2652
2707
|
},
|
|
2653
|
-
"
|
|
2708
|
+
"keys:list": {
|
|
2654
2709
|
"aliases": [],
|
|
2655
2710
|
"args": {},
|
|
2656
|
-
"description": "
|
|
2711
|
+
"description": "List all API keys (JWT required)",
|
|
2657
2712
|
"flags": {
|
|
2658
2713
|
"json": {
|
|
2659
2714
|
"description": "Format output as json.",
|
|
@@ -2689,7 +2744,7 @@
|
|
|
2689
2744
|
},
|
|
2690
2745
|
"hasDynamicHelp": false,
|
|
2691
2746
|
"hiddenAliases": [],
|
|
2692
|
-
"id": "
|
|
2747
|
+
"id": "keys:list",
|
|
2693
2748
|
"pluginAlias": "faces-cli",
|
|
2694
2749
|
"pluginName": "faces-cli",
|
|
2695
2750
|
"pluginType": "core",
|
|
@@ -2699,20 +2754,20 @@
|
|
|
2699
2754
|
"relativePath": [
|
|
2700
2755
|
"dist",
|
|
2701
2756
|
"commands",
|
|
2702
|
-
"
|
|
2703
|
-
"
|
|
2757
|
+
"keys",
|
|
2758
|
+
"list.js"
|
|
2704
2759
|
]
|
|
2705
2760
|
},
|
|
2706
|
-
"
|
|
2761
|
+
"keys:revoke": {
|
|
2707
2762
|
"aliases": [],
|
|
2708
2763
|
"args": {
|
|
2709
|
-
"
|
|
2710
|
-
"description": "
|
|
2711
|
-
"name": "
|
|
2764
|
+
"key_id": {
|
|
2765
|
+
"description": "Key ID",
|
|
2766
|
+
"name": "key_id",
|
|
2712
2767
|
"required": true
|
|
2713
2768
|
}
|
|
2714
2769
|
},
|
|
2715
|
-
"description": "
|
|
2770
|
+
"description": "Revoke an API key (JWT required)",
|
|
2716
2771
|
"flags": {
|
|
2717
2772
|
"json": {
|
|
2718
2773
|
"description": "Format output as json.",
|
|
@@ -2745,52 +2800,16 @@
|
|
|
2745
2800
|
"multiple": false,
|
|
2746
2801
|
"type": "option"
|
|
2747
2802
|
},
|
|
2748
|
-
"
|
|
2749
|
-
"description": "
|
|
2750
|
-
"name": "
|
|
2751
|
-
"
|
|
2752
|
-
"
|
|
2753
|
-
"type": "option"
|
|
2754
|
-
},
|
|
2755
|
-
"description": {
|
|
2756
|
-
"description": "Description for local catalog",
|
|
2757
|
-
"name": "description",
|
|
2758
|
-
"hasDynamicHelp": false,
|
|
2759
|
-
"multiple": false,
|
|
2760
|
-
"type": "option"
|
|
2761
|
-
},
|
|
2762
|
-
"default-model": {
|
|
2763
|
-
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2764
|
-
"name": "default-model",
|
|
2765
|
-
"hasDynamicHelp": false,
|
|
2766
|
-
"multiple": false,
|
|
2767
|
-
"type": "option"
|
|
2768
|
-
},
|
|
2769
|
-
"formula": {
|
|
2770
|
-
"description": "New boolean formula (synthetic faces only)",
|
|
2771
|
-
"name": "formula",
|
|
2772
|
-
"hasDynamicHelp": false,
|
|
2773
|
-
"multiple": false,
|
|
2774
|
-
"type": "option"
|
|
2775
|
-
},
|
|
2776
|
-
"attr": {
|
|
2777
|
-
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
2778
|
-
"name": "attr",
|
|
2779
|
-
"hasDynamicHelp": false,
|
|
2780
|
-
"multiple": true,
|
|
2781
|
-
"type": "option"
|
|
2782
|
-
},
|
|
2783
|
-
"tool": {
|
|
2784
|
-
"description": "Tool names to set (replaces list, repeatable)",
|
|
2785
|
-
"name": "tool",
|
|
2786
|
-
"hasDynamicHelp": false,
|
|
2787
|
-
"multiple": true,
|
|
2788
|
-
"type": "option"
|
|
2803
|
+
"yes": {
|
|
2804
|
+
"description": "Skip confirmation",
|
|
2805
|
+
"name": "yes",
|
|
2806
|
+
"allowNo": false,
|
|
2807
|
+
"type": "boolean"
|
|
2789
2808
|
}
|
|
2790
2809
|
},
|
|
2791
2810
|
"hasDynamicHelp": false,
|
|
2792
2811
|
"hiddenAliases": [],
|
|
2793
|
-
"id": "
|
|
2812
|
+
"id": "keys:revoke",
|
|
2794
2813
|
"pluginAlias": "faces-cli",
|
|
2795
2814
|
"pluginName": "faces-cli",
|
|
2796
2815
|
"pluginType": "core",
|
|
@@ -2800,20 +2819,20 @@
|
|
|
2800
2819
|
"relativePath": [
|
|
2801
2820
|
"dist",
|
|
2802
2821
|
"commands",
|
|
2803
|
-
"
|
|
2804
|
-
"
|
|
2822
|
+
"keys",
|
|
2823
|
+
"revoke.js"
|
|
2805
2824
|
]
|
|
2806
2825
|
},
|
|
2807
|
-
"
|
|
2826
|
+
"keys:update": {
|
|
2808
2827
|
"aliases": [],
|
|
2809
2828
|
"args": {
|
|
2810
|
-
"
|
|
2811
|
-
"description": "
|
|
2812
|
-
"name": "
|
|
2829
|
+
"key_id": {
|
|
2830
|
+
"description": "Key ID",
|
|
2831
|
+
"name": "key_id",
|
|
2813
2832
|
"required": true
|
|
2814
2833
|
}
|
|
2815
2834
|
},
|
|
2816
|
-
"description": "
|
|
2835
|
+
"description": "Update API key metadata (JWT required)",
|
|
2817
2836
|
"flags": {
|
|
2818
2837
|
"json": {
|
|
2819
2838
|
"description": "Format output as json.",
|
|
@@ -2846,49 +2865,30 @@
|
|
|
2846
2865
|
"multiple": false,
|
|
2847
2866
|
"type": "option"
|
|
2848
2867
|
},
|
|
2849
|
-
"
|
|
2850
|
-
"description": "
|
|
2851
|
-
"name": "
|
|
2852
|
-
"required": true,
|
|
2853
|
-
"hasDynamicHelp": false,
|
|
2854
|
-
"multiple": false,
|
|
2855
|
-
"type": "option"
|
|
2856
|
-
},
|
|
2857
|
-
"kind": {
|
|
2858
|
-
"description": "Upload kind: document or thread",
|
|
2859
|
-
"name": "kind",
|
|
2860
|
-
"default": "document",
|
|
2868
|
+
"name": {
|
|
2869
|
+
"description": "New key name",
|
|
2870
|
+
"name": "name",
|
|
2861
2871
|
"hasDynamicHelp": false,
|
|
2862
2872
|
"multiple": false,
|
|
2863
|
-
"options": [
|
|
2864
|
-
"document",
|
|
2865
|
-
"thread"
|
|
2866
|
-
],
|
|
2867
2873
|
"type": "option"
|
|
2868
2874
|
},
|
|
2869
|
-
"
|
|
2870
|
-
"description": "
|
|
2871
|
-
"name": "
|
|
2872
|
-
"default": "third-person",
|
|
2875
|
+
"budget": {
|
|
2876
|
+
"description": "New spend budget in USD",
|
|
2877
|
+
"name": "budget",
|
|
2873
2878
|
"hasDynamicHelp": false,
|
|
2874
2879
|
"multiple": false,
|
|
2875
|
-
"options": [
|
|
2876
|
-
"first-person",
|
|
2877
|
-
"third-person"
|
|
2878
|
-
],
|
|
2879
2880
|
"type": "option"
|
|
2880
2881
|
},
|
|
2881
|
-
"
|
|
2882
|
-
"description": "
|
|
2883
|
-
"name": "
|
|
2884
|
-
"
|
|
2885
|
-
"
|
|
2886
|
-
"type": "option"
|
|
2882
|
+
"reset-spent": {
|
|
2883
|
+
"description": "Reset spent amount to zero",
|
|
2884
|
+
"name": "reset-spent",
|
|
2885
|
+
"allowNo": false,
|
|
2886
|
+
"type": "boolean"
|
|
2887
2887
|
}
|
|
2888
2888
|
},
|
|
2889
2889
|
"hasDynamicHelp": false,
|
|
2890
2890
|
"hiddenAliases": [],
|
|
2891
|
-
"id": "
|
|
2891
|
+
"id": "keys:update",
|
|
2892
2892
|
"pluginAlias": "faces-cli",
|
|
2893
2893
|
"pluginName": "faces-cli",
|
|
2894
2894
|
"pluginType": "core",
|
|
@@ -2898,8 +2898,8 @@
|
|
|
2898
2898
|
"relativePath": [
|
|
2899
2899
|
"dist",
|
|
2900
2900
|
"commands",
|
|
2901
|
-
"
|
|
2902
|
-
"
|
|
2901
|
+
"keys",
|
|
2902
|
+
"update.js"
|
|
2903
2903
|
]
|
|
2904
2904
|
},
|
|
2905
2905
|
"compile:doc:create": {
|
|
@@ -4231,5 +4231,5 @@
|
|
|
4231
4231
|
]
|
|
4232
4232
|
}
|
|
4233
4233
|
},
|
|
4234
|
-
"version": "1.5.
|
|
4234
|
+
"version": "1.5.12"
|
|
4235
4235
|
}
|