faces-cli 1.7.9 → 1.7.10
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.
|
@@ -174,8 +174,8 @@ export default class CompileDoc extends BaseCommand {
|
|
|
174
174
|
/** Extensions the compile-documents endpoint takes as inline text. */
|
|
175
175
|
const BINARY_HINTS = {
|
|
176
176
|
'.pdf': 'PDF is supported, but not by this command — use: faces compile:upload <alias> --file <path> --kind document',
|
|
177
|
-
'.docx': 'Word documents are
|
|
178
|
-
'.doc': '
|
|
177
|
+
'.docx': 'Word documents are supported, but not by this command — use: faces compile:upload <alias> --file <path> --kind document',
|
|
178
|
+
'.doc': "Legacy '.doc' is not supported. Open it in Word or Pages and save as .docx, then upload that with: faces compile:upload <alias> --file <path> --kind document",
|
|
179
179
|
'.pages': 'Pages documents are not supported. Export it as text or PDF first.',
|
|
180
180
|
'.rtf': 'RTF is not supported. Convert it to plain text first (e.g. `textutil -convert txt file.rtf`).',
|
|
181
181
|
'.key': 'Keynote files are not supported. Export the text first.',
|
|
@@ -7,7 +7,7 @@ function sleep(ms) {
|
|
|
7
7
|
return new Promise((resolve) => setTimeout(resolve, ms));
|
|
8
8
|
}
|
|
9
9
|
export default class CompileUpload extends BaseCommand {
|
|
10
|
-
static description = 'Upload a file (text/PDF/audio/video) to compile into a face';
|
|
10
|
+
static description = 'Upload a file (text/PDF/Word .docx/audio/video) to compile into a face';
|
|
11
11
|
static flags = {
|
|
12
12
|
...BaseCommand.baseFlags,
|
|
13
13
|
file: Flags.string({ description: 'File to upload', required: true }),
|
package/oclif.manifest.json
CHANGED
|
@@ -120,23 +120,10 @@
|
|
|
120
120
|
"state.js"
|
|
121
121
|
]
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"billing:balance": {
|
|
124
124
|
"aliases": [],
|
|
125
|
-
"args": {
|
|
126
|
-
|
|
127
|
-
"description": "OAuth provider to connect",
|
|
128
|
-
"name": "provider",
|
|
129
|
-
"options": [
|
|
130
|
-
"openai"
|
|
131
|
-
],
|
|
132
|
-
"required": true
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
"description": "Connect your ChatGPT account to Faces via device-code authorization (Subscription Connect plan)",
|
|
136
|
-
"examples": [
|
|
137
|
-
"<%= config.bin %> auth connect openai",
|
|
138
|
-
"<%= config.bin %> auth connect openai --json"
|
|
139
|
-
],
|
|
125
|
+
"args": {},
|
|
126
|
+
"description": "Show credit balance and payment method status",
|
|
140
127
|
"flags": {
|
|
141
128
|
"json": {
|
|
142
129
|
"description": "Format output as json.",
|
|
@@ -172,7 +159,7 @@
|
|
|
172
159
|
},
|
|
173
160
|
"hasDynamicHelp": false,
|
|
174
161
|
"hiddenAliases": [],
|
|
175
|
-
"id": "
|
|
162
|
+
"id": "billing:balance",
|
|
176
163
|
"pluginAlias": "faces-cli",
|
|
177
164
|
"pluginName": "faces-cli",
|
|
178
165
|
"pluginType": "core",
|
|
@@ -182,18 +169,14 @@
|
|
|
182
169
|
"relativePath": [
|
|
183
170
|
"dist",
|
|
184
171
|
"commands",
|
|
185
|
-
"
|
|
186
|
-
"
|
|
172
|
+
"billing",
|
|
173
|
+
"balance.js"
|
|
187
174
|
]
|
|
188
175
|
},
|
|
189
|
-
"
|
|
176
|
+
"billing:card-setup": {
|
|
190
177
|
"aliases": [],
|
|
191
178
|
"args": {},
|
|
192
|
-
"description": "
|
|
193
|
-
"examples": [
|
|
194
|
-
"<%= config.bin %> auth connections",
|
|
195
|
-
"<%= config.bin %> auth connections --json"
|
|
196
|
-
],
|
|
179
|
+
"description": "Get a Stripe card setup URL to save a payment method",
|
|
197
180
|
"flags": {
|
|
198
181
|
"json": {
|
|
199
182
|
"description": "Format output as json.",
|
|
@@ -229,7 +212,7 @@
|
|
|
229
212
|
},
|
|
230
213
|
"hasDynamicHelp": false,
|
|
231
214
|
"hiddenAliases": [],
|
|
232
|
-
"id": "
|
|
215
|
+
"id": "billing:card-setup",
|
|
233
216
|
"pluginAlias": "faces-cli",
|
|
234
217
|
"pluginName": "faces-cli",
|
|
235
218
|
"pluginType": "core",
|
|
@@ -239,26 +222,14 @@
|
|
|
239
222
|
"relativePath": [
|
|
240
223
|
"dist",
|
|
241
224
|
"commands",
|
|
242
|
-
"
|
|
243
|
-
"
|
|
225
|
+
"billing",
|
|
226
|
+
"card-setup.js"
|
|
244
227
|
]
|
|
245
228
|
},
|
|
246
|
-
"
|
|
229
|
+
"billing:llm-costs": {
|
|
247
230
|
"aliases": [],
|
|
248
|
-
"args": {
|
|
249
|
-
|
|
250
|
-
"description": "OAuth provider to disconnect",
|
|
251
|
-
"name": "provider",
|
|
252
|
-
"options": [
|
|
253
|
-
"openai"
|
|
254
|
-
],
|
|
255
|
-
"required": true
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
"description": "Disconnect a linked OAuth provider account",
|
|
259
|
-
"examples": [
|
|
260
|
-
"<%= config.bin %> auth disconnect openai"
|
|
261
|
-
],
|
|
231
|
+
"args": {},
|
|
232
|
+
"description": "List available LLMs and their per-token costs",
|
|
262
233
|
"flags": {
|
|
263
234
|
"json": {
|
|
264
235
|
"description": "Format output as json.",
|
|
@@ -290,11 +261,18 @@
|
|
|
290
261
|
"hasDynamicHelp": false,
|
|
291
262
|
"multiple": false,
|
|
292
263
|
"type": "option"
|
|
264
|
+
},
|
|
265
|
+
"provider": {
|
|
266
|
+
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
267
|
+
"name": "provider",
|
|
268
|
+
"hasDynamicHelp": false,
|
|
269
|
+
"multiple": false,
|
|
270
|
+
"type": "option"
|
|
293
271
|
}
|
|
294
272
|
},
|
|
295
273
|
"hasDynamicHelp": false,
|
|
296
274
|
"hiddenAliases": [],
|
|
297
|
-
"id": "
|
|
275
|
+
"id": "billing:llm-costs",
|
|
298
276
|
"pluginAlias": "faces-cli",
|
|
299
277
|
"pluginName": "faces-cli",
|
|
300
278
|
"pluginType": "core",
|
|
@@ -304,14 +282,14 @@
|
|
|
304
282
|
"relativePath": [
|
|
305
283
|
"dist",
|
|
306
284
|
"commands",
|
|
307
|
-
"
|
|
308
|
-
"
|
|
285
|
+
"billing",
|
|
286
|
+
"llm-costs.js"
|
|
309
287
|
]
|
|
310
288
|
},
|
|
311
|
-
"
|
|
289
|
+
"billing:topup": {
|
|
312
290
|
"aliases": [],
|
|
313
291
|
"args": {},
|
|
314
|
-
"description": "
|
|
292
|
+
"description": "Top up credit balance using saved payment method",
|
|
315
293
|
"flags": {
|
|
316
294
|
"json": {
|
|
317
295
|
"description": "Format output as json.",
|
|
@@ -344,18 +322,17 @@
|
|
|
344
322
|
"multiple": false,
|
|
345
323
|
"type": "option"
|
|
346
324
|
},
|
|
347
|
-
"
|
|
348
|
-
"description": "
|
|
349
|
-
"name": "
|
|
325
|
+
"amount": {
|
|
326
|
+
"description": "Top-up amount in USD (min $1)",
|
|
327
|
+
"name": "amount",
|
|
350
328
|
"required": true,
|
|
351
329
|
"hasDynamicHelp": false,
|
|
352
330
|
"multiple": false,
|
|
353
331
|
"type": "option"
|
|
354
332
|
},
|
|
355
|
-
"
|
|
356
|
-
"description": "
|
|
357
|
-
"name": "
|
|
358
|
-
"required": true,
|
|
333
|
+
"payment-ref": {
|
|
334
|
+
"description": "Payment reference (admin/test path)",
|
|
335
|
+
"name": "payment-ref",
|
|
359
336
|
"hasDynamicHelp": false,
|
|
360
337
|
"multiple": false,
|
|
361
338
|
"type": "option"
|
|
@@ -363,7 +340,7 @@
|
|
|
363
340
|
},
|
|
364
341
|
"hasDynamicHelp": false,
|
|
365
342
|
"hiddenAliases": [],
|
|
366
|
-
"id": "
|
|
343
|
+
"id": "billing:topup",
|
|
367
344
|
"pluginAlias": "faces-cli",
|
|
368
345
|
"pluginName": "faces-cli",
|
|
369
346
|
"pluginType": "core",
|
|
@@ -373,14 +350,14 @@
|
|
|
373
350
|
"relativePath": [
|
|
374
351
|
"dist",
|
|
375
352
|
"commands",
|
|
376
|
-
"
|
|
377
|
-
"
|
|
353
|
+
"billing",
|
|
354
|
+
"topup.js"
|
|
378
355
|
]
|
|
379
356
|
},
|
|
380
|
-
"
|
|
357
|
+
"billing:usage": {
|
|
381
358
|
"aliases": [],
|
|
382
359
|
"args": {},
|
|
383
|
-
"description": "
|
|
360
|
+
"description": "Aggregated usage analytics",
|
|
384
361
|
"flags": {
|
|
385
362
|
"json": {
|
|
386
363
|
"description": "Format output as json.",
|
|
@@ -412,11 +389,38 @@
|
|
|
412
389
|
"hasDynamicHelp": false,
|
|
413
390
|
"multiple": false,
|
|
414
391
|
"type": "option"
|
|
392
|
+
},
|
|
393
|
+
"group-by": {
|
|
394
|
+
"description": "Group results",
|
|
395
|
+
"name": "group-by",
|
|
396
|
+
"hasDynamicHelp": false,
|
|
397
|
+
"multiple": false,
|
|
398
|
+
"options": [
|
|
399
|
+
"api_key",
|
|
400
|
+
"model",
|
|
401
|
+
"llm",
|
|
402
|
+
"date"
|
|
403
|
+
],
|
|
404
|
+
"type": "option"
|
|
405
|
+
},
|
|
406
|
+
"from": {
|
|
407
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
408
|
+
"name": "from",
|
|
409
|
+
"hasDynamicHelp": false,
|
|
410
|
+
"multiple": false,
|
|
411
|
+
"type": "option"
|
|
412
|
+
},
|
|
413
|
+
"to": {
|
|
414
|
+
"description": "End date (YYYY-MM-DD)",
|
|
415
|
+
"name": "to",
|
|
416
|
+
"hasDynamicHelp": false,
|
|
417
|
+
"multiple": false,
|
|
418
|
+
"type": "option"
|
|
415
419
|
}
|
|
416
420
|
},
|
|
417
421
|
"hasDynamicHelp": false,
|
|
418
422
|
"hiddenAliases": [],
|
|
419
|
-
"id": "
|
|
423
|
+
"id": "billing:usage",
|
|
420
424
|
"pluginAlias": "faces-cli",
|
|
421
425
|
"pluginName": "faces-cli",
|
|
422
426
|
"pluginType": "core",
|
|
@@ -426,14 +430,27 @@
|
|
|
426
430
|
"relativePath": [
|
|
427
431
|
"dist",
|
|
428
432
|
"commands",
|
|
429
|
-
"
|
|
430
|
-
"
|
|
433
|
+
"billing",
|
|
434
|
+
"usage.js"
|
|
431
435
|
]
|
|
432
436
|
},
|
|
433
|
-
"auth:
|
|
437
|
+
"auth:connect": {
|
|
434
438
|
"aliases": [],
|
|
435
|
-
"args": {
|
|
436
|
-
|
|
439
|
+
"args": {
|
|
440
|
+
"provider": {
|
|
441
|
+
"description": "OAuth provider to connect",
|
|
442
|
+
"name": "provider",
|
|
443
|
+
"options": [
|
|
444
|
+
"openai"
|
|
445
|
+
],
|
|
446
|
+
"required": true
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"description": "Connect your ChatGPT account to Faces via device-code authorization (Subscription Connect plan)",
|
|
450
|
+
"examples": [
|
|
451
|
+
"<%= config.bin %> auth connect openai",
|
|
452
|
+
"<%= config.bin %> auth connect openai --json"
|
|
453
|
+
],
|
|
437
454
|
"flags": {
|
|
438
455
|
"json": {
|
|
439
456
|
"description": "Format output as json.",
|
|
@@ -469,7 +486,7 @@
|
|
|
469
486
|
},
|
|
470
487
|
"hasDynamicHelp": false,
|
|
471
488
|
"hiddenAliases": [],
|
|
472
|
-
"id": "auth:
|
|
489
|
+
"id": "auth:connect",
|
|
473
490
|
"pluginAlias": "faces-cli",
|
|
474
491
|
"pluginName": "faces-cli",
|
|
475
492
|
"pluginType": "core",
|
|
@@ -480,13 +497,17 @@
|
|
|
480
497
|
"dist",
|
|
481
498
|
"commands",
|
|
482
499
|
"auth",
|
|
483
|
-
"
|
|
500
|
+
"connect.js"
|
|
484
501
|
]
|
|
485
502
|
},
|
|
486
|
-
"auth:
|
|
503
|
+
"auth:connections": {
|
|
487
504
|
"aliases": [],
|
|
488
505
|
"args": {},
|
|
489
|
-
"description": "
|
|
506
|
+
"description": "List connected OAuth provider accounts",
|
|
507
|
+
"examples": [
|
|
508
|
+
"<%= config.bin %> auth connections",
|
|
509
|
+
"<%= config.bin %> auth connections --json"
|
|
510
|
+
],
|
|
490
511
|
"flags": {
|
|
491
512
|
"json": {
|
|
492
513
|
"description": "Format output as json.",
|
|
@@ -518,54 +539,11 @@
|
|
|
518
539
|
"hasDynamicHelp": false,
|
|
519
540
|
"multiple": false,
|
|
520
541
|
"type": "option"
|
|
521
|
-
},
|
|
522
|
-
"email": {
|
|
523
|
-
"description": "Email address",
|
|
524
|
-
"name": "email",
|
|
525
|
-
"required": true,
|
|
526
|
-
"hasDynamicHelp": false,
|
|
527
|
-
"multiple": false,
|
|
528
|
-
"type": "option"
|
|
529
|
-
},
|
|
530
|
-
"password": {
|
|
531
|
-
"description": "Password",
|
|
532
|
-
"name": "password",
|
|
533
|
-
"required": true,
|
|
534
|
-
"hasDynamicHelp": false,
|
|
535
|
-
"multiple": false,
|
|
536
|
-
"type": "option"
|
|
537
|
-
},
|
|
538
|
-
"username": {
|
|
539
|
-
"description": "Username (lowercase, dashes, numbers)",
|
|
540
|
-
"name": "username",
|
|
541
|
-
"required": true,
|
|
542
|
-
"hasDynamicHelp": false,
|
|
543
|
-
"multiple": false,
|
|
544
|
-
"type": "option"
|
|
545
|
-
},
|
|
546
|
-
"invite-key": {
|
|
547
|
-
"description": "Invite key (if required)",
|
|
548
|
-
"name": "invite-key",
|
|
549
|
-
"hasDynamicHelp": false,
|
|
550
|
-
"multiple": false,
|
|
551
|
-
"type": "option"
|
|
552
|
-
},
|
|
553
|
-
"plan": {
|
|
554
|
-
"description": "Plan to subscribe to: \"free\" ($5 activation) or \"connect\" ($17/mo, no activation fee)",
|
|
555
|
-
"name": "plan",
|
|
556
|
-
"default": "free",
|
|
557
|
-
"hasDynamicHelp": false,
|
|
558
|
-
"multiple": false,
|
|
559
|
-
"options": [
|
|
560
|
-
"free",
|
|
561
|
-
"connect"
|
|
562
|
-
],
|
|
563
|
-
"type": "option"
|
|
564
542
|
}
|
|
565
543
|
},
|
|
566
544
|
"hasDynamicHelp": false,
|
|
567
545
|
"hiddenAliases": [],
|
|
568
|
-
"id": "auth:
|
|
546
|
+
"id": "auth:connections",
|
|
569
547
|
"pluginAlias": "faces-cli",
|
|
570
548
|
"pluginName": "faces-cli",
|
|
571
549
|
"pluginType": "core",
|
|
@@ -576,13 +554,25 @@
|
|
|
576
554
|
"dist",
|
|
577
555
|
"commands",
|
|
578
556
|
"auth",
|
|
579
|
-
"
|
|
557
|
+
"connections.js"
|
|
580
558
|
]
|
|
581
559
|
},
|
|
582
|
-
"auth:
|
|
560
|
+
"auth:disconnect": {
|
|
583
561
|
"aliases": [],
|
|
584
|
-
"args": {
|
|
585
|
-
|
|
562
|
+
"args": {
|
|
563
|
+
"provider": {
|
|
564
|
+
"description": "OAuth provider to disconnect",
|
|
565
|
+
"name": "provider",
|
|
566
|
+
"options": [
|
|
567
|
+
"openai"
|
|
568
|
+
],
|
|
569
|
+
"required": true
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"description": "Disconnect a linked OAuth provider account",
|
|
573
|
+
"examples": [
|
|
574
|
+
"<%= config.bin %> auth disconnect openai"
|
|
575
|
+
],
|
|
586
576
|
"flags": {
|
|
587
577
|
"json": {
|
|
588
578
|
"description": "Format output as json.",
|
|
@@ -618,7 +608,7 @@
|
|
|
618
608
|
},
|
|
619
609
|
"hasDynamicHelp": false,
|
|
620
610
|
"hiddenAliases": [],
|
|
621
|
-
"id": "auth:
|
|
611
|
+
"id": "auth:disconnect",
|
|
622
612
|
"pluginAlias": "faces-cli",
|
|
623
613
|
"pluginName": "faces-cli",
|
|
624
614
|
"pluginType": "core",
|
|
@@ -629,13 +619,13 @@
|
|
|
629
619
|
"dist",
|
|
630
620
|
"commands",
|
|
631
621
|
"auth",
|
|
632
|
-
"
|
|
622
|
+
"disconnect.js"
|
|
633
623
|
]
|
|
634
624
|
},
|
|
635
|
-
"
|
|
625
|
+
"auth:login": {
|
|
636
626
|
"aliases": [],
|
|
637
627
|
"args": {},
|
|
638
|
-
"description": "
|
|
628
|
+
"description": "Login and save JWT credentials",
|
|
639
629
|
"flags": {
|
|
640
630
|
"json": {
|
|
641
631
|
"description": "Format output as json.",
|
|
@@ -667,11 +657,27 @@
|
|
|
667
657
|
"hasDynamicHelp": false,
|
|
668
658
|
"multiple": false,
|
|
669
659
|
"type": "option"
|
|
660
|
+
},
|
|
661
|
+
"email": {
|
|
662
|
+
"description": "Account email",
|
|
663
|
+
"name": "email",
|
|
664
|
+
"required": true,
|
|
665
|
+
"hasDynamicHelp": false,
|
|
666
|
+
"multiple": false,
|
|
667
|
+
"type": "option"
|
|
668
|
+
},
|
|
669
|
+
"password": {
|
|
670
|
+
"description": "Account password",
|
|
671
|
+
"name": "password",
|
|
672
|
+
"required": true,
|
|
673
|
+
"hasDynamicHelp": false,
|
|
674
|
+
"multiple": false,
|
|
675
|
+
"type": "option"
|
|
670
676
|
}
|
|
671
677
|
},
|
|
672
678
|
"hasDynamicHelp": false,
|
|
673
679
|
"hiddenAliases": [],
|
|
674
|
-
"id": "
|
|
680
|
+
"id": "auth:login",
|
|
675
681
|
"pluginAlias": "faces-cli",
|
|
676
682
|
"pluginName": "faces-cli",
|
|
677
683
|
"pluginType": "core",
|
|
@@ -681,14 +687,14 @@
|
|
|
681
687
|
"relativePath": [
|
|
682
688
|
"dist",
|
|
683
689
|
"commands",
|
|
684
|
-
"
|
|
685
|
-
"
|
|
690
|
+
"auth",
|
|
691
|
+
"login.js"
|
|
686
692
|
]
|
|
687
693
|
},
|
|
688
|
-
"
|
|
694
|
+
"auth:logout": {
|
|
689
695
|
"aliases": [],
|
|
690
696
|
"args": {},
|
|
691
|
-
"description": "
|
|
697
|
+
"description": "Clear saved credentials",
|
|
692
698
|
"flags": {
|
|
693
699
|
"json": {
|
|
694
700
|
"description": "Format output as json.",
|
|
@@ -724,7 +730,7 @@
|
|
|
724
730
|
},
|
|
725
731
|
"hasDynamicHelp": false,
|
|
726
732
|
"hiddenAliases": [],
|
|
727
|
-
"id": "
|
|
733
|
+
"id": "auth:logout",
|
|
728
734
|
"pluginAlias": "faces-cli",
|
|
729
735
|
"pluginName": "faces-cli",
|
|
730
736
|
"pluginType": "core",
|
|
@@ -734,14 +740,14 @@
|
|
|
734
740
|
"relativePath": [
|
|
735
741
|
"dist",
|
|
736
742
|
"commands",
|
|
737
|
-
"
|
|
738
|
-
"
|
|
743
|
+
"auth",
|
|
744
|
+
"logout.js"
|
|
739
745
|
]
|
|
740
746
|
},
|
|
741
|
-
"
|
|
747
|
+
"auth:refresh": {
|
|
742
748
|
"aliases": [],
|
|
743
749
|
"args": {},
|
|
744
|
-
"description": "
|
|
750
|
+
"description": "Exchange current JWT for a fresh one",
|
|
745
751
|
"flags": {
|
|
746
752
|
"json": {
|
|
747
753
|
"description": "Format output as json.",
|
|
@@ -773,18 +779,11 @@
|
|
|
773
779
|
"hasDynamicHelp": false,
|
|
774
780
|
"multiple": false,
|
|
775
781
|
"type": "option"
|
|
776
|
-
},
|
|
777
|
-
"provider": {
|
|
778
|
-
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
779
|
-
"name": "provider",
|
|
780
|
-
"hasDynamicHelp": false,
|
|
781
|
-
"multiple": false,
|
|
782
|
-
"type": "option"
|
|
783
782
|
}
|
|
784
783
|
},
|
|
785
784
|
"hasDynamicHelp": false,
|
|
786
785
|
"hiddenAliases": [],
|
|
787
|
-
"id": "
|
|
786
|
+
"id": "auth:refresh",
|
|
788
787
|
"pluginAlias": "faces-cli",
|
|
789
788
|
"pluginName": "faces-cli",
|
|
790
789
|
"pluginType": "core",
|
|
@@ -794,14 +793,14 @@
|
|
|
794
793
|
"relativePath": [
|
|
795
794
|
"dist",
|
|
796
795
|
"commands",
|
|
797
|
-
"
|
|
798
|
-
"
|
|
796
|
+
"auth",
|
|
797
|
+
"refresh.js"
|
|
799
798
|
]
|
|
800
799
|
},
|
|
801
|
-
"
|
|
800
|
+
"auth:register": {
|
|
802
801
|
"aliases": [],
|
|
803
802
|
"args": {},
|
|
804
|
-
"description": "
|
|
803
|
+
"description": "Create a new Faces account",
|
|
805
804
|
"flags": {
|
|
806
805
|
"json": {
|
|
807
806
|
"description": "Format output as json.",
|
|
@@ -834,25 +833,53 @@
|
|
|
834
833
|
"multiple": false,
|
|
835
834
|
"type": "option"
|
|
836
835
|
},
|
|
837
|
-
"
|
|
838
|
-
"description": "
|
|
839
|
-
"name": "
|
|
836
|
+
"email": {
|
|
837
|
+
"description": "Email address",
|
|
838
|
+
"name": "email",
|
|
840
839
|
"required": true,
|
|
841
840
|
"hasDynamicHelp": false,
|
|
842
841
|
"multiple": false,
|
|
843
842
|
"type": "option"
|
|
844
843
|
},
|
|
845
|
-
"
|
|
846
|
-
"description": "
|
|
847
|
-
"name": "
|
|
844
|
+
"password": {
|
|
845
|
+
"description": "Password",
|
|
846
|
+
"name": "password",
|
|
847
|
+
"required": true,
|
|
848
|
+
"hasDynamicHelp": false,
|
|
849
|
+
"multiple": false,
|
|
850
|
+
"type": "option"
|
|
851
|
+
},
|
|
852
|
+
"username": {
|
|
853
|
+
"description": "Username (lowercase, dashes, numbers)",
|
|
854
|
+
"name": "username",
|
|
855
|
+
"required": true,
|
|
848
856
|
"hasDynamicHelp": false,
|
|
849
857
|
"multiple": false,
|
|
850
858
|
"type": "option"
|
|
859
|
+
},
|
|
860
|
+
"invite-key": {
|
|
861
|
+
"description": "Invite key (if required)",
|
|
862
|
+
"name": "invite-key",
|
|
863
|
+
"hasDynamicHelp": false,
|
|
864
|
+
"multiple": false,
|
|
865
|
+
"type": "option"
|
|
866
|
+
},
|
|
867
|
+
"plan": {
|
|
868
|
+
"description": "Plan to subscribe to: \"free\" ($5 activation) or \"connect\" ($17/mo, no activation fee)",
|
|
869
|
+
"name": "plan",
|
|
870
|
+
"default": "free",
|
|
871
|
+
"hasDynamicHelp": false,
|
|
872
|
+
"multiple": false,
|
|
873
|
+
"options": [
|
|
874
|
+
"free",
|
|
875
|
+
"connect"
|
|
876
|
+
],
|
|
877
|
+
"type": "option"
|
|
851
878
|
}
|
|
852
879
|
},
|
|
853
880
|
"hasDynamicHelp": false,
|
|
854
881
|
"hiddenAliases": [],
|
|
855
|
-
"id": "
|
|
882
|
+
"id": "auth:register",
|
|
856
883
|
"pluginAlias": "faces-cli",
|
|
857
884
|
"pluginName": "faces-cli",
|
|
858
885
|
"pluginType": "core",
|
|
@@ -862,14 +889,14 @@
|
|
|
862
889
|
"relativePath": [
|
|
863
890
|
"dist",
|
|
864
891
|
"commands",
|
|
865
|
-
"
|
|
866
|
-
"
|
|
892
|
+
"auth",
|
|
893
|
+
"register.js"
|
|
867
894
|
]
|
|
868
895
|
},
|
|
869
|
-
"
|
|
896
|
+
"auth:whoami": {
|
|
870
897
|
"aliases": [],
|
|
871
898
|
"args": {},
|
|
872
|
-
"description": "
|
|
899
|
+
"description": "Print current user profile and auth diagnostic",
|
|
873
900
|
"flags": {
|
|
874
901
|
"json": {
|
|
875
902
|
"description": "Format output as json.",
|
|
@@ -901,38 +928,11 @@
|
|
|
901
928
|
"hasDynamicHelp": false,
|
|
902
929
|
"multiple": false,
|
|
903
930
|
"type": "option"
|
|
904
|
-
},
|
|
905
|
-
"group-by": {
|
|
906
|
-
"description": "Group results",
|
|
907
|
-
"name": "group-by",
|
|
908
|
-
"hasDynamicHelp": false,
|
|
909
|
-
"multiple": false,
|
|
910
|
-
"options": [
|
|
911
|
-
"api_key",
|
|
912
|
-
"model",
|
|
913
|
-
"llm",
|
|
914
|
-
"date"
|
|
915
|
-
],
|
|
916
|
-
"type": "option"
|
|
917
|
-
},
|
|
918
|
-
"from": {
|
|
919
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
920
|
-
"name": "from",
|
|
921
|
-
"hasDynamicHelp": false,
|
|
922
|
-
"multiple": false,
|
|
923
|
-
"type": "option"
|
|
924
|
-
},
|
|
925
|
-
"to": {
|
|
926
|
-
"description": "End date (YYYY-MM-DD)",
|
|
927
|
-
"name": "to",
|
|
928
|
-
"hasDynamicHelp": false,
|
|
929
|
-
"multiple": false,
|
|
930
|
-
"type": "option"
|
|
931
931
|
}
|
|
932
932
|
},
|
|
933
933
|
"hasDynamicHelp": false,
|
|
934
934
|
"hiddenAliases": [],
|
|
935
|
-
"id": "
|
|
935
|
+
"id": "auth:whoami",
|
|
936
936
|
"pluginAlias": "faces-cli",
|
|
937
937
|
"pluginName": "faces-cli",
|
|
938
938
|
"pluginType": "core",
|
|
@@ -942,8 +942,8 @@
|
|
|
942
942
|
"relativePath": [
|
|
943
943
|
"dist",
|
|
944
944
|
"commands",
|
|
945
|
-
"
|
|
946
|
-
"
|
|
945
|
+
"auth",
|
|
946
|
+
"whoami.js"
|
|
947
947
|
]
|
|
948
948
|
},
|
|
949
949
|
"catalog:backup": {
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
"required": true
|
|
1950
1950
|
}
|
|
1951
1951
|
},
|
|
1952
|
-
"description": "Upload a file (text/PDF/audio/video) to compile into a face",
|
|
1952
|
+
"description": "Upload a file (text/PDF/Word .docx/audio/video) to compile into a face",
|
|
1953
1953
|
"flags": {
|
|
1954
1954
|
"json": {
|
|
1955
1955
|
"description": "Format output as json.",
|
|
@@ -6137,5 +6137,5 @@
|
|
|
6137
6137
|
]
|
|
6138
6138
|
}
|
|
6139
6139
|
},
|
|
6140
|
-
"version": "1.7.
|
|
6140
|
+
"version": "1.7.10"
|
|
6141
6141
|
}
|