faces-cli 1.7.8 → 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.
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.",
|
|
@@ -720,23 +726,11 @@
|
|
|
720
726
|
"hasDynamicHelp": false,
|
|
721
727
|
"multiple": false,
|
|
722
728
|
"type": "option"
|
|
723
|
-
},
|
|
724
|
-
"fix": {
|
|
725
|
-
"description": "Rebuild missing or stale catalog entries from API",
|
|
726
|
-
"name": "fix",
|
|
727
|
-
"allowNo": false,
|
|
728
|
-
"type": "boolean"
|
|
729
|
-
},
|
|
730
|
-
"generate": {
|
|
731
|
-
"description": "Fix + generate missing descriptions via LLM",
|
|
732
|
-
"name": "generate",
|
|
733
|
-
"allowNo": false,
|
|
734
|
-
"type": "boolean"
|
|
735
729
|
}
|
|
736
730
|
},
|
|
737
731
|
"hasDynamicHelp": false,
|
|
738
732
|
"hiddenAliases": [],
|
|
739
|
-
"id": "
|
|
733
|
+
"id": "auth:logout",
|
|
740
734
|
"pluginAlias": "faces-cli",
|
|
741
735
|
"pluginName": "faces-cli",
|
|
742
736
|
"pluginType": "core",
|
|
@@ -746,14 +740,14 @@
|
|
|
746
740
|
"relativePath": [
|
|
747
741
|
"dist",
|
|
748
742
|
"commands",
|
|
749
|
-
"
|
|
750
|
-
"
|
|
743
|
+
"auth",
|
|
744
|
+
"logout.js"
|
|
751
745
|
]
|
|
752
746
|
},
|
|
753
|
-
"
|
|
747
|
+
"auth:refresh": {
|
|
754
748
|
"aliases": [],
|
|
755
749
|
"args": {},
|
|
756
|
-
"description": "
|
|
750
|
+
"description": "Exchange current JWT for a fresh one",
|
|
757
751
|
"flags": {
|
|
758
752
|
"json": {
|
|
759
753
|
"description": "Format output as json.",
|
|
@@ -789,7 +783,7 @@
|
|
|
789
783
|
},
|
|
790
784
|
"hasDynamicHelp": false,
|
|
791
785
|
"hiddenAliases": [],
|
|
792
|
-
"id": "
|
|
786
|
+
"id": "auth:refresh",
|
|
793
787
|
"pluginAlias": "faces-cli",
|
|
794
788
|
"pluginName": "faces-cli",
|
|
795
789
|
"pluginType": "core",
|
|
@@ -799,14 +793,14 @@
|
|
|
799
793
|
"relativePath": [
|
|
800
794
|
"dist",
|
|
801
795
|
"commands",
|
|
802
|
-
"
|
|
803
|
-
"
|
|
796
|
+
"auth",
|
|
797
|
+
"refresh.js"
|
|
804
798
|
]
|
|
805
799
|
},
|
|
806
|
-
"
|
|
800
|
+
"auth:register": {
|
|
807
801
|
"aliases": [],
|
|
808
802
|
"args": {},
|
|
809
|
-
"description": "
|
|
803
|
+
"description": "Create a new Faces account",
|
|
810
804
|
"flags": {
|
|
811
805
|
"json": {
|
|
812
806
|
"description": "Format output as json.",
|
|
@@ -839,37 +833,53 @@
|
|
|
839
833
|
"multiple": false,
|
|
840
834
|
"type": "option"
|
|
841
835
|
},
|
|
842
|
-
"
|
|
843
|
-
"description": "
|
|
844
|
-
"name": "
|
|
836
|
+
"email": {
|
|
837
|
+
"description": "Email address",
|
|
838
|
+
"name": "email",
|
|
839
|
+
"required": true,
|
|
845
840
|
"hasDynamicHelp": false,
|
|
846
841
|
"multiple": false,
|
|
847
842
|
"type": "option"
|
|
848
843
|
},
|
|
849
|
-
"
|
|
850
|
-
"description": "
|
|
851
|
-
"name": "
|
|
844
|
+
"password": {
|
|
845
|
+
"description": "Password",
|
|
846
|
+
"name": "password",
|
|
847
|
+
"required": true,
|
|
852
848
|
"hasDynamicHelp": false,
|
|
853
849
|
"multiple": false,
|
|
854
850
|
"type": "option"
|
|
855
851
|
},
|
|
856
|
-
"
|
|
857
|
-
"description": "
|
|
858
|
-
"name": "
|
|
852
|
+
"username": {
|
|
853
|
+
"description": "Username (lowercase, dashes, numbers)",
|
|
854
|
+
"name": "username",
|
|
855
|
+
"required": true,
|
|
859
856
|
"hasDynamicHelp": false,
|
|
860
857
|
"multiple": false,
|
|
861
858
|
"type": "option"
|
|
862
859
|
},
|
|
863
|
-
"
|
|
864
|
-
"description": "
|
|
865
|
-
"name": "
|
|
866
|
-
"
|
|
867
|
-
"
|
|
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"
|
|
868
878
|
}
|
|
869
879
|
},
|
|
870
880
|
"hasDynamicHelp": false,
|
|
871
881
|
"hiddenAliases": [],
|
|
872
|
-
"id": "
|
|
882
|
+
"id": "auth:register",
|
|
873
883
|
"pluginAlias": "faces-cli",
|
|
874
884
|
"pluginName": "faces-cli",
|
|
875
885
|
"pluginType": "core",
|
|
@@ -879,19 +889,14 @@
|
|
|
879
889
|
"relativePath": [
|
|
880
890
|
"dist",
|
|
881
891
|
"commands",
|
|
882
|
-
"
|
|
883
|
-
"
|
|
892
|
+
"auth",
|
|
893
|
+
"register.js"
|
|
884
894
|
]
|
|
885
895
|
},
|
|
886
|
-
"
|
|
896
|
+
"auth:whoami": {
|
|
887
897
|
"aliases": [],
|
|
888
|
-
"args": {
|
|
889
|
-
|
|
890
|
-
"description": "Backup file path (default: most recent in ~/.faces/backups/)",
|
|
891
|
-
"name": "file"
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
"description": "Restore faces, teams, and source material from a backup snapshot",
|
|
898
|
+
"args": {},
|
|
899
|
+
"description": "Print current user profile and auth diagnostic",
|
|
895
900
|
"flags": {
|
|
896
901
|
"json": {
|
|
897
902
|
"description": "Format output as json.",
|
|
@@ -923,17 +928,11 @@
|
|
|
923
928
|
"hasDynamicHelp": false,
|
|
924
929
|
"multiple": false,
|
|
925
930
|
"type": "option"
|
|
926
|
-
},
|
|
927
|
-
"compile": {
|
|
928
|
-
"description": "Run compile:all after restoring",
|
|
929
|
-
"name": "compile",
|
|
930
|
-
"allowNo": false,
|
|
931
|
-
"type": "boolean"
|
|
932
931
|
}
|
|
933
932
|
},
|
|
934
933
|
"hasDynamicHelp": false,
|
|
935
934
|
"hiddenAliases": [],
|
|
936
|
-
"id": "
|
|
935
|
+
"id": "auth:whoami",
|
|
937
936
|
"pluginAlias": "faces-cli",
|
|
938
937
|
"pluginName": "faces-cli",
|
|
939
938
|
"pluginType": "core",
|
|
@@ -943,14 +942,14 @@
|
|
|
943
942
|
"relativePath": [
|
|
944
943
|
"dist",
|
|
945
944
|
"commands",
|
|
946
|
-
"
|
|
947
|
-
"
|
|
945
|
+
"auth",
|
|
946
|
+
"whoami.js"
|
|
948
947
|
]
|
|
949
948
|
},
|
|
950
|
-
"
|
|
949
|
+
"catalog:backup": {
|
|
951
950
|
"aliases": [],
|
|
952
951
|
"args": {},
|
|
953
|
-
"description": "
|
|
952
|
+
"description": "Snapshot all faces, teams, and source material for migration",
|
|
954
953
|
"flags": {
|
|
955
954
|
"json": {
|
|
956
955
|
"description": "Format output as json.",
|
|
@@ -986,7 +985,7 @@
|
|
|
986
985
|
},
|
|
987
986
|
"hasDynamicHelp": false,
|
|
988
987
|
"hiddenAliases": [],
|
|
989
|
-
"id": "
|
|
988
|
+
"id": "catalog:backup",
|
|
990
989
|
"pluginAlias": "faces-cli",
|
|
991
990
|
"pluginName": "faces-cli",
|
|
992
991
|
"pluginType": "core",
|
|
@@ -996,14 +995,14 @@
|
|
|
996
995
|
"relativePath": [
|
|
997
996
|
"dist",
|
|
998
997
|
"commands",
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
998
|
+
"catalog",
|
|
999
|
+
"backup.js"
|
|
1001
1000
|
]
|
|
1002
1001
|
},
|
|
1003
|
-
"
|
|
1002
|
+
"catalog:doctor": {
|
|
1004
1003
|
"aliases": [],
|
|
1005
1004
|
"args": {},
|
|
1006
|
-
"description": "
|
|
1005
|
+
"description": "Diagnose and repair the local face and team catalog",
|
|
1007
1006
|
"flags": {
|
|
1008
1007
|
"json": {
|
|
1009
1008
|
"description": "Format output as json.",
|
|
@@ -1035,11 +1034,23 @@
|
|
|
1035
1034
|
"hasDynamicHelp": false,
|
|
1036
1035
|
"multiple": false,
|
|
1037
1036
|
"type": "option"
|
|
1037
|
+
},
|
|
1038
|
+
"fix": {
|
|
1039
|
+
"description": "Rebuild missing or stale catalog entries from API",
|
|
1040
|
+
"name": "fix",
|
|
1041
|
+
"allowNo": false,
|
|
1042
|
+
"type": "boolean"
|
|
1043
|
+
},
|
|
1044
|
+
"generate": {
|
|
1045
|
+
"description": "Fix + generate missing descriptions via LLM",
|
|
1046
|
+
"name": "generate",
|
|
1047
|
+
"allowNo": false,
|
|
1048
|
+
"type": "boolean"
|
|
1038
1049
|
}
|
|
1039
1050
|
},
|
|
1040
1051
|
"hasDynamicHelp": false,
|
|
1041
1052
|
"hiddenAliases": [],
|
|
1042
|
-
"id": "
|
|
1053
|
+
"id": "catalog:doctor",
|
|
1043
1054
|
"pluginAlias": "faces-cli",
|
|
1044
1055
|
"pluginName": "faces-cli",
|
|
1045
1056
|
"pluginType": "core",
|
|
@@ -1049,14 +1060,14 @@
|
|
|
1049
1060
|
"relativePath": [
|
|
1050
1061
|
"dist",
|
|
1051
1062
|
"commands",
|
|
1052
|
-
"
|
|
1053
|
-
"
|
|
1063
|
+
"catalog",
|
|
1064
|
+
"doctor.js"
|
|
1054
1065
|
]
|
|
1055
1066
|
},
|
|
1056
|
-
"
|
|
1067
|
+
"catalog:list": {
|
|
1057
1068
|
"aliases": [],
|
|
1058
1069
|
"args": {},
|
|
1059
|
-
"description": "List
|
|
1070
|
+
"description": "List all faces in the local catalog",
|
|
1060
1071
|
"flags": {
|
|
1061
1072
|
"json": {
|
|
1062
1073
|
"description": "Format output as json.",
|
|
@@ -1088,18 +1099,11 @@
|
|
|
1088
1099
|
"hasDynamicHelp": false,
|
|
1089
1100
|
"multiple": false,
|
|
1090
1101
|
"type": "option"
|
|
1091
|
-
},
|
|
1092
|
-
"provider": {
|
|
1093
|
-
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
1094
|
-
"name": "provider",
|
|
1095
|
-
"hasDynamicHelp": false,
|
|
1096
|
-
"multiple": false,
|
|
1097
|
-
"type": "option"
|
|
1098
1102
|
}
|
|
1099
1103
|
},
|
|
1100
1104
|
"hasDynamicHelp": false,
|
|
1101
1105
|
"hiddenAliases": [],
|
|
1102
|
-
"id": "
|
|
1106
|
+
"id": "catalog:list",
|
|
1103
1107
|
"pluginAlias": "faces-cli",
|
|
1104
1108
|
"pluginName": "faces-cli",
|
|
1105
1109
|
"pluginType": "core",
|
|
@@ -1109,14 +1113,14 @@
|
|
|
1109
1113
|
"relativePath": [
|
|
1110
1114
|
"dist",
|
|
1111
1115
|
"commands",
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
1116
|
+
"catalog",
|
|
1117
|
+
"list.js"
|
|
1114
1118
|
]
|
|
1115
1119
|
},
|
|
1116
|
-
"
|
|
1120
|
+
"catalog:manyfaced": {
|
|
1117
1121
|
"aliases": [],
|
|
1118
1122
|
"args": {},
|
|
1119
|
-
"description": "
|
|
1123
|
+
"description": "Browse and install community manyfaced skills from github.com/facessh/manyfaced",
|
|
1120
1124
|
"flags": {
|
|
1121
1125
|
"json": {
|
|
1122
1126
|
"description": "Format output as json.",
|
|
@@ -1149,25 +1153,37 @@
|
|
|
1149
1153
|
"multiple": false,
|
|
1150
1154
|
"type": "option"
|
|
1151
1155
|
},
|
|
1152
|
-
"
|
|
1153
|
-
"description": "
|
|
1154
|
-
"name": "
|
|
1155
|
-
"required": true,
|
|
1156
|
+
"skill": {
|
|
1157
|
+
"description": "Show details for a specific skill",
|
|
1158
|
+
"name": "skill",
|
|
1156
1159
|
"hasDynamicHelp": false,
|
|
1157
1160
|
"multiple": false,
|
|
1158
1161
|
"type": "option"
|
|
1159
1162
|
},
|
|
1160
|
-
"
|
|
1161
|
-
"description": "
|
|
1162
|
-
"name": "
|
|
1163
|
+
"install": {
|
|
1164
|
+
"description": "Install a skill by name",
|
|
1165
|
+
"name": "install",
|
|
1166
|
+
"hasDynamicHelp": false,
|
|
1167
|
+
"multiple": false,
|
|
1168
|
+
"type": "option"
|
|
1169
|
+
},
|
|
1170
|
+
"skills-dir": {
|
|
1171
|
+
"description": "Directory to install skills into (required for --install)",
|
|
1172
|
+
"name": "skills-dir",
|
|
1163
1173
|
"hasDynamicHelp": false,
|
|
1164
1174
|
"multiple": false,
|
|
1165
1175
|
"type": "option"
|
|
1176
|
+
},
|
|
1177
|
+
"refresh": {
|
|
1178
|
+
"description": "Force refresh the skill index (ignore cache)",
|
|
1179
|
+
"name": "refresh",
|
|
1180
|
+
"allowNo": false,
|
|
1181
|
+
"type": "boolean"
|
|
1166
1182
|
}
|
|
1167
1183
|
},
|
|
1168
1184
|
"hasDynamicHelp": false,
|
|
1169
1185
|
"hiddenAliases": [],
|
|
1170
|
-
"id": "
|
|
1186
|
+
"id": "catalog:manyfaced",
|
|
1171
1187
|
"pluginAlias": "faces-cli",
|
|
1172
1188
|
"pluginName": "faces-cli",
|
|
1173
1189
|
"pluginType": "core",
|
|
@@ -1177,14 +1193,19 @@
|
|
|
1177
1193
|
"relativePath": [
|
|
1178
1194
|
"dist",
|
|
1179
1195
|
"commands",
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1196
|
+
"catalog",
|
|
1197
|
+
"manyfaced.js"
|
|
1182
1198
|
]
|
|
1183
1199
|
},
|
|
1184
|
-
"
|
|
1200
|
+
"catalog:restore": {
|
|
1185
1201
|
"aliases": [],
|
|
1186
|
-
"args": {
|
|
1187
|
-
|
|
1202
|
+
"args": {
|
|
1203
|
+
"file": {
|
|
1204
|
+
"description": "Backup file path (default: most recent in ~/.faces/backups/)",
|
|
1205
|
+
"name": "file"
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
"description": "Restore faces, teams, and source material from a backup snapshot",
|
|
1188
1209
|
"flags": {
|
|
1189
1210
|
"json": {
|
|
1190
1211
|
"description": "Format output as json.",
|
|
@@ -1217,37 +1238,16 @@
|
|
|
1217
1238
|
"multiple": false,
|
|
1218
1239
|
"type": "option"
|
|
1219
1240
|
},
|
|
1220
|
-
"
|
|
1221
|
-
"description": "
|
|
1222
|
-
"name": "
|
|
1223
|
-
"
|
|
1224
|
-
"
|
|
1225
|
-
"options": [
|
|
1226
|
-
"api_key",
|
|
1227
|
-
"model",
|
|
1228
|
-
"llm",
|
|
1229
|
-
"date"
|
|
1230
|
-
],
|
|
1231
|
-
"type": "option"
|
|
1232
|
-
},
|
|
1233
|
-
"from": {
|
|
1234
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
1235
|
-
"name": "from",
|
|
1236
|
-
"hasDynamicHelp": false,
|
|
1237
|
-
"multiple": false,
|
|
1238
|
-
"type": "option"
|
|
1239
|
-
},
|
|
1240
|
-
"to": {
|
|
1241
|
-
"description": "End date (YYYY-MM-DD)",
|
|
1242
|
-
"name": "to",
|
|
1243
|
-
"hasDynamicHelp": false,
|
|
1244
|
-
"multiple": false,
|
|
1245
|
-
"type": "option"
|
|
1241
|
+
"compile": {
|
|
1242
|
+
"description": "Run compile:all after restoring",
|
|
1243
|
+
"name": "compile",
|
|
1244
|
+
"allowNo": false,
|
|
1245
|
+
"type": "boolean"
|
|
1246
1246
|
}
|
|
1247
1247
|
},
|
|
1248
1248
|
"hasDynamicHelp": false,
|
|
1249
1249
|
"hiddenAliases": [],
|
|
1250
|
-
"id": "
|
|
1250
|
+
"id": "catalog:restore",
|
|
1251
1251
|
"pluginAlias": "faces-cli",
|
|
1252
1252
|
"pluginName": "faces-cli",
|
|
1253
1253
|
"pluginType": "core",
|
|
@@ -1257,8 +1257,8 @@
|
|
|
1257
1257
|
"relativePath": [
|
|
1258
1258
|
"dist",
|
|
1259
1259
|
"commands",
|
|
1260
|
-
"
|
|
1261
|
-
"
|
|
1260
|
+
"catalog",
|
|
1261
|
+
"restore.js"
|
|
1262
1262
|
]
|
|
1263
1263
|
},
|
|
1264
1264
|
"chat:chat": {
|
|
@@ -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.",
|
|
@@ -4185,7 +4185,7 @@
|
|
|
4185
4185
|
"index.js"
|
|
4186
4186
|
]
|
|
4187
4187
|
},
|
|
4188
|
-
"compile:
|
|
4188
|
+
"compile:doc:create": {
|
|
4189
4189
|
"aliases": [],
|
|
4190
4190
|
"args": {
|
|
4191
4191
|
"face_id": {
|
|
@@ -4194,7 +4194,7 @@
|
|
|
4194
4194
|
"required": true
|
|
4195
4195
|
}
|
|
4196
4196
|
},
|
|
4197
|
-
"description": "
|
|
4197
|
+
"description": "Submit a document to a face",
|
|
4198
4198
|
"flags": {
|
|
4199
4199
|
"json": {
|
|
4200
4200
|
"description": "Format output as json.",
|
|
@@ -4228,22 +4228,42 @@
|
|
|
4228
4228
|
"type": "option"
|
|
4229
4229
|
},
|
|
4230
4230
|
"label": {
|
|
4231
|
-
"description": "
|
|
4231
|
+
"description": "Document label/title",
|
|
4232
4232
|
"name": "label",
|
|
4233
4233
|
"hasDynamicHelp": false,
|
|
4234
4234
|
"multiple": false,
|
|
4235
4235
|
"type": "option"
|
|
4236
4236
|
},
|
|
4237
|
-
"
|
|
4238
|
-
"description": "
|
|
4239
|
-
"name": "
|
|
4240
|
-
"
|
|
4241
|
-
"
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
|
-
|
|
4237
|
+
"content": {
|
|
4238
|
+
"description": "Inline text content",
|
|
4239
|
+
"name": "content",
|
|
4240
|
+
"hasDynamicHelp": false,
|
|
4241
|
+
"multiple": false,
|
|
4242
|
+
"type": "option"
|
|
4243
|
+
},
|
|
4244
|
+
"file": {
|
|
4245
|
+
"description": "Read content from file",
|
|
4246
|
+
"name": "file",
|
|
4247
|
+
"hasDynamicHelp": false,
|
|
4248
|
+
"multiple": false,
|
|
4249
|
+
"type": "option"
|
|
4250
|
+
},
|
|
4251
|
+
"perspective": {
|
|
4252
|
+
"description": "Perspective (first-person or third-person)",
|
|
4253
|
+
"name": "perspective",
|
|
4254
|
+
"default": "first-person",
|
|
4255
|
+
"hasDynamicHelp": false,
|
|
4256
|
+
"multiple": false,
|
|
4257
|
+
"options": [
|
|
4258
|
+
"first-person",
|
|
4259
|
+
"third-person"
|
|
4260
|
+
],
|
|
4261
|
+
"type": "option"
|
|
4262
|
+
}
|
|
4263
|
+
},
|
|
4264
|
+
"hasDynamicHelp": false,
|
|
4245
4265
|
"hiddenAliases": [],
|
|
4246
|
-
"id": "compile:
|
|
4266
|
+
"id": "compile:doc:create",
|
|
4247
4267
|
"pluginAlias": "faces-cli",
|
|
4248
4268
|
"pluginName": "faces-cli",
|
|
4249
4269
|
"pluginType": "core",
|
|
@@ -4254,20 +4274,20 @@
|
|
|
4254
4274
|
"dist",
|
|
4255
4275
|
"commands",
|
|
4256
4276
|
"compile",
|
|
4257
|
-
"
|
|
4277
|
+
"doc",
|
|
4258
4278
|
"create.js"
|
|
4259
4279
|
]
|
|
4260
4280
|
},
|
|
4261
|
-
"compile:
|
|
4281
|
+
"compile:doc:delete": {
|
|
4262
4282
|
"aliases": [],
|
|
4263
4283
|
"args": {
|
|
4264
|
-
"
|
|
4265
|
-
"description": "
|
|
4266
|
-
"name": "
|
|
4284
|
+
"doc_id": {
|
|
4285
|
+
"description": "Document ID",
|
|
4286
|
+
"name": "doc_id",
|
|
4267
4287
|
"required": true
|
|
4268
4288
|
}
|
|
4269
4289
|
},
|
|
4270
|
-
"description": "Delete a
|
|
4290
|
+
"description": "Delete a document",
|
|
4271
4291
|
"flags": {
|
|
4272
4292
|
"json": {
|
|
4273
4293
|
"description": "Format output as json.",
|
|
@@ -4299,17 +4319,11 @@
|
|
|
4299
4319
|
"hasDynamicHelp": false,
|
|
4300
4320
|
"multiple": false,
|
|
4301
4321
|
"type": "option"
|
|
4302
|
-
},
|
|
4303
|
-
"yes": {
|
|
4304
|
-
"description": "Skip confirmation",
|
|
4305
|
-
"name": "yes",
|
|
4306
|
-
"allowNo": false,
|
|
4307
|
-
"type": "boolean"
|
|
4308
4322
|
}
|
|
4309
4323
|
},
|
|
4310
4324
|
"hasDynamicHelp": false,
|
|
4311
4325
|
"hiddenAliases": [],
|
|
4312
|
-
"id": "compile:
|
|
4326
|
+
"id": "compile:doc:delete",
|
|
4313
4327
|
"pluginAlias": "faces-cli",
|
|
4314
4328
|
"pluginName": "faces-cli",
|
|
4315
4329
|
"pluginType": "core",
|
|
@@ -4320,20 +4334,20 @@
|
|
|
4320
4334
|
"dist",
|
|
4321
4335
|
"commands",
|
|
4322
4336
|
"compile",
|
|
4323
|
-
"
|
|
4337
|
+
"doc",
|
|
4324
4338
|
"delete.js"
|
|
4325
4339
|
]
|
|
4326
4340
|
},
|
|
4327
|
-
"compile:
|
|
4341
|
+
"compile:doc:edit": {
|
|
4328
4342
|
"aliases": [],
|
|
4329
4343
|
"args": {
|
|
4330
|
-
"
|
|
4331
|
-
"description": "
|
|
4332
|
-
"name": "
|
|
4344
|
+
"doc_id": {
|
|
4345
|
+
"description": "Document ID",
|
|
4346
|
+
"name": "doc_id",
|
|
4333
4347
|
"required": true
|
|
4334
4348
|
}
|
|
4335
4349
|
},
|
|
4336
|
-
"description": "Edit a
|
|
4350
|
+
"description": "Edit a document (label, content, or perspective)",
|
|
4337
4351
|
"flags": {
|
|
4338
4352
|
"json": {
|
|
4339
4353
|
"description": "Format output as json.",
|
|
@@ -4367,23 +4381,41 @@
|
|
|
4367
4381
|
"type": "option"
|
|
4368
4382
|
},
|
|
4369
4383
|
"label": {
|
|
4370
|
-
"description": "New
|
|
4384
|
+
"description": "New label/title",
|
|
4371
4385
|
"name": "label",
|
|
4372
4386
|
"hasDynamicHelp": false,
|
|
4373
4387
|
"multiple": false,
|
|
4374
4388
|
"type": "option"
|
|
4375
4389
|
},
|
|
4376
|
-
"
|
|
4377
|
-
"description": "
|
|
4378
|
-
"name": "
|
|
4390
|
+
"content": {
|
|
4391
|
+
"description": "New inline text content",
|
|
4392
|
+
"name": "content",
|
|
4393
|
+
"hasDynamicHelp": false,
|
|
4394
|
+
"multiple": false,
|
|
4395
|
+
"type": "option"
|
|
4396
|
+
},
|
|
4397
|
+
"file": {
|
|
4398
|
+
"description": "Read new content from file",
|
|
4399
|
+
"name": "file",
|
|
4400
|
+
"hasDynamicHelp": false,
|
|
4401
|
+
"multiple": false,
|
|
4402
|
+
"type": "option"
|
|
4403
|
+
},
|
|
4404
|
+
"perspective": {
|
|
4405
|
+
"description": "Perspective (first-person or third-person)",
|
|
4406
|
+
"name": "perspective",
|
|
4379
4407
|
"hasDynamicHelp": false,
|
|
4380
4408
|
"multiple": false,
|
|
4409
|
+
"options": [
|
|
4410
|
+
"first-person",
|
|
4411
|
+
"third-person"
|
|
4412
|
+
],
|
|
4381
4413
|
"type": "option"
|
|
4382
4414
|
}
|
|
4383
4415
|
},
|
|
4384
4416
|
"hasDynamicHelp": false,
|
|
4385
4417
|
"hiddenAliases": [],
|
|
4386
|
-
"id": "compile:
|
|
4418
|
+
"id": "compile:doc:edit",
|
|
4387
4419
|
"pluginAlias": "faces-cli",
|
|
4388
4420
|
"pluginName": "faces-cli",
|
|
4389
4421
|
"pluginType": "core",
|
|
@@ -4394,20 +4426,20 @@
|
|
|
4394
4426
|
"dist",
|
|
4395
4427
|
"commands",
|
|
4396
4428
|
"compile",
|
|
4397
|
-
"
|
|
4429
|
+
"doc",
|
|
4398
4430
|
"edit.js"
|
|
4399
4431
|
]
|
|
4400
4432
|
},
|
|
4401
|
-
"compile:
|
|
4433
|
+
"compile:doc:get": {
|
|
4402
4434
|
"aliases": [],
|
|
4403
4435
|
"args": {
|
|
4404
|
-
"
|
|
4405
|
-
"description": "
|
|
4406
|
-
"name": "
|
|
4436
|
+
"doc_id": {
|
|
4437
|
+
"description": "Document ID",
|
|
4438
|
+
"name": "doc_id",
|
|
4407
4439
|
"required": true
|
|
4408
4440
|
}
|
|
4409
4441
|
},
|
|
4410
|
-
"description": "Get a
|
|
4442
|
+
"description": "Get a document by ID",
|
|
4411
4443
|
"flags": {
|
|
4412
4444
|
"json": {
|
|
4413
4445
|
"description": "Format output as json.",
|
|
@@ -4443,7 +4475,7 @@
|
|
|
4443
4475
|
},
|
|
4444
4476
|
"hasDynamicHelp": false,
|
|
4445
4477
|
"hiddenAliases": [],
|
|
4446
|
-
"id": "compile:
|
|
4478
|
+
"id": "compile:doc:get",
|
|
4447
4479
|
"pluginAlias": "faces-cli",
|
|
4448
4480
|
"pluginName": "faces-cli",
|
|
4449
4481
|
"pluginType": "core",
|
|
@@ -4454,11 +4486,11 @@
|
|
|
4454
4486
|
"dist",
|
|
4455
4487
|
"commands",
|
|
4456
4488
|
"compile",
|
|
4457
|
-
"
|
|
4489
|
+
"doc",
|
|
4458
4490
|
"get.js"
|
|
4459
4491
|
]
|
|
4460
4492
|
},
|
|
4461
|
-
"compile:
|
|
4493
|
+
"compile:doc": {
|
|
4462
4494
|
"aliases": [],
|
|
4463
4495
|
"args": {
|
|
4464
4496
|
"face_id": {
|
|
@@ -4467,7 +4499,11 @@
|
|
|
4467
4499
|
"required": true
|
|
4468
4500
|
}
|
|
4469
4501
|
},
|
|
4470
|
-
"description": "
|
|
4502
|
+
"description": "Compile one or more documents into a face (create → make in one step). Repeat --file to submit several documents in a single command; each file becomes its own document rather than being concatenated.",
|
|
4503
|
+
"examples": [
|
|
4504
|
+
"<%= config.bin %> <%= command.id %> alice --file notes.txt",
|
|
4505
|
+
"<%= config.bin %> <%= command.id %> alice --file a.txt --file b.txt --file c.txt --no-wait --json"
|
|
4506
|
+
],
|
|
4471
4507
|
"flags": {
|
|
4472
4508
|
"json": {
|
|
4473
4509
|
"description": "Format output as json.",
|
|
@@ -4499,11 +4535,61 @@
|
|
|
4499
4535
|
"hasDynamicHelp": false,
|
|
4500
4536
|
"multiple": false,
|
|
4501
4537
|
"type": "option"
|
|
4538
|
+
},
|
|
4539
|
+
"label": {
|
|
4540
|
+
"description": "Document label/title (single document only; with several files each is labelled by its filename)",
|
|
4541
|
+
"name": "label",
|
|
4542
|
+
"hasDynamicHelp": false,
|
|
4543
|
+
"multiple": false,
|
|
4544
|
+
"type": "option"
|
|
4545
|
+
},
|
|
4546
|
+
"content": {
|
|
4547
|
+
"description": "Inline text content",
|
|
4548
|
+
"exclusive": [
|
|
4549
|
+
"file"
|
|
4550
|
+
],
|
|
4551
|
+
"name": "content",
|
|
4552
|
+
"hasDynamicHelp": false,
|
|
4553
|
+
"multiple": false,
|
|
4554
|
+
"type": "option"
|
|
4555
|
+
},
|
|
4556
|
+
"file": {
|
|
4557
|
+
"description": "Read content from file (repeatable — each file becomes its own document)",
|
|
4558
|
+
"name": "file",
|
|
4559
|
+
"hasDynamicHelp": false,
|
|
4560
|
+
"multiple": true,
|
|
4561
|
+
"type": "option"
|
|
4562
|
+
},
|
|
4563
|
+
"perspective": {
|
|
4564
|
+
"description": "Perspective",
|
|
4565
|
+
"name": "perspective",
|
|
4566
|
+
"default": "first-person",
|
|
4567
|
+
"hasDynamicHelp": false,
|
|
4568
|
+
"multiple": false,
|
|
4569
|
+
"options": [
|
|
4570
|
+
"first-person",
|
|
4571
|
+
"third-person"
|
|
4572
|
+
],
|
|
4573
|
+
"type": "option"
|
|
4574
|
+
},
|
|
4575
|
+
"timeout": {
|
|
4576
|
+
"description": "Compile timeout in seconds, per document (default: 600)",
|
|
4577
|
+
"name": "timeout",
|
|
4578
|
+
"default": 600,
|
|
4579
|
+
"hasDynamicHelp": false,
|
|
4580
|
+
"multiple": false,
|
|
4581
|
+
"type": "option"
|
|
4582
|
+
},
|
|
4583
|
+
"no-wait": {
|
|
4584
|
+
"description": "Create and trigger compilation, then return immediately without polling.",
|
|
4585
|
+
"name": "no-wait",
|
|
4586
|
+
"allowNo": false,
|
|
4587
|
+
"type": "boolean"
|
|
4502
4588
|
}
|
|
4503
4589
|
},
|
|
4504
4590
|
"hasDynamicHelp": false,
|
|
4505
4591
|
"hiddenAliases": [],
|
|
4506
|
-
"id": "compile:
|
|
4592
|
+
"id": "compile:doc",
|
|
4507
4593
|
"pluginAlias": "faces-cli",
|
|
4508
4594
|
"pluginName": "faces-cli",
|
|
4509
4595
|
"pluginType": "core",
|
|
@@ -4514,20 +4600,20 @@
|
|
|
4514
4600
|
"dist",
|
|
4515
4601
|
"commands",
|
|
4516
4602
|
"compile",
|
|
4517
|
-
"
|
|
4518
|
-
"
|
|
4603
|
+
"doc",
|
|
4604
|
+
"index.js"
|
|
4519
4605
|
]
|
|
4520
4606
|
},
|
|
4521
|
-
"compile:
|
|
4607
|
+
"compile:doc:list": {
|
|
4522
4608
|
"aliases": [],
|
|
4523
4609
|
"args": {
|
|
4524
|
-
"
|
|
4525
|
-
"description": "
|
|
4526
|
-
"name": "
|
|
4610
|
+
"face_id": {
|
|
4611
|
+
"description": "Face alias",
|
|
4612
|
+
"name": "face_id",
|
|
4527
4613
|
"required": true
|
|
4528
4614
|
}
|
|
4529
4615
|
},
|
|
4530
|
-
"description": "
|
|
4616
|
+
"description": "List documents for a face",
|
|
4531
4617
|
"flags": {
|
|
4532
4618
|
"json": {
|
|
4533
4619
|
"description": "Format output as json.",
|
|
@@ -4559,25 +4645,11 @@
|
|
|
4559
4645
|
"hasDynamicHelp": false,
|
|
4560
4646
|
"multiple": false,
|
|
4561
4647
|
"type": "option"
|
|
4562
|
-
},
|
|
4563
|
-
"timeout": {
|
|
4564
|
-
"description": "Compile timeout in seconds (default: 600)",
|
|
4565
|
-
"name": "timeout",
|
|
4566
|
-
"default": 600,
|
|
4567
|
-
"hasDynamicHelp": false,
|
|
4568
|
-
"multiple": false,
|
|
4569
|
-
"type": "option"
|
|
4570
|
-
},
|
|
4571
|
-
"no-wait": {
|
|
4572
|
-
"description": "Return immediately after triggering compilation. Prints the thread ID for manual polling.",
|
|
4573
|
-
"name": "no-wait",
|
|
4574
|
-
"allowNo": false,
|
|
4575
|
-
"type": "boolean"
|
|
4576
4648
|
}
|
|
4577
4649
|
},
|
|
4578
4650
|
"hasDynamicHelp": false,
|
|
4579
4651
|
"hiddenAliases": [],
|
|
4580
|
-
"id": "compile:
|
|
4652
|
+
"id": "compile:doc:list",
|
|
4581
4653
|
"pluginAlias": "faces-cli",
|
|
4582
4654
|
"pluginName": "faces-cli",
|
|
4583
4655
|
"pluginType": "core",
|
|
@@ -4588,20 +4660,20 @@
|
|
|
4588
4660
|
"dist",
|
|
4589
4661
|
"commands",
|
|
4590
4662
|
"compile",
|
|
4591
|
-
"
|
|
4592
|
-
"
|
|
4663
|
+
"doc",
|
|
4664
|
+
"list.js"
|
|
4593
4665
|
]
|
|
4594
4666
|
},
|
|
4595
|
-
"compile:
|
|
4667
|
+
"compile:doc:make": {
|
|
4596
4668
|
"aliases": [],
|
|
4597
4669
|
"args": {
|
|
4598
|
-
"
|
|
4599
|
-
"description": "
|
|
4600
|
-
"name": "
|
|
4670
|
+
"doc_id": {
|
|
4671
|
+
"description": "Document ID",
|
|
4672
|
+
"name": "doc_id",
|
|
4601
4673
|
"required": true
|
|
4602
4674
|
}
|
|
4603
4675
|
},
|
|
4604
|
-
"description": "
|
|
4676
|
+
"description": "Compile an existing document (prepare + sync in one step)",
|
|
4605
4677
|
"flags": {
|
|
4606
4678
|
"json": {
|
|
4607
4679
|
"description": "Format output as json.",
|
|
@@ -4634,25 +4706,24 @@
|
|
|
4634
4706
|
"multiple": false,
|
|
4635
4707
|
"type": "option"
|
|
4636
4708
|
},
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
4639
|
-
"
|
|
4640
|
-
"
|
|
4641
|
-
"required": true,
|
|
4709
|
+
"timeout": {
|
|
4710
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
4711
|
+
"name": "timeout",
|
|
4712
|
+
"default": 600,
|
|
4642
4713
|
"hasDynamicHelp": false,
|
|
4643
4714
|
"multiple": false,
|
|
4644
4715
|
"type": "option"
|
|
4645
4716
|
},
|
|
4646
|
-
"
|
|
4647
|
-
"description": "
|
|
4648
|
-
"name": "
|
|
4717
|
+
"no-wait": {
|
|
4718
|
+
"description": "Return immediately after triggering compilation. Prints the document ID for manual polling.",
|
|
4719
|
+
"name": "no-wait",
|
|
4649
4720
|
"allowNo": false,
|
|
4650
4721
|
"type": "boolean"
|
|
4651
4722
|
}
|
|
4652
4723
|
},
|
|
4653
4724
|
"hasDynamicHelp": false,
|
|
4654
4725
|
"hiddenAliases": [],
|
|
4655
|
-
"id": "compile:
|
|
4726
|
+
"id": "compile:doc:make",
|
|
4656
4727
|
"pluginAlias": "faces-cli",
|
|
4657
4728
|
"pluginName": "faces-cli",
|
|
4658
4729
|
"pluginType": "core",
|
|
@@ -4663,20 +4734,20 @@
|
|
|
4663
4734
|
"dist",
|
|
4664
4735
|
"commands",
|
|
4665
4736
|
"compile",
|
|
4666
|
-
"
|
|
4667
|
-
"
|
|
4737
|
+
"doc",
|
|
4738
|
+
"make.js"
|
|
4668
4739
|
]
|
|
4669
4740
|
},
|
|
4670
|
-
"compile:
|
|
4741
|
+
"compile:doc:pause": {
|
|
4671
4742
|
"aliases": [],
|
|
4672
4743
|
"args": {
|
|
4673
|
-
"
|
|
4674
|
-
"description": "
|
|
4675
|
-
"name": "
|
|
4744
|
+
"doc_id": {
|
|
4745
|
+
"description": "Document ID",
|
|
4746
|
+
"name": "doc_id",
|
|
4676
4747
|
"required": true
|
|
4677
4748
|
}
|
|
4678
4749
|
},
|
|
4679
|
-
"description": "Ask a running
|
|
4750
|
+
"description": "Ask a running document compilation to stop (preserves progress, resume with make). The compile stops at the next chunk boundary; this waits for it unless --no-wait.",
|
|
4680
4751
|
"flags": {
|
|
4681
4752
|
"json": {
|
|
4682
4753
|
"description": "Format output as json.",
|
|
@@ -4726,7 +4797,7 @@
|
|
|
4726
4797
|
},
|
|
4727
4798
|
"hasDynamicHelp": false,
|
|
4728
4799
|
"hiddenAliases": [],
|
|
4729
|
-
"id": "compile:
|
|
4800
|
+
"id": "compile:doc:pause",
|
|
4730
4801
|
"pluginAlias": "faces-cli",
|
|
4731
4802
|
"pluginName": "faces-cli",
|
|
4732
4803
|
"pluginType": "core",
|
|
@@ -4737,20 +4808,20 @@
|
|
|
4737
4808
|
"dist",
|
|
4738
4809
|
"commands",
|
|
4739
4810
|
"compile",
|
|
4740
|
-
"
|
|
4811
|
+
"doc",
|
|
4741
4812
|
"pause.js"
|
|
4742
4813
|
]
|
|
4743
4814
|
},
|
|
4744
|
-
"compile:
|
|
4815
|
+
"compile:doc:reset": {
|
|
4745
4816
|
"aliases": [],
|
|
4746
4817
|
"args": {
|
|
4747
|
-
"
|
|
4748
|
-
"description": "
|
|
4749
|
-
"name": "
|
|
4818
|
+
"doc_id": {
|
|
4819
|
+
"description": "Document ID",
|
|
4820
|
+
"name": "doc_id",
|
|
4750
4821
|
"required": true
|
|
4751
4822
|
}
|
|
4752
4823
|
},
|
|
4753
|
-
"description": "Reset
|
|
4824
|
+
"description": "Reset document compilation progress (wipe extraction, keep content)",
|
|
4754
4825
|
"flags": {
|
|
4755
4826
|
"json": {
|
|
4756
4827
|
"description": "Format output as json.",
|
|
@@ -4792,7 +4863,7 @@
|
|
|
4792
4863
|
},
|
|
4793
4864
|
"hasDynamicHelp": false,
|
|
4794
4865
|
"hiddenAliases": [],
|
|
4795
|
-
"id": "compile:
|
|
4866
|
+
"id": "compile:doc:reset",
|
|
4796
4867
|
"pluginAlias": "faces-cli",
|
|
4797
4868
|
"pluginName": "faces-cli",
|
|
4798
4869
|
"pluginType": "core",
|
|
@@ -4803,20 +4874,20 @@
|
|
|
4803
4874
|
"dist",
|
|
4804
4875
|
"commands",
|
|
4805
4876
|
"compile",
|
|
4806
|
-
"
|
|
4877
|
+
"doc",
|
|
4807
4878
|
"reset.js"
|
|
4808
4879
|
]
|
|
4809
4880
|
},
|
|
4810
|
-
"compile:thread:
|
|
4881
|
+
"compile:thread:create": {
|
|
4811
4882
|
"aliases": [],
|
|
4812
4883
|
"args": {
|
|
4813
|
-
"
|
|
4814
|
-
"description": "
|
|
4815
|
-
"name": "
|
|
4884
|
+
"face_id": {
|
|
4885
|
+
"description": "Face alias",
|
|
4886
|
+
"name": "face_id",
|
|
4816
4887
|
"required": true
|
|
4817
4888
|
}
|
|
4818
4889
|
},
|
|
4819
|
-
"description": "
|
|
4890
|
+
"description": "Start a new thread for a face",
|
|
4820
4891
|
"flags": {
|
|
4821
4892
|
"json": {
|
|
4822
4893
|
"description": "Format output as json.",
|
|
@@ -4848,11 +4919,24 @@
|
|
|
4848
4919
|
"hasDynamicHelp": false,
|
|
4849
4920
|
"multiple": false,
|
|
4850
4921
|
"type": "option"
|
|
4922
|
+
},
|
|
4923
|
+
"label": {
|
|
4924
|
+
"description": "Thread label",
|
|
4925
|
+
"name": "label",
|
|
4926
|
+
"hasDynamicHelp": false,
|
|
4927
|
+
"multiple": false,
|
|
4928
|
+
"type": "option"
|
|
4929
|
+
},
|
|
4930
|
+
"oauth-only": {
|
|
4931
|
+
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
4932
|
+
"name": "oauth-only",
|
|
4933
|
+
"allowNo": false,
|
|
4934
|
+
"type": "boolean"
|
|
4851
4935
|
}
|
|
4852
4936
|
},
|
|
4853
4937
|
"hasDynamicHelp": false,
|
|
4854
4938
|
"hiddenAliases": [],
|
|
4855
|
-
"id": "compile:thread:
|
|
4939
|
+
"id": "compile:thread:create",
|
|
4856
4940
|
"pluginAlias": "faces-cli",
|
|
4857
4941
|
"pluginName": "faces-cli",
|
|
4858
4942
|
"pluginType": "core",
|
|
@@ -4864,19 +4948,19 @@
|
|
|
4864
4948
|
"commands",
|
|
4865
4949
|
"compile",
|
|
4866
4950
|
"thread",
|
|
4867
|
-
"
|
|
4951
|
+
"create.js"
|
|
4868
4952
|
]
|
|
4869
4953
|
},
|
|
4870
|
-
"
|
|
4954
|
+
"compile:thread:delete": {
|
|
4871
4955
|
"aliases": [],
|
|
4872
4956
|
"args": {
|
|
4873
|
-
"
|
|
4874
|
-
"description": "
|
|
4875
|
-
"name": "
|
|
4957
|
+
"thread_id": {
|
|
4958
|
+
"description": "Thread ID",
|
|
4959
|
+
"name": "thread_id",
|
|
4876
4960
|
"required": true
|
|
4877
4961
|
}
|
|
4878
4962
|
},
|
|
4879
|
-
"description": "
|
|
4963
|
+
"description": "Delete a thread",
|
|
4880
4964
|
"flags": {
|
|
4881
4965
|
"json": {
|
|
4882
4966
|
"description": "Format output as json.",
|
|
@@ -4909,18 +4993,16 @@
|
|
|
4909
4993
|
"multiple": false,
|
|
4910
4994
|
"type": "option"
|
|
4911
4995
|
},
|
|
4912
|
-
"
|
|
4913
|
-
"description": "
|
|
4914
|
-
"name": "
|
|
4915
|
-
"
|
|
4916
|
-
"
|
|
4917
|
-
"multiple": true,
|
|
4918
|
-
"type": "option"
|
|
4996
|
+
"yes": {
|
|
4997
|
+
"description": "Skip confirmation",
|
|
4998
|
+
"name": "yes",
|
|
4999
|
+
"allowNo": false,
|
|
5000
|
+
"type": "boolean"
|
|
4919
5001
|
}
|
|
4920
5002
|
},
|
|
4921
5003
|
"hasDynamicHelp": false,
|
|
4922
5004
|
"hiddenAliases": [],
|
|
4923
|
-
"id": "
|
|
5005
|
+
"id": "compile:thread:delete",
|
|
4924
5006
|
"pluginAlias": "faces-cli",
|
|
4925
5007
|
"pluginName": "faces-cli",
|
|
4926
5008
|
"pluginType": "core",
|
|
@@ -4930,15 +5012,21 @@
|
|
|
4930
5012
|
"relativePath": [
|
|
4931
5013
|
"dist",
|
|
4932
5014
|
"commands",
|
|
4933
|
-
"
|
|
4934
|
-
"
|
|
4935
|
-
"
|
|
5015
|
+
"compile",
|
|
5016
|
+
"thread",
|
|
5017
|
+
"delete.js"
|
|
4936
5018
|
]
|
|
4937
5019
|
},
|
|
4938
|
-
"
|
|
5020
|
+
"compile:thread:edit": {
|
|
4939
5021
|
"aliases": [],
|
|
4940
|
-
"args": {
|
|
4941
|
-
|
|
5022
|
+
"args": {
|
|
5023
|
+
"thread_id": {
|
|
5024
|
+
"description": "Thread ID",
|
|
5025
|
+
"name": "thread_id",
|
|
5026
|
+
"required": true
|
|
5027
|
+
}
|
|
5028
|
+
},
|
|
5029
|
+
"description": "Edit a thread (label and/or reassign face speaker)",
|
|
4942
5030
|
"flags": {
|
|
4943
5031
|
"json": {
|
|
4944
5032
|
"description": "Format output as json.",
|
|
@@ -4970,11 +5058,25 @@
|
|
|
4970
5058
|
"hasDynamicHelp": false,
|
|
4971
5059
|
"multiple": false,
|
|
4972
5060
|
"type": "option"
|
|
5061
|
+
},
|
|
5062
|
+
"label": {
|
|
5063
|
+
"description": "New thread label",
|
|
5064
|
+
"name": "label",
|
|
5065
|
+
"hasDynamicHelp": false,
|
|
5066
|
+
"multiple": false,
|
|
5067
|
+
"type": "option"
|
|
5068
|
+
},
|
|
5069
|
+
"face-speaker": {
|
|
5070
|
+
"description": "Reassign face speaker: set this speaker to role=user, all others to role=assistant",
|
|
5071
|
+
"name": "face-speaker",
|
|
5072
|
+
"hasDynamicHelp": false,
|
|
5073
|
+
"multiple": false,
|
|
5074
|
+
"type": "option"
|
|
4973
5075
|
}
|
|
4974
5076
|
},
|
|
4975
5077
|
"hasDynamicHelp": false,
|
|
4976
5078
|
"hiddenAliases": [],
|
|
4977
|
-
"id": "
|
|
5079
|
+
"id": "compile:thread:edit",
|
|
4978
5080
|
"pluginAlias": "faces-cli",
|
|
4979
5081
|
"pluginName": "faces-cli",
|
|
4980
5082
|
"pluginType": "core",
|
|
@@ -4984,21 +5086,21 @@
|
|
|
4984
5086
|
"relativePath": [
|
|
4985
5087
|
"dist",
|
|
4986
5088
|
"commands",
|
|
4987
|
-
"
|
|
4988
|
-
"
|
|
4989
|
-
"
|
|
5089
|
+
"compile",
|
|
5090
|
+
"thread",
|
|
5091
|
+
"edit.js"
|
|
4990
5092
|
]
|
|
4991
5093
|
},
|
|
4992
|
-
"
|
|
5094
|
+
"compile:thread:get": {
|
|
4993
5095
|
"aliases": [],
|
|
4994
5096
|
"args": {
|
|
4995
|
-
"
|
|
4996
|
-
"description": "
|
|
4997
|
-
"name": "
|
|
5097
|
+
"thread_id": {
|
|
5098
|
+
"description": "Thread ID",
|
|
5099
|
+
"name": "thread_id",
|
|
4998
5100
|
"required": true
|
|
4999
5101
|
}
|
|
5000
5102
|
},
|
|
5001
|
-
"description": "
|
|
5103
|
+
"description": "Get a thread by ID",
|
|
5002
5104
|
"flags": {
|
|
5003
5105
|
"json": {
|
|
5004
5106
|
"description": "Format output as json.",
|
|
@@ -5034,7 +5136,7 @@
|
|
|
5034
5136
|
},
|
|
5035
5137
|
"hasDynamicHelp": false,
|
|
5036
5138
|
"hiddenAliases": [],
|
|
5037
|
-
"id": "
|
|
5139
|
+
"id": "compile:thread:get",
|
|
5038
5140
|
"pluginAlias": "faces-cli",
|
|
5039
5141
|
"pluginName": "faces-cli",
|
|
5040
5142
|
"pluginType": "core",
|
|
@@ -5044,26 +5146,21 @@
|
|
|
5044
5146
|
"relativePath": [
|
|
5045
5147
|
"dist",
|
|
5046
5148
|
"commands",
|
|
5047
|
-
"
|
|
5048
|
-
"
|
|
5049
|
-
"
|
|
5149
|
+
"compile",
|
|
5150
|
+
"thread",
|
|
5151
|
+
"get.js"
|
|
5050
5152
|
]
|
|
5051
5153
|
},
|
|
5052
|
-
"
|
|
5154
|
+
"compile:thread:list": {
|
|
5053
5155
|
"aliases": [],
|
|
5054
5156
|
"args": {
|
|
5055
|
-
"
|
|
5157
|
+
"face_id": {
|
|
5056
5158
|
"description": "Face alias",
|
|
5057
|
-
"name": "
|
|
5058
|
-
"required": true
|
|
5059
|
-
},
|
|
5060
|
-
"tag": {
|
|
5061
|
-
"description": "Tag to remove",
|
|
5062
|
-
"name": "tag",
|
|
5159
|
+
"name": "face_id",
|
|
5063
5160
|
"required": true
|
|
5064
5161
|
}
|
|
5065
5162
|
},
|
|
5066
|
-
"description": "
|
|
5163
|
+
"description": "List threads for a face",
|
|
5067
5164
|
"flags": {
|
|
5068
5165
|
"json": {
|
|
5069
5166
|
"description": "Format output as json.",
|
|
@@ -5099,7 +5196,7 @@
|
|
|
5099
5196
|
},
|
|
5100
5197
|
"hasDynamicHelp": false,
|
|
5101
5198
|
"hiddenAliases": [],
|
|
5102
|
-
"id": "
|
|
5199
|
+
"id": "compile:thread:list",
|
|
5103
5200
|
"pluginAlias": "faces-cli",
|
|
5104
5201
|
"pluginName": "faces-cli",
|
|
5105
5202
|
"pluginType": "core",
|
|
@@ -5109,21 +5206,21 @@
|
|
|
5109
5206
|
"relativePath": [
|
|
5110
5207
|
"dist",
|
|
5111
5208
|
"commands",
|
|
5112
|
-
"
|
|
5113
|
-
"
|
|
5114
|
-
"
|
|
5209
|
+
"compile",
|
|
5210
|
+
"thread",
|
|
5211
|
+
"list.js"
|
|
5115
5212
|
]
|
|
5116
5213
|
},
|
|
5117
|
-
"
|
|
5214
|
+
"compile:thread:make": {
|
|
5118
5215
|
"aliases": [],
|
|
5119
5216
|
"args": {
|
|
5120
|
-
"
|
|
5121
|
-
"description": "
|
|
5122
|
-
"name": "
|
|
5217
|
+
"thread_id": {
|
|
5218
|
+
"description": "Thread ID",
|
|
5219
|
+
"name": "thread_id",
|
|
5123
5220
|
"required": true
|
|
5124
5221
|
}
|
|
5125
5222
|
},
|
|
5126
|
-
"description": "
|
|
5223
|
+
"description": "Compile an existing thread (prepare + sync in one step)",
|
|
5127
5224
|
"flags": {
|
|
5128
5225
|
"json": {
|
|
5129
5226
|
"description": "Format output as json.",
|
|
@@ -5156,18 +5253,24 @@
|
|
|
5156
5253
|
"multiple": false,
|
|
5157
5254
|
"type": "option"
|
|
5158
5255
|
},
|
|
5159
|
-
"
|
|
5160
|
-
"description": "
|
|
5161
|
-
"name": "
|
|
5162
|
-
"
|
|
5256
|
+
"timeout": {
|
|
5257
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
5258
|
+
"name": "timeout",
|
|
5259
|
+
"default": 600,
|
|
5163
5260
|
"hasDynamicHelp": false,
|
|
5164
|
-
"multiple":
|
|
5261
|
+
"multiple": false,
|
|
5165
5262
|
"type": "option"
|
|
5263
|
+
},
|
|
5264
|
+
"no-wait": {
|
|
5265
|
+
"description": "Return immediately after triggering compilation. Prints the thread ID for manual polling.",
|
|
5266
|
+
"name": "no-wait",
|
|
5267
|
+
"allowNo": false,
|
|
5268
|
+
"type": "boolean"
|
|
5166
5269
|
}
|
|
5167
5270
|
},
|
|
5168
5271
|
"hasDynamicHelp": false,
|
|
5169
5272
|
"hiddenAliases": [],
|
|
5170
|
-
"id": "
|
|
5273
|
+
"id": "compile:thread:make",
|
|
5171
5274
|
"pluginAlias": "faces-cli",
|
|
5172
5275
|
"pluginName": "faces-cli",
|
|
5173
5276
|
"pluginType": "core",
|
|
@@ -5177,21 +5280,21 @@
|
|
|
5177
5280
|
"relativePath": [
|
|
5178
5281
|
"dist",
|
|
5179
5282
|
"commands",
|
|
5180
|
-
"
|
|
5181
|
-
"
|
|
5182
|
-
"
|
|
5283
|
+
"compile",
|
|
5284
|
+
"thread",
|
|
5285
|
+
"make.js"
|
|
5183
5286
|
]
|
|
5184
5287
|
},
|
|
5185
|
-
"
|
|
5288
|
+
"compile:thread:message": {
|
|
5186
5289
|
"aliases": [],
|
|
5187
5290
|
"args": {
|
|
5188
|
-
"
|
|
5189
|
-
"description": "
|
|
5190
|
-
"name": "
|
|
5291
|
+
"thread_id": {
|
|
5292
|
+
"description": "Thread ID",
|
|
5293
|
+
"name": "thread_id",
|
|
5191
5294
|
"required": true
|
|
5192
5295
|
}
|
|
5193
5296
|
},
|
|
5194
|
-
"description": "
|
|
5297
|
+
"description": "Send a user message to a thread",
|
|
5195
5298
|
"flags": {
|
|
5196
5299
|
"json": {
|
|
5197
5300
|
"description": "Format output as json.",
|
|
@@ -5224,18 +5327,25 @@
|
|
|
5224
5327
|
"multiple": false,
|
|
5225
5328
|
"type": "option"
|
|
5226
5329
|
},
|
|
5227
|
-
"
|
|
5228
|
-
"
|
|
5229
|
-
"
|
|
5330
|
+
"message": {
|
|
5331
|
+
"char": "m",
|
|
5332
|
+
"description": "User message to append",
|
|
5333
|
+
"name": "message",
|
|
5230
5334
|
"required": true,
|
|
5231
5335
|
"hasDynamicHelp": false,
|
|
5232
|
-
"multiple":
|
|
5336
|
+
"multiple": false,
|
|
5233
5337
|
"type": "option"
|
|
5338
|
+
},
|
|
5339
|
+
"oauth-only": {
|
|
5340
|
+
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
5341
|
+
"name": "oauth-only",
|
|
5342
|
+
"allowNo": false,
|
|
5343
|
+
"type": "boolean"
|
|
5234
5344
|
}
|
|
5235
5345
|
},
|
|
5236
5346
|
"hasDynamicHelp": false,
|
|
5237
5347
|
"hiddenAliases": [],
|
|
5238
|
-
"id": "
|
|
5348
|
+
"id": "compile:thread:message",
|
|
5239
5349
|
"pluginAlias": "faces-cli",
|
|
5240
5350
|
"pluginName": "faces-cli",
|
|
5241
5351
|
"pluginType": "core",
|
|
@@ -5245,21 +5355,21 @@
|
|
|
5245
5355
|
"relativePath": [
|
|
5246
5356
|
"dist",
|
|
5247
5357
|
"commands",
|
|
5248
|
-
"
|
|
5249
|
-
"
|
|
5250
|
-
"
|
|
5358
|
+
"compile",
|
|
5359
|
+
"thread",
|
|
5360
|
+
"message.js"
|
|
5251
5361
|
]
|
|
5252
5362
|
},
|
|
5253
|
-
"
|
|
5363
|
+
"compile:thread:pause": {
|
|
5254
5364
|
"aliases": [],
|
|
5255
5365
|
"args": {
|
|
5256
|
-
"
|
|
5257
|
-
"description": "
|
|
5258
|
-
"name": "
|
|
5366
|
+
"thread_id": {
|
|
5367
|
+
"description": "Thread ID",
|
|
5368
|
+
"name": "thread_id",
|
|
5259
5369
|
"required": true
|
|
5260
5370
|
}
|
|
5261
5371
|
},
|
|
5262
|
-
"description": "
|
|
5372
|
+
"description": "Ask a running thread compilation to stop (preserves progress, resume with make). The compile stops at the next chunk boundary; this waits for it unless --no-wait.",
|
|
5263
5373
|
"flags": {
|
|
5264
5374
|
"json": {
|
|
5265
5375
|
"description": "Format output as json.",
|
|
@@ -5291,11 +5401,25 @@
|
|
|
5291
5401
|
"hasDynamicHelp": false,
|
|
5292
5402
|
"multiple": false,
|
|
5293
5403
|
"type": "option"
|
|
5404
|
+
},
|
|
5405
|
+
"no-wait": {
|
|
5406
|
+
"description": "Return as soon as the pause is accepted, without waiting for the compile to stop.",
|
|
5407
|
+
"name": "no-wait",
|
|
5408
|
+
"allowNo": false,
|
|
5409
|
+
"type": "boolean"
|
|
5410
|
+
},
|
|
5411
|
+
"timeout": {
|
|
5412
|
+
"description": "Seconds to wait for the compile to stop (default: 60)",
|
|
5413
|
+
"name": "timeout",
|
|
5414
|
+
"default": 60,
|
|
5415
|
+
"hasDynamicHelp": false,
|
|
5416
|
+
"multiple": false,
|
|
5417
|
+
"type": "option"
|
|
5294
5418
|
}
|
|
5295
5419
|
},
|
|
5296
5420
|
"hasDynamicHelp": false,
|
|
5297
5421
|
"hiddenAliases": [],
|
|
5298
|
-
"id": "
|
|
5422
|
+
"id": "compile:thread:pause",
|
|
5299
5423
|
"pluginAlias": "faces-cli",
|
|
5300
5424
|
"pluginName": "faces-cli",
|
|
5301
5425
|
"pluginType": "core",
|
|
@@ -5305,26 +5429,21 @@
|
|
|
5305
5429
|
"relativePath": [
|
|
5306
5430
|
"dist",
|
|
5307
5431
|
"commands",
|
|
5308
|
-
"
|
|
5309
|
-
"
|
|
5310
|
-
"
|
|
5432
|
+
"compile",
|
|
5433
|
+
"thread",
|
|
5434
|
+
"pause.js"
|
|
5311
5435
|
]
|
|
5312
5436
|
},
|
|
5313
|
-
"
|
|
5437
|
+
"compile:thread:reset": {
|
|
5314
5438
|
"aliases": [],
|
|
5315
5439
|
"args": {
|
|
5316
|
-
"
|
|
5317
|
-
"description": "
|
|
5318
|
-
"name": "
|
|
5319
|
-
"required": true
|
|
5320
|
-
},
|
|
5321
|
-
"tag": {
|
|
5322
|
-
"description": "Tag to remove",
|
|
5323
|
-
"name": "tag",
|
|
5440
|
+
"thread_id": {
|
|
5441
|
+
"description": "Thread ID",
|
|
5442
|
+
"name": "thread_id",
|
|
5324
5443
|
"required": true
|
|
5325
5444
|
}
|
|
5326
5445
|
},
|
|
5327
|
-
"description": "
|
|
5446
|
+
"description": "Reset thread compilation progress (wipe extraction, keep source messages)",
|
|
5328
5447
|
"flags": {
|
|
5329
5448
|
"json": {
|
|
5330
5449
|
"description": "Format output as json.",
|
|
@@ -5356,11 +5475,17 @@
|
|
|
5356
5475
|
"hasDynamicHelp": false,
|
|
5357
5476
|
"multiple": false,
|
|
5358
5477
|
"type": "option"
|
|
5478
|
+
},
|
|
5479
|
+
"yes": {
|
|
5480
|
+
"description": "Skip confirmation",
|
|
5481
|
+
"name": "yes",
|
|
5482
|
+
"allowNo": false,
|
|
5483
|
+
"type": "boolean"
|
|
5359
5484
|
}
|
|
5360
5485
|
},
|
|
5361
5486
|
"hasDynamicHelp": false,
|
|
5362
5487
|
"hiddenAliases": [],
|
|
5363
|
-
"id": "
|
|
5488
|
+
"id": "compile:thread:reset",
|
|
5364
5489
|
"pluginAlias": "faces-cli",
|
|
5365
5490
|
"pluginName": "faces-cli",
|
|
5366
5491
|
"pluginType": "core",
|
|
@@ -5370,21 +5495,21 @@
|
|
|
5370
5495
|
"relativePath": [
|
|
5371
5496
|
"dist",
|
|
5372
5497
|
"commands",
|
|
5373
|
-
"
|
|
5374
|
-
"
|
|
5375
|
-
"
|
|
5498
|
+
"compile",
|
|
5499
|
+
"thread",
|
|
5500
|
+
"reset.js"
|
|
5376
5501
|
]
|
|
5377
5502
|
},
|
|
5378
|
-
"
|
|
5503
|
+
"compile:thread:sync": {
|
|
5379
5504
|
"aliases": [],
|
|
5380
5505
|
"args": {
|
|
5381
|
-
"
|
|
5382
|
-
"description": "
|
|
5383
|
-
"name": "
|
|
5506
|
+
"thread_id": {
|
|
5507
|
+
"description": "Thread ID",
|
|
5508
|
+
"name": "thread_id",
|
|
5384
5509
|
"required": true
|
|
5385
5510
|
}
|
|
5386
5511
|
},
|
|
5387
|
-
"description": "
|
|
5512
|
+
"description": "Archive and sync a thread into a face",
|
|
5388
5513
|
"flags": {
|
|
5389
5514
|
"json": {
|
|
5390
5515
|
"description": "Format output as json.",
|
|
@@ -5416,19 +5541,11 @@
|
|
|
5416
5541
|
"hasDynamicHelp": false,
|
|
5417
5542
|
"multiple": false,
|
|
5418
5543
|
"type": "option"
|
|
5419
|
-
},
|
|
5420
|
-
"tag": {
|
|
5421
|
-
"description": "Tag to set (repeatable, replaces all)",
|
|
5422
|
-
"name": "tag",
|
|
5423
|
-
"required": true,
|
|
5424
|
-
"hasDynamicHelp": false,
|
|
5425
|
-
"multiple": true,
|
|
5426
|
-
"type": "option"
|
|
5427
5544
|
}
|
|
5428
5545
|
},
|
|
5429
5546
|
"hasDynamicHelp": false,
|
|
5430
5547
|
"hiddenAliases": [],
|
|
5431
|
-
"id": "
|
|
5548
|
+
"id": "compile:thread:sync",
|
|
5432
5549
|
"pluginAlias": "faces-cli",
|
|
5433
5550
|
"pluginName": "faces-cli",
|
|
5434
5551
|
"pluginType": "core",
|
|
@@ -5438,21 +5555,21 @@
|
|
|
5438
5555
|
"relativePath": [
|
|
5439
5556
|
"dist",
|
|
5440
5557
|
"commands",
|
|
5441
|
-
"
|
|
5442
|
-
"
|
|
5443
|
-
"
|
|
5558
|
+
"compile",
|
|
5559
|
+
"thread",
|
|
5560
|
+
"sync.js"
|
|
5444
5561
|
]
|
|
5445
5562
|
},
|
|
5446
|
-
"
|
|
5563
|
+
"face:tag:add": {
|
|
5447
5564
|
"aliases": [],
|
|
5448
5565
|
"args": {
|
|
5449
|
-
"
|
|
5566
|
+
"alias": {
|
|
5450
5567
|
"description": "Face alias",
|
|
5451
|
-
"name": "
|
|
5568
|
+
"name": "alias",
|
|
5452
5569
|
"required": true
|
|
5453
5570
|
}
|
|
5454
5571
|
},
|
|
5455
|
-
"description": "
|
|
5572
|
+
"description": "Add tags to a face (appends, idempotent)",
|
|
5456
5573
|
"flags": {
|
|
5457
5574
|
"json": {
|
|
5458
5575
|
"description": "Format output as json.",
|
|
@@ -5485,43 +5602,18 @@
|
|
|
5485
5602
|
"multiple": false,
|
|
5486
5603
|
"type": "option"
|
|
5487
5604
|
},
|
|
5488
|
-
"
|
|
5489
|
-
"description": "
|
|
5490
|
-
"name": "
|
|
5491
|
-
"
|
|
5492
|
-
"multiple": false,
|
|
5493
|
-
"type": "option"
|
|
5494
|
-
},
|
|
5495
|
-
"content": {
|
|
5496
|
-
"description": "Inline text content",
|
|
5497
|
-
"name": "content",
|
|
5498
|
-
"hasDynamicHelp": false,
|
|
5499
|
-
"multiple": false,
|
|
5500
|
-
"type": "option"
|
|
5501
|
-
},
|
|
5502
|
-
"file": {
|
|
5503
|
-
"description": "Read content from file",
|
|
5504
|
-
"name": "file",
|
|
5505
|
-
"hasDynamicHelp": false,
|
|
5506
|
-
"multiple": false,
|
|
5507
|
-
"type": "option"
|
|
5508
|
-
},
|
|
5509
|
-
"perspective": {
|
|
5510
|
-
"description": "Perspective (first-person or third-person)",
|
|
5511
|
-
"name": "perspective",
|
|
5512
|
-
"default": "first-person",
|
|
5605
|
+
"tag": {
|
|
5606
|
+
"description": "Tag to add (repeatable)",
|
|
5607
|
+
"name": "tag",
|
|
5608
|
+
"required": true,
|
|
5513
5609
|
"hasDynamicHelp": false,
|
|
5514
|
-
"multiple":
|
|
5515
|
-
"options": [
|
|
5516
|
-
"first-person",
|
|
5517
|
-
"third-person"
|
|
5518
|
-
],
|
|
5610
|
+
"multiple": true,
|
|
5519
5611
|
"type": "option"
|
|
5520
5612
|
}
|
|
5521
5613
|
},
|
|
5522
5614
|
"hasDynamicHelp": false,
|
|
5523
5615
|
"hiddenAliases": [],
|
|
5524
|
-
"id": "
|
|
5616
|
+
"id": "face:tag:add",
|
|
5525
5617
|
"pluginAlias": "faces-cli",
|
|
5526
5618
|
"pluginName": "faces-cli",
|
|
5527
5619
|
"pluginType": "core",
|
|
@@ -5531,21 +5623,15 @@
|
|
|
5531
5623
|
"relativePath": [
|
|
5532
5624
|
"dist",
|
|
5533
5625
|
"commands",
|
|
5534
|
-
"
|
|
5535
|
-
"
|
|
5536
|
-
"
|
|
5626
|
+
"face",
|
|
5627
|
+
"tag",
|
|
5628
|
+
"add.js"
|
|
5537
5629
|
]
|
|
5538
5630
|
},
|
|
5539
|
-
"
|
|
5631
|
+
"face:tag:all": {
|
|
5540
5632
|
"aliases": [],
|
|
5541
|
-
"args": {
|
|
5542
|
-
|
|
5543
|
-
"description": "Document ID",
|
|
5544
|
-
"name": "doc_id",
|
|
5545
|
-
"required": true
|
|
5546
|
-
}
|
|
5547
|
-
},
|
|
5548
|
-
"description": "Delete a document",
|
|
5633
|
+
"args": {},
|
|
5634
|
+
"description": "List all tags across all your faces",
|
|
5549
5635
|
"flags": {
|
|
5550
5636
|
"json": {
|
|
5551
5637
|
"description": "Format output as json.",
|
|
@@ -5581,7 +5667,7 @@
|
|
|
5581
5667
|
},
|
|
5582
5668
|
"hasDynamicHelp": false,
|
|
5583
5669
|
"hiddenAliases": [],
|
|
5584
|
-
"id": "
|
|
5670
|
+
"id": "face:tag:all",
|
|
5585
5671
|
"pluginAlias": "faces-cli",
|
|
5586
5672
|
"pluginName": "faces-cli",
|
|
5587
5673
|
"pluginType": "core",
|
|
@@ -5591,21 +5677,21 @@
|
|
|
5591
5677
|
"relativePath": [
|
|
5592
5678
|
"dist",
|
|
5593
5679
|
"commands",
|
|
5594
|
-
"
|
|
5595
|
-
"
|
|
5596
|
-
"
|
|
5680
|
+
"face",
|
|
5681
|
+
"tag",
|
|
5682
|
+
"all.js"
|
|
5597
5683
|
]
|
|
5598
5684
|
},
|
|
5599
|
-
"
|
|
5685
|
+
"face:tag:list": {
|
|
5600
5686
|
"aliases": [],
|
|
5601
5687
|
"args": {
|
|
5602
|
-
"
|
|
5603
|
-
"description": "
|
|
5604
|
-
"name": "
|
|
5688
|
+
"alias": {
|
|
5689
|
+
"description": "Face alias",
|
|
5690
|
+
"name": "alias",
|
|
5605
5691
|
"required": true
|
|
5606
5692
|
}
|
|
5607
5693
|
},
|
|
5608
|
-
"description": "
|
|
5694
|
+
"description": "List tags on a face",
|
|
5609
5695
|
"flags": {
|
|
5610
5696
|
"json": {
|
|
5611
5697
|
"description": "Format output as json.",
|
|
@@ -5637,43 +5723,11 @@
|
|
|
5637
5723
|
"hasDynamicHelp": false,
|
|
5638
5724
|
"multiple": false,
|
|
5639
5725
|
"type": "option"
|
|
5640
|
-
},
|
|
5641
|
-
"label": {
|
|
5642
|
-
"description": "New label/title",
|
|
5643
|
-
"name": "label",
|
|
5644
|
-
"hasDynamicHelp": false,
|
|
5645
|
-
"multiple": false,
|
|
5646
|
-
"type": "option"
|
|
5647
|
-
},
|
|
5648
|
-
"content": {
|
|
5649
|
-
"description": "New inline text content",
|
|
5650
|
-
"name": "content",
|
|
5651
|
-
"hasDynamicHelp": false,
|
|
5652
|
-
"multiple": false,
|
|
5653
|
-
"type": "option"
|
|
5654
|
-
},
|
|
5655
|
-
"file": {
|
|
5656
|
-
"description": "Read new content from file",
|
|
5657
|
-
"name": "file",
|
|
5658
|
-
"hasDynamicHelp": false,
|
|
5659
|
-
"multiple": false,
|
|
5660
|
-
"type": "option"
|
|
5661
|
-
},
|
|
5662
|
-
"perspective": {
|
|
5663
|
-
"description": "Perspective (first-person or third-person)",
|
|
5664
|
-
"name": "perspective",
|
|
5665
|
-
"hasDynamicHelp": false,
|
|
5666
|
-
"multiple": false,
|
|
5667
|
-
"options": [
|
|
5668
|
-
"first-person",
|
|
5669
|
-
"third-person"
|
|
5670
|
-
],
|
|
5671
|
-
"type": "option"
|
|
5672
5726
|
}
|
|
5673
5727
|
},
|
|
5674
5728
|
"hasDynamicHelp": false,
|
|
5675
5729
|
"hiddenAliases": [],
|
|
5676
|
-
"id": "
|
|
5730
|
+
"id": "face:tag:list",
|
|
5677
5731
|
"pluginAlias": "faces-cli",
|
|
5678
5732
|
"pluginName": "faces-cli",
|
|
5679
5733
|
"pluginType": "core",
|
|
@@ -5683,21 +5737,26 @@
|
|
|
5683
5737
|
"relativePath": [
|
|
5684
5738
|
"dist",
|
|
5685
5739
|
"commands",
|
|
5686
|
-
"
|
|
5687
|
-
"
|
|
5688
|
-
"
|
|
5740
|
+
"face",
|
|
5741
|
+
"tag",
|
|
5742
|
+
"list.js"
|
|
5689
5743
|
]
|
|
5690
5744
|
},
|
|
5691
|
-
"
|
|
5745
|
+
"face:tag:remove": {
|
|
5692
5746
|
"aliases": [],
|
|
5693
5747
|
"args": {
|
|
5694
|
-
"
|
|
5695
|
-
"description": "
|
|
5696
|
-
"name": "
|
|
5748
|
+
"alias": {
|
|
5749
|
+
"description": "Face alias",
|
|
5750
|
+
"name": "alias",
|
|
5751
|
+
"required": true
|
|
5752
|
+
},
|
|
5753
|
+
"tag": {
|
|
5754
|
+
"description": "Tag to remove",
|
|
5755
|
+
"name": "tag",
|
|
5697
5756
|
"required": true
|
|
5698
5757
|
}
|
|
5699
5758
|
},
|
|
5700
|
-
"description": "
|
|
5759
|
+
"description": "Remove a tag from a face",
|
|
5701
5760
|
"flags": {
|
|
5702
5761
|
"json": {
|
|
5703
5762
|
"description": "Format output as json.",
|
|
@@ -5733,7 +5792,7 @@
|
|
|
5733
5792
|
},
|
|
5734
5793
|
"hasDynamicHelp": false,
|
|
5735
5794
|
"hiddenAliases": [],
|
|
5736
|
-
"id": "
|
|
5795
|
+
"id": "face:tag:remove",
|
|
5737
5796
|
"pluginAlias": "faces-cli",
|
|
5738
5797
|
"pluginName": "faces-cli",
|
|
5739
5798
|
"pluginType": "core",
|
|
@@ -5743,21 +5802,21 @@
|
|
|
5743
5802
|
"relativePath": [
|
|
5744
5803
|
"dist",
|
|
5745
5804
|
"commands",
|
|
5746
|
-
"
|
|
5747
|
-
"
|
|
5748
|
-
"
|
|
5805
|
+
"face",
|
|
5806
|
+
"tag",
|
|
5807
|
+
"remove.js"
|
|
5749
5808
|
]
|
|
5750
5809
|
},
|
|
5751
|
-
"
|
|
5810
|
+
"face:tag:set": {
|
|
5752
5811
|
"aliases": [],
|
|
5753
5812
|
"args": {
|
|
5754
|
-
"
|
|
5813
|
+
"alias": {
|
|
5755
5814
|
"description": "Face alias",
|
|
5756
|
-
"name": "
|
|
5815
|
+
"name": "alias",
|
|
5757
5816
|
"required": true
|
|
5758
5817
|
}
|
|
5759
5818
|
},
|
|
5760
|
-
"description": "
|
|
5819
|
+
"description": "Replace all tags on a face",
|
|
5761
5820
|
"flags": {
|
|
5762
5821
|
"json": {
|
|
5763
5822
|
"description": "Format output as json.",
|
|
@@ -5790,57 +5849,18 @@
|
|
|
5790
5849
|
"multiple": false,
|
|
5791
5850
|
"type": "option"
|
|
5792
5851
|
},
|
|
5793
|
-
"
|
|
5794
|
-
"description": "
|
|
5795
|
-
"name": "
|
|
5796
|
-
"
|
|
5797
|
-
"multiple": false,
|
|
5798
|
-
"type": "option"
|
|
5799
|
-
},
|
|
5800
|
-
"content": {
|
|
5801
|
-
"description": "Inline text content",
|
|
5802
|
-
"name": "content",
|
|
5803
|
-
"hasDynamicHelp": false,
|
|
5804
|
-
"multiple": false,
|
|
5805
|
-
"type": "option"
|
|
5806
|
-
},
|
|
5807
|
-
"file": {
|
|
5808
|
-
"description": "Read content from file",
|
|
5809
|
-
"name": "file",
|
|
5810
|
-
"hasDynamicHelp": false,
|
|
5811
|
-
"multiple": false,
|
|
5812
|
-
"type": "option"
|
|
5813
|
-
},
|
|
5814
|
-
"perspective": {
|
|
5815
|
-
"description": "Perspective",
|
|
5816
|
-
"name": "perspective",
|
|
5817
|
-
"default": "first-person",
|
|
5818
|
-
"hasDynamicHelp": false,
|
|
5819
|
-
"multiple": false,
|
|
5820
|
-
"options": [
|
|
5821
|
-
"first-person",
|
|
5822
|
-
"third-person"
|
|
5823
|
-
],
|
|
5824
|
-
"type": "option"
|
|
5825
|
-
},
|
|
5826
|
-
"timeout": {
|
|
5827
|
-
"description": "Compile timeout in seconds (default: 600)",
|
|
5828
|
-
"name": "timeout",
|
|
5829
|
-
"default": 600,
|
|
5852
|
+
"tag": {
|
|
5853
|
+
"description": "Tag to set (repeatable, replaces all)",
|
|
5854
|
+
"name": "tag",
|
|
5855
|
+
"required": true,
|
|
5830
5856
|
"hasDynamicHelp": false,
|
|
5831
|
-
"multiple":
|
|
5857
|
+
"multiple": true,
|
|
5832
5858
|
"type": "option"
|
|
5833
|
-
},
|
|
5834
|
-
"no-wait": {
|
|
5835
|
-
"description": "Create and trigger compilation, then return immediately without polling.",
|
|
5836
|
-
"name": "no-wait",
|
|
5837
|
-
"allowNo": false,
|
|
5838
|
-
"type": "boolean"
|
|
5839
5859
|
}
|
|
5840
5860
|
},
|
|
5841
5861
|
"hasDynamicHelp": false,
|
|
5842
5862
|
"hiddenAliases": [],
|
|
5843
|
-
"id": "
|
|
5863
|
+
"id": "face:tag:set",
|
|
5844
5864
|
"pluginAlias": "faces-cli",
|
|
5845
5865
|
"pluginName": "faces-cli",
|
|
5846
5866
|
"pluginType": "core",
|
|
@@ -5850,21 +5870,21 @@
|
|
|
5850
5870
|
"relativePath": [
|
|
5851
5871
|
"dist",
|
|
5852
5872
|
"commands",
|
|
5853
|
-
"
|
|
5854
|
-
"
|
|
5855
|
-
"
|
|
5873
|
+
"face",
|
|
5874
|
+
"tag",
|
|
5875
|
+
"set.js"
|
|
5856
5876
|
]
|
|
5857
5877
|
},
|
|
5858
|
-
"
|
|
5878
|
+
"team:tag:add": {
|
|
5859
5879
|
"aliases": [],
|
|
5860
5880
|
"args": {
|
|
5861
|
-
"
|
|
5862
|
-
"description": "
|
|
5863
|
-
"name": "
|
|
5881
|
+
"team_id": {
|
|
5882
|
+
"description": "Team ID",
|
|
5883
|
+
"name": "team_id",
|
|
5864
5884
|
"required": true
|
|
5865
5885
|
}
|
|
5866
5886
|
},
|
|
5867
|
-
"description": "
|
|
5887
|
+
"description": "Add tags to a team (appends, idempotent)",
|
|
5868
5888
|
"flags": {
|
|
5869
5889
|
"json": {
|
|
5870
5890
|
"description": "Format output as json.",
|
|
@@ -5896,11 +5916,19 @@
|
|
|
5896
5916
|
"hasDynamicHelp": false,
|
|
5897
5917
|
"multiple": false,
|
|
5898
5918
|
"type": "option"
|
|
5919
|
+
},
|
|
5920
|
+
"tag": {
|
|
5921
|
+
"description": "Tag to add (repeatable)",
|
|
5922
|
+
"name": "tag",
|
|
5923
|
+
"required": true,
|
|
5924
|
+
"hasDynamicHelp": false,
|
|
5925
|
+
"multiple": true,
|
|
5926
|
+
"type": "option"
|
|
5899
5927
|
}
|
|
5900
5928
|
},
|
|
5901
5929
|
"hasDynamicHelp": false,
|
|
5902
5930
|
"hiddenAliases": [],
|
|
5903
|
-
"id": "
|
|
5931
|
+
"id": "team:tag:add",
|
|
5904
5932
|
"pluginAlias": "faces-cli",
|
|
5905
5933
|
"pluginName": "faces-cli",
|
|
5906
5934
|
"pluginType": "core",
|
|
@@ -5910,21 +5938,21 @@
|
|
|
5910
5938
|
"relativePath": [
|
|
5911
5939
|
"dist",
|
|
5912
5940
|
"commands",
|
|
5913
|
-
"
|
|
5914
|
-
"
|
|
5915
|
-
"
|
|
5941
|
+
"team",
|
|
5942
|
+
"tag",
|
|
5943
|
+
"add.js"
|
|
5916
5944
|
]
|
|
5917
5945
|
},
|
|
5918
|
-
"
|
|
5946
|
+
"team:tag:list": {
|
|
5919
5947
|
"aliases": [],
|
|
5920
5948
|
"args": {
|
|
5921
|
-
"
|
|
5922
|
-
"description": "
|
|
5923
|
-
"name": "
|
|
5949
|
+
"team_id": {
|
|
5950
|
+
"description": "Team ID",
|
|
5951
|
+
"name": "team_id",
|
|
5924
5952
|
"required": true
|
|
5925
5953
|
}
|
|
5926
5954
|
},
|
|
5927
|
-
"description": "
|
|
5955
|
+
"description": "List tags on a team",
|
|
5928
5956
|
"flags": {
|
|
5929
5957
|
"json": {
|
|
5930
5958
|
"description": "Format output as json.",
|
|
@@ -5956,25 +5984,11 @@
|
|
|
5956
5984
|
"hasDynamicHelp": false,
|
|
5957
5985
|
"multiple": false,
|
|
5958
5986
|
"type": "option"
|
|
5959
|
-
},
|
|
5960
|
-
"timeout": {
|
|
5961
|
-
"description": "Compile timeout in seconds (default: 600)",
|
|
5962
|
-
"name": "timeout",
|
|
5963
|
-
"default": 600,
|
|
5964
|
-
"hasDynamicHelp": false,
|
|
5965
|
-
"multiple": false,
|
|
5966
|
-
"type": "option"
|
|
5967
|
-
},
|
|
5968
|
-
"no-wait": {
|
|
5969
|
-
"description": "Return immediately after triggering compilation. Prints the document ID for manual polling.",
|
|
5970
|
-
"name": "no-wait",
|
|
5971
|
-
"allowNo": false,
|
|
5972
|
-
"type": "boolean"
|
|
5973
5987
|
}
|
|
5974
5988
|
},
|
|
5975
5989
|
"hasDynamicHelp": false,
|
|
5976
5990
|
"hiddenAliases": [],
|
|
5977
|
-
"id": "
|
|
5991
|
+
"id": "team:tag:list",
|
|
5978
5992
|
"pluginAlias": "faces-cli",
|
|
5979
5993
|
"pluginName": "faces-cli",
|
|
5980
5994
|
"pluginType": "core",
|
|
@@ -5984,21 +5998,26 @@
|
|
|
5984
5998
|
"relativePath": [
|
|
5985
5999
|
"dist",
|
|
5986
6000
|
"commands",
|
|
5987
|
-
"
|
|
5988
|
-
"
|
|
5989
|
-
"
|
|
6001
|
+
"team",
|
|
6002
|
+
"tag",
|
|
6003
|
+
"list.js"
|
|
5990
6004
|
]
|
|
5991
6005
|
},
|
|
5992
|
-
"
|
|
6006
|
+
"team:tag:remove": {
|
|
5993
6007
|
"aliases": [],
|
|
5994
6008
|
"args": {
|
|
5995
|
-
"
|
|
5996
|
-
"description": "
|
|
5997
|
-
"name": "
|
|
6009
|
+
"team_id": {
|
|
6010
|
+
"description": "Team ID",
|
|
6011
|
+
"name": "team_id",
|
|
6012
|
+
"required": true
|
|
6013
|
+
},
|
|
6014
|
+
"tag": {
|
|
6015
|
+
"description": "Tag to remove",
|
|
6016
|
+
"name": "tag",
|
|
5998
6017
|
"required": true
|
|
5999
6018
|
}
|
|
6000
6019
|
},
|
|
6001
|
-
"description": "
|
|
6020
|
+
"description": "Remove a tag from a team",
|
|
6002
6021
|
"flags": {
|
|
6003
6022
|
"json": {
|
|
6004
6023
|
"description": "Format output as json.",
|
|
@@ -6030,25 +6049,11 @@
|
|
|
6030
6049
|
"hasDynamicHelp": false,
|
|
6031
6050
|
"multiple": false,
|
|
6032
6051
|
"type": "option"
|
|
6033
|
-
},
|
|
6034
|
-
"no-wait": {
|
|
6035
|
-
"description": "Return as soon as the pause is accepted, without waiting for the compile to stop.",
|
|
6036
|
-
"name": "no-wait",
|
|
6037
|
-
"allowNo": false,
|
|
6038
|
-
"type": "boolean"
|
|
6039
|
-
},
|
|
6040
|
-
"timeout": {
|
|
6041
|
-
"description": "Seconds to wait for the compile to stop (default: 60)",
|
|
6042
|
-
"name": "timeout",
|
|
6043
|
-
"default": 60,
|
|
6044
|
-
"hasDynamicHelp": false,
|
|
6045
|
-
"multiple": false,
|
|
6046
|
-
"type": "option"
|
|
6047
6052
|
}
|
|
6048
6053
|
},
|
|
6049
6054
|
"hasDynamicHelp": false,
|
|
6050
6055
|
"hiddenAliases": [],
|
|
6051
|
-
"id": "
|
|
6056
|
+
"id": "team:tag:remove",
|
|
6052
6057
|
"pluginAlias": "faces-cli",
|
|
6053
6058
|
"pluginName": "faces-cli",
|
|
6054
6059
|
"pluginType": "core",
|
|
@@ -6058,21 +6063,21 @@
|
|
|
6058
6063
|
"relativePath": [
|
|
6059
6064
|
"dist",
|
|
6060
6065
|
"commands",
|
|
6061
|
-
"
|
|
6062
|
-
"
|
|
6063
|
-
"
|
|
6066
|
+
"team",
|
|
6067
|
+
"tag",
|
|
6068
|
+
"remove.js"
|
|
6064
6069
|
]
|
|
6065
6070
|
},
|
|
6066
|
-
"
|
|
6071
|
+
"team:tag:set": {
|
|
6067
6072
|
"aliases": [],
|
|
6068
6073
|
"args": {
|
|
6069
|
-
"
|
|
6070
|
-
"description": "
|
|
6071
|
-
"name": "
|
|
6074
|
+
"team_id": {
|
|
6075
|
+
"description": "Team ID",
|
|
6076
|
+
"name": "team_id",
|
|
6072
6077
|
"required": true
|
|
6073
6078
|
}
|
|
6074
6079
|
},
|
|
6075
|
-
"description": "
|
|
6080
|
+
"description": "Replace all tags on a team",
|
|
6076
6081
|
"flags": {
|
|
6077
6082
|
"json": {
|
|
6078
6083
|
"description": "Format output as json.",
|
|
@@ -6105,16 +6110,18 @@
|
|
|
6105
6110
|
"multiple": false,
|
|
6106
6111
|
"type": "option"
|
|
6107
6112
|
},
|
|
6108
|
-
"
|
|
6109
|
-
"description": "
|
|
6110
|
-
"name": "
|
|
6111
|
-
"
|
|
6112
|
-
"
|
|
6113
|
+
"tag": {
|
|
6114
|
+
"description": "Tag to set (repeatable, replaces all)",
|
|
6115
|
+
"name": "tag",
|
|
6116
|
+
"required": true,
|
|
6117
|
+
"hasDynamicHelp": false,
|
|
6118
|
+
"multiple": true,
|
|
6119
|
+
"type": "option"
|
|
6113
6120
|
}
|
|
6114
6121
|
},
|
|
6115
6122
|
"hasDynamicHelp": false,
|
|
6116
6123
|
"hiddenAliases": [],
|
|
6117
|
-
"id": "
|
|
6124
|
+
"id": "team:tag:set",
|
|
6118
6125
|
"pluginAlias": "faces-cli",
|
|
6119
6126
|
"pluginName": "faces-cli",
|
|
6120
6127
|
"pluginType": "core",
|
|
@@ -6124,11 +6131,11 @@
|
|
|
6124
6131
|
"relativePath": [
|
|
6125
6132
|
"dist",
|
|
6126
6133
|
"commands",
|
|
6127
|
-
"
|
|
6128
|
-
"
|
|
6129
|
-
"
|
|
6134
|
+
"team",
|
|
6135
|
+
"tag",
|
|
6136
|
+
"set.js"
|
|
6130
6137
|
]
|
|
6131
6138
|
}
|
|
6132
6139
|
},
|
|
6133
|
-
"version": "1.7.
|
|
6140
|
+
"version": "1.7.10"
|
|
6134
6141
|
}
|