faces-cli 1.7.7 → 1.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/compile/doc/pause.d.ts +3 -0
- package/dist/commands/compile/doc/pause.js +52 -5
- package/dist/commands/compile/thread/pause.d.ts +3 -0
- package/dist/commands/compile/thread/pause.js +53 -5
- package/dist/poll.d.ts +21 -0
- package/dist/poll.js +34 -0
- package/oclif.manifest.json +454 -426
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -4185,7 +4185,7 @@
|
|
|
4185
4185
|
"index.js"
|
|
4186
4186
|
]
|
|
4187
4187
|
},
|
|
4188
|
-
"compile:
|
|
4188
|
+
"compile:thread: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": "Start a new thread for a face",
|
|
4198
4198
|
"flags": {
|
|
4199
4199
|
"json": {
|
|
4200
4200
|
"description": "Format output as json.",
|
|
@@ -4228,42 +4228,22 @@
|
|
|
4228
4228
|
"type": "option"
|
|
4229
4229
|
},
|
|
4230
4230
|
"label": {
|
|
4231
|
-
"description": "
|
|
4231
|
+
"description": "Thread label",
|
|
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
|
-
"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"
|
|
4237
|
+
"oauth-only": {
|
|
4238
|
+
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
4239
|
+
"name": "oauth-only",
|
|
4240
|
+
"allowNo": false,
|
|
4241
|
+
"type": "boolean"
|
|
4262
4242
|
}
|
|
4263
4243
|
},
|
|
4264
4244
|
"hasDynamicHelp": false,
|
|
4265
4245
|
"hiddenAliases": [],
|
|
4266
|
-
"id": "compile:
|
|
4246
|
+
"id": "compile:thread:create",
|
|
4267
4247
|
"pluginAlias": "faces-cli",
|
|
4268
4248
|
"pluginName": "faces-cli",
|
|
4269
4249
|
"pluginType": "core",
|
|
@@ -4274,20 +4254,20 @@
|
|
|
4274
4254
|
"dist",
|
|
4275
4255
|
"commands",
|
|
4276
4256
|
"compile",
|
|
4277
|
-
"
|
|
4257
|
+
"thread",
|
|
4278
4258
|
"create.js"
|
|
4279
4259
|
]
|
|
4280
4260
|
},
|
|
4281
|
-
"compile:
|
|
4261
|
+
"compile:thread:delete": {
|
|
4282
4262
|
"aliases": [],
|
|
4283
4263
|
"args": {
|
|
4284
|
-
"
|
|
4285
|
-
"description": "
|
|
4286
|
-
"name": "
|
|
4264
|
+
"thread_id": {
|
|
4265
|
+
"description": "Thread ID",
|
|
4266
|
+
"name": "thread_id",
|
|
4287
4267
|
"required": true
|
|
4288
4268
|
}
|
|
4289
4269
|
},
|
|
4290
|
-
"description": "Delete a
|
|
4270
|
+
"description": "Delete a thread",
|
|
4291
4271
|
"flags": {
|
|
4292
4272
|
"json": {
|
|
4293
4273
|
"description": "Format output as json.",
|
|
@@ -4319,11 +4299,17 @@
|
|
|
4319
4299
|
"hasDynamicHelp": false,
|
|
4320
4300
|
"multiple": false,
|
|
4321
4301
|
"type": "option"
|
|
4302
|
+
},
|
|
4303
|
+
"yes": {
|
|
4304
|
+
"description": "Skip confirmation",
|
|
4305
|
+
"name": "yes",
|
|
4306
|
+
"allowNo": false,
|
|
4307
|
+
"type": "boolean"
|
|
4322
4308
|
}
|
|
4323
4309
|
},
|
|
4324
4310
|
"hasDynamicHelp": false,
|
|
4325
4311
|
"hiddenAliases": [],
|
|
4326
|
-
"id": "compile:
|
|
4312
|
+
"id": "compile:thread:delete",
|
|
4327
4313
|
"pluginAlias": "faces-cli",
|
|
4328
4314
|
"pluginName": "faces-cli",
|
|
4329
4315
|
"pluginType": "core",
|
|
@@ -4334,20 +4320,20 @@
|
|
|
4334
4320
|
"dist",
|
|
4335
4321
|
"commands",
|
|
4336
4322
|
"compile",
|
|
4337
|
-
"
|
|
4323
|
+
"thread",
|
|
4338
4324
|
"delete.js"
|
|
4339
4325
|
]
|
|
4340
4326
|
},
|
|
4341
|
-
"compile:
|
|
4327
|
+
"compile:thread:edit": {
|
|
4342
4328
|
"aliases": [],
|
|
4343
4329
|
"args": {
|
|
4344
|
-
"
|
|
4345
|
-
"description": "
|
|
4346
|
-
"name": "
|
|
4330
|
+
"thread_id": {
|
|
4331
|
+
"description": "Thread ID",
|
|
4332
|
+
"name": "thread_id",
|
|
4347
4333
|
"required": true
|
|
4348
4334
|
}
|
|
4349
4335
|
},
|
|
4350
|
-
"description": "Edit a
|
|
4336
|
+
"description": "Edit a thread (label and/or reassign face speaker)",
|
|
4351
4337
|
"flags": {
|
|
4352
4338
|
"json": {
|
|
4353
4339
|
"description": "Format output as json.",
|
|
@@ -4381,41 +4367,23 @@
|
|
|
4381
4367
|
"type": "option"
|
|
4382
4368
|
},
|
|
4383
4369
|
"label": {
|
|
4384
|
-
"description": "New label
|
|
4370
|
+
"description": "New thread label",
|
|
4385
4371
|
"name": "label",
|
|
4386
4372
|
"hasDynamicHelp": false,
|
|
4387
4373
|
"multiple": false,
|
|
4388
4374
|
"type": "option"
|
|
4389
4375
|
},
|
|
4390
|
-
"
|
|
4391
|
-
"description": "
|
|
4392
|
-
"name": "
|
|
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",
|
|
4376
|
+
"face-speaker": {
|
|
4377
|
+
"description": "Reassign face speaker: set this speaker to role=user, all others to role=assistant",
|
|
4378
|
+
"name": "face-speaker",
|
|
4407
4379
|
"hasDynamicHelp": false,
|
|
4408
4380
|
"multiple": false,
|
|
4409
|
-
"options": [
|
|
4410
|
-
"first-person",
|
|
4411
|
-
"third-person"
|
|
4412
|
-
],
|
|
4413
4381
|
"type": "option"
|
|
4414
4382
|
}
|
|
4415
4383
|
},
|
|
4416
4384
|
"hasDynamicHelp": false,
|
|
4417
4385
|
"hiddenAliases": [],
|
|
4418
|
-
"id": "compile:
|
|
4386
|
+
"id": "compile:thread:edit",
|
|
4419
4387
|
"pluginAlias": "faces-cli",
|
|
4420
4388
|
"pluginName": "faces-cli",
|
|
4421
4389
|
"pluginType": "core",
|
|
@@ -4426,20 +4394,20 @@
|
|
|
4426
4394
|
"dist",
|
|
4427
4395
|
"commands",
|
|
4428
4396
|
"compile",
|
|
4429
|
-
"
|
|
4397
|
+
"thread",
|
|
4430
4398
|
"edit.js"
|
|
4431
4399
|
]
|
|
4432
4400
|
},
|
|
4433
|
-
"compile:
|
|
4401
|
+
"compile:thread:get": {
|
|
4434
4402
|
"aliases": [],
|
|
4435
4403
|
"args": {
|
|
4436
|
-
"
|
|
4437
|
-
"description": "
|
|
4438
|
-
"name": "
|
|
4404
|
+
"thread_id": {
|
|
4405
|
+
"description": "Thread ID",
|
|
4406
|
+
"name": "thread_id",
|
|
4439
4407
|
"required": true
|
|
4440
4408
|
}
|
|
4441
4409
|
},
|
|
4442
|
-
"description": "Get a
|
|
4410
|
+
"description": "Get a thread by ID",
|
|
4443
4411
|
"flags": {
|
|
4444
4412
|
"json": {
|
|
4445
4413
|
"description": "Format output as json.",
|
|
@@ -4475,7 +4443,7 @@
|
|
|
4475
4443
|
},
|
|
4476
4444
|
"hasDynamicHelp": false,
|
|
4477
4445
|
"hiddenAliases": [],
|
|
4478
|
-
"id": "compile:
|
|
4446
|
+
"id": "compile:thread:get",
|
|
4479
4447
|
"pluginAlias": "faces-cli",
|
|
4480
4448
|
"pluginName": "faces-cli",
|
|
4481
4449
|
"pluginType": "core",
|
|
@@ -4486,11 +4454,11 @@
|
|
|
4486
4454
|
"dist",
|
|
4487
4455
|
"commands",
|
|
4488
4456
|
"compile",
|
|
4489
|
-
"
|
|
4457
|
+
"thread",
|
|
4490
4458
|
"get.js"
|
|
4491
4459
|
]
|
|
4492
4460
|
},
|
|
4493
|
-
"compile:
|
|
4461
|
+
"compile:thread:list": {
|
|
4494
4462
|
"aliases": [],
|
|
4495
4463
|
"args": {
|
|
4496
4464
|
"face_id": {
|
|
@@ -4499,7 +4467,7 @@
|
|
|
4499
4467
|
"required": true
|
|
4500
4468
|
}
|
|
4501
4469
|
},
|
|
4502
|
-
"description": "
|
|
4470
|
+
"description": "List threads for a face",
|
|
4503
4471
|
"flags": {
|
|
4504
4472
|
"json": {
|
|
4505
4473
|
"description": "Format output as json.",
|
|
@@ -4531,58 +4499,11 @@
|
|
|
4531
4499
|
"hasDynamicHelp": false,
|
|
4532
4500
|
"multiple": false,
|
|
4533
4501
|
"type": "option"
|
|
4534
|
-
},
|
|
4535
|
-
"label": {
|
|
4536
|
-
"description": "Document label/title",
|
|
4537
|
-
"name": "label",
|
|
4538
|
-
"hasDynamicHelp": false,
|
|
4539
|
-
"multiple": false,
|
|
4540
|
-
"type": "option"
|
|
4541
|
-
},
|
|
4542
|
-
"content": {
|
|
4543
|
-
"description": "Inline text content",
|
|
4544
|
-
"name": "content",
|
|
4545
|
-
"hasDynamicHelp": false,
|
|
4546
|
-
"multiple": false,
|
|
4547
|
-
"type": "option"
|
|
4548
|
-
},
|
|
4549
|
-
"file": {
|
|
4550
|
-
"description": "Read content from file",
|
|
4551
|
-
"name": "file",
|
|
4552
|
-
"hasDynamicHelp": false,
|
|
4553
|
-
"multiple": false,
|
|
4554
|
-
"type": "option"
|
|
4555
|
-
},
|
|
4556
|
-
"perspective": {
|
|
4557
|
-
"description": "Perspective",
|
|
4558
|
-
"name": "perspective",
|
|
4559
|
-
"default": "first-person",
|
|
4560
|
-
"hasDynamicHelp": false,
|
|
4561
|
-
"multiple": false,
|
|
4562
|
-
"options": [
|
|
4563
|
-
"first-person",
|
|
4564
|
-
"third-person"
|
|
4565
|
-
],
|
|
4566
|
-
"type": "option"
|
|
4567
|
-
},
|
|
4568
|
-
"timeout": {
|
|
4569
|
-
"description": "Compile timeout in seconds (default: 600)",
|
|
4570
|
-
"name": "timeout",
|
|
4571
|
-
"default": 600,
|
|
4572
|
-
"hasDynamicHelp": false,
|
|
4573
|
-
"multiple": false,
|
|
4574
|
-
"type": "option"
|
|
4575
|
-
},
|
|
4576
|
-
"no-wait": {
|
|
4577
|
-
"description": "Create and trigger compilation, then return immediately without polling.",
|
|
4578
|
-
"name": "no-wait",
|
|
4579
|
-
"allowNo": false,
|
|
4580
|
-
"type": "boolean"
|
|
4581
4502
|
}
|
|
4582
4503
|
},
|
|
4583
4504
|
"hasDynamicHelp": false,
|
|
4584
4505
|
"hiddenAliases": [],
|
|
4585
|
-
"id": "compile:
|
|
4506
|
+
"id": "compile:thread:list",
|
|
4586
4507
|
"pluginAlias": "faces-cli",
|
|
4587
4508
|
"pluginName": "faces-cli",
|
|
4588
4509
|
"pluginType": "core",
|
|
@@ -4593,20 +4514,20 @@
|
|
|
4593
4514
|
"dist",
|
|
4594
4515
|
"commands",
|
|
4595
4516
|
"compile",
|
|
4596
|
-
"
|
|
4597
|
-
"
|
|
4517
|
+
"thread",
|
|
4518
|
+
"list.js"
|
|
4598
4519
|
]
|
|
4599
4520
|
},
|
|
4600
|
-
"compile:
|
|
4521
|
+
"compile:thread:make": {
|
|
4601
4522
|
"aliases": [],
|
|
4602
4523
|
"args": {
|
|
4603
|
-
"
|
|
4604
|
-
"description": "
|
|
4605
|
-
"name": "
|
|
4524
|
+
"thread_id": {
|
|
4525
|
+
"description": "Thread ID",
|
|
4526
|
+
"name": "thread_id",
|
|
4606
4527
|
"required": true
|
|
4607
4528
|
}
|
|
4608
4529
|
},
|
|
4609
|
-
"description": "
|
|
4530
|
+
"description": "Compile an existing thread (prepare + sync in one step)",
|
|
4610
4531
|
"flags": {
|
|
4611
4532
|
"json": {
|
|
4612
4533
|
"description": "Format output as json.",
|
|
@@ -4638,11 +4559,25 @@
|
|
|
4638
4559
|
"hasDynamicHelp": false,
|
|
4639
4560
|
"multiple": false,
|
|
4640
4561
|
"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"
|
|
4641
4576
|
}
|
|
4642
4577
|
},
|
|
4643
4578
|
"hasDynamicHelp": false,
|
|
4644
4579
|
"hiddenAliases": [],
|
|
4645
|
-
"id": "compile:
|
|
4580
|
+
"id": "compile:thread:make",
|
|
4646
4581
|
"pluginAlias": "faces-cli",
|
|
4647
4582
|
"pluginName": "faces-cli",
|
|
4648
4583
|
"pluginType": "core",
|
|
@@ -4653,20 +4588,20 @@
|
|
|
4653
4588
|
"dist",
|
|
4654
4589
|
"commands",
|
|
4655
4590
|
"compile",
|
|
4656
|
-
"
|
|
4657
|
-
"
|
|
4591
|
+
"thread",
|
|
4592
|
+
"make.js"
|
|
4658
4593
|
]
|
|
4659
4594
|
},
|
|
4660
|
-
"compile:
|
|
4595
|
+
"compile:thread:message": {
|
|
4661
4596
|
"aliases": [],
|
|
4662
4597
|
"args": {
|
|
4663
|
-
"
|
|
4664
|
-
"description": "
|
|
4665
|
-
"name": "
|
|
4598
|
+
"thread_id": {
|
|
4599
|
+
"description": "Thread ID",
|
|
4600
|
+
"name": "thread_id",
|
|
4666
4601
|
"required": true
|
|
4667
4602
|
}
|
|
4668
4603
|
},
|
|
4669
|
-
"description": "
|
|
4604
|
+
"description": "Send a user message to a thread",
|
|
4670
4605
|
"flags": {
|
|
4671
4606
|
"json": {
|
|
4672
4607
|
"description": "Format output as json.",
|
|
@@ -4699,24 +4634,25 @@
|
|
|
4699
4634
|
"multiple": false,
|
|
4700
4635
|
"type": "option"
|
|
4701
4636
|
},
|
|
4702
|
-
"
|
|
4703
|
-
"
|
|
4704
|
-
"
|
|
4705
|
-
"
|
|
4637
|
+
"message": {
|
|
4638
|
+
"char": "m",
|
|
4639
|
+
"description": "User message to append",
|
|
4640
|
+
"name": "message",
|
|
4641
|
+
"required": true,
|
|
4706
4642
|
"hasDynamicHelp": false,
|
|
4707
4643
|
"multiple": false,
|
|
4708
4644
|
"type": "option"
|
|
4709
4645
|
},
|
|
4710
|
-
"
|
|
4711
|
-
"description": "
|
|
4712
|
-
"name": "
|
|
4646
|
+
"oauth-only": {
|
|
4647
|
+
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
4648
|
+
"name": "oauth-only",
|
|
4713
4649
|
"allowNo": false,
|
|
4714
4650
|
"type": "boolean"
|
|
4715
4651
|
}
|
|
4716
4652
|
},
|
|
4717
4653
|
"hasDynamicHelp": false,
|
|
4718
4654
|
"hiddenAliases": [],
|
|
4719
|
-
"id": "compile:
|
|
4655
|
+
"id": "compile:thread:message",
|
|
4720
4656
|
"pluginAlias": "faces-cli",
|
|
4721
4657
|
"pluginName": "faces-cli",
|
|
4722
4658
|
"pluginType": "core",
|
|
@@ -4727,20 +4663,20 @@
|
|
|
4727
4663
|
"dist",
|
|
4728
4664
|
"commands",
|
|
4729
4665
|
"compile",
|
|
4730
|
-
"
|
|
4731
|
-
"
|
|
4666
|
+
"thread",
|
|
4667
|
+
"message.js"
|
|
4732
4668
|
]
|
|
4733
4669
|
},
|
|
4734
|
-
"compile:
|
|
4670
|
+
"compile:thread:pause": {
|
|
4735
4671
|
"aliases": [],
|
|
4736
4672
|
"args": {
|
|
4737
|
-
"
|
|
4738
|
-
"description": "
|
|
4739
|
-
"name": "
|
|
4673
|
+
"thread_id": {
|
|
4674
|
+
"description": "Thread ID",
|
|
4675
|
+
"name": "thread_id",
|
|
4740
4676
|
"required": true
|
|
4741
4677
|
}
|
|
4742
4678
|
},
|
|
4743
|
-
"description": "
|
|
4679
|
+
"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.",
|
|
4744
4680
|
"flags": {
|
|
4745
4681
|
"json": {
|
|
4746
4682
|
"description": "Format output as json.",
|
|
@@ -4772,11 +4708,25 @@
|
|
|
4772
4708
|
"hasDynamicHelp": false,
|
|
4773
4709
|
"multiple": false,
|
|
4774
4710
|
"type": "option"
|
|
4711
|
+
},
|
|
4712
|
+
"no-wait": {
|
|
4713
|
+
"description": "Return as soon as the pause is accepted, without waiting for the compile to stop.",
|
|
4714
|
+
"name": "no-wait",
|
|
4715
|
+
"allowNo": false,
|
|
4716
|
+
"type": "boolean"
|
|
4717
|
+
},
|
|
4718
|
+
"timeout": {
|
|
4719
|
+
"description": "Seconds to wait for the compile to stop (default: 60)",
|
|
4720
|
+
"name": "timeout",
|
|
4721
|
+
"default": 60,
|
|
4722
|
+
"hasDynamicHelp": false,
|
|
4723
|
+
"multiple": false,
|
|
4724
|
+
"type": "option"
|
|
4775
4725
|
}
|
|
4776
4726
|
},
|
|
4777
4727
|
"hasDynamicHelp": false,
|
|
4778
4728
|
"hiddenAliases": [],
|
|
4779
|
-
"id": "compile:
|
|
4729
|
+
"id": "compile:thread:pause",
|
|
4780
4730
|
"pluginAlias": "faces-cli",
|
|
4781
4731
|
"pluginName": "faces-cli",
|
|
4782
4732
|
"pluginType": "core",
|
|
@@ -4787,20 +4737,20 @@
|
|
|
4787
4737
|
"dist",
|
|
4788
4738
|
"commands",
|
|
4789
4739
|
"compile",
|
|
4790
|
-
"
|
|
4740
|
+
"thread",
|
|
4791
4741
|
"pause.js"
|
|
4792
4742
|
]
|
|
4793
4743
|
},
|
|
4794
|
-
"compile:
|
|
4744
|
+
"compile:thread:reset": {
|
|
4795
4745
|
"aliases": [],
|
|
4796
4746
|
"args": {
|
|
4797
|
-
"
|
|
4798
|
-
"description": "
|
|
4799
|
-
"name": "
|
|
4747
|
+
"thread_id": {
|
|
4748
|
+
"description": "Thread ID",
|
|
4749
|
+
"name": "thread_id",
|
|
4800
4750
|
"required": true
|
|
4801
4751
|
}
|
|
4802
4752
|
},
|
|
4803
|
-
"description": "Reset
|
|
4753
|
+
"description": "Reset thread compilation progress (wipe extraction, keep source messages)",
|
|
4804
4754
|
"flags": {
|
|
4805
4755
|
"json": {
|
|
4806
4756
|
"description": "Format output as json.",
|
|
@@ -4842,7 +4792,7 @@
|
|
|
4842
4792
|
},
|
|
4843
4793
|
"hasDynamicHelp": false,
|
|
4844
4794
|
"hiddenAliases": [],
|
|
4845
|
-
"id": "compile:
|
|
4795
|
+
"id": "compile:thread:reset",
|
|
4846
4796
|
"pluginAlias": "faces-cli",
|
|
4847
4797
|
"pluginName": "faces-cli",
|
|
4848
4798
|
"pluginType": "core",
|
|
@@ -4853,20 +4803,20 @@
|
|
|
4853
4803
|
"dist",
|
|
4854
4804
|
"commands",
|
|
4855
4805
|
"compile",
|
|
4856
|
-
"
|
|
4806
|
+
"thread",
|
|
4857
4807
|
"reset.js"
|
|
4858
4808
|
]
|
|
4859
4809
|
},
|
|
4860
|
-
"compile:thread:
|
|
4810
|
+
"compile:thread:sync": {
|
|
4861
4811
|
"aliases": [],
|
|
4862
4812
|
"args": {
|
|
4863
|
-
"
|
|
4864
|
-
"description": "
|
|
4865
|
-
"name": "
|
|
4813
|
+
"thread_id": {
|
|
4814
|
+
"description": "Thread ID",
|
|
4815
|
+
"name": "thread_id",
|
|
4866
4816
|
"required": true
|
|
4867
4817
|
}
|
|
4868
4818
|
},
|
|
4869
|
-
"description": "
|
|
4819
|
+
"description": "Archive and sync a thread into a face",
|
|
4870
4820
|
"flags": {
|
|
4871
4821
|
"json": {
|
|
4872
4822
|
"description": "Format output as json.",
|
|
@@ -4898,24 +4848,11 @@
|
|
|
4898
4848
|
"hasDynamicHelp": false,
|
|
4899
4849
|
"multiple": false,
|
|
4900
4850
|
"type": "option"
|
|
4901
|
-
},
|
|
4902
|
-
"label": {
|
|
4903
|
-
"description": "Thread label",
|
|
4904
|
-
"name": "label",
|
|
4905
|
-
"hasDynamicHelp": false,
|
|
4906
|
-
"multiple": false,
|
|
4907
|
-
"type": "option"
|
|
4908
|
-
},
|
|
4909
|
-
"oauth-only": {
|
|
4910
|
-
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
4911
|
-
"name": "oauth-only",
|
|
4912
|
-
"allowNo": false,
|
|
4913
|
-
"type": "boolean"
|
|
4914
4851
|
}
|
|
4915
4852
|
},
|
|
4916
4853
|
"hasDynamicHelp": false,
|
|
4917
4854
|
"hiddenAliases": [],
|
|
4918
|
-
"id": "compile:thread:
|
|
4855
|
+
"id": "compile:thread:sync",
|
|
4919
4856
|
"pluginAlias": "faces-cli",
|
|
4920
4857
|
"pluginName": "faces-cli",
|
|
4921
4858
|
"pluginType": "core",
|
|
@@ -4927,19 +4864,19 @@
|
|
|
4927
4864
|
"commands",
|
|
4928
4865
|
"compile",
|
|
4929
4866
|
"thread",
|
|
4930
|
-
"
|
|
4867
|
+
"sync.js"
|
|
4931
4868
|
]
|
|
4932
4869
|
},
|
|
4933
|
-
"
|
|
4870
|
+
"face:tag:add": {
|
|
4934
4871
|
"aliases": [],
|
|
4935
4872
|
"args": {
|
|
4936
|
-
"
|
|
4937
|
-
"description": "
|
|
4938
|
-
"name": "
|
|
4873
|
+
"alias": {
|
|
4874
|
+
"description": "Face alias",
|
|
4875
|
+
"name": "alias",
|
|
4939
4876
|
"required": true
|
|
4940
4877
|
}
|
|
4941
4878
|
},
|
|
4942
|
-
"description": "
|
|
4879
|
+
"description": "Add tags to a face (appends, idempotent)",
|
|
4943
4880
|
"flags": {
|
|
4944
4881
|
"json": {
|
|
4945
4882
|
"description": "Format output as json.",
|
|
@@ -4972,16 +4909,18 @@
|
|
|
4972
4909
|
"multiple": false,
|
|
4973
4910
|
"type": "option"
|
|
4974
4911
|
},
|
|
4975
|
-
"
|
|
4976
|
-
"description": "
|
|
4977
|
-
"name": "
|
|
4978
|
-
"
|
|
4979
|
-
"
|
|
4912
|
+
"tag": {
|
|
4913
|
+
"description": "Tag to add (repeatable)",
|
|
4914
|
+
"name": "tag",
|
|
4915
|
+
"required": true,
|
|
4916
|
+
"hasDynamicHelp": false,
|
|
4917
|
+
"multiple": true,
|
|
4918
|
+
"type": "option"
|
|
4980
4919
|
}
|
|
4981
4920
|
},
|
|
4982
4921
|
"hasDynamicHelp": false,
|
|
4983
4922
|
"hiddenAliases": [],
|
|
4984
|
-
"id": "
|
|
4923
|
+
"id": "face:tag:add",
|
|
4985
4924
|
"pluginAlias": "faces-cli",
|
|
4986
4925
|
"pluginName": "faces-cli",
|
|
4987
4926
|
"pluginType": "core",
|
|
@@ -4991,21 +4930,15 @@
|
|
|
4991
4930
|
"relativePath": [
|
|
4992
4931
|
"dist",
|
|
4993
4932
|
"commands",
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
4996
|
-
"
|
|
4933
|
+
"face",
|
|
4934
|
+
"tag",
|
|
4935
|
+
"add.js"
|
|
4997
4936
|
]
|
|
4998
4937
|
},
|
|
4999
|
-
"
|
|
4938
|
+
"face:tag:all": {
|
|
5000
4939
|
"aliases": [],
|
|
5001
|
-
"args": {
|
|
5002
|
-
|
|
5003
|
-
"description": "Thread ID",
|
|
5004
|
-
"name": "thread_id",
|
|
5005
|
-
"required": true
|
|
5006
|
-
}
|
|
5007
|
-
},
|
|
5008
|
-
"description": "Edit a thread (label and/or reassign face speaker)",
|
|
4940
|
+
"args": {},
|
|
4941
|
+
"description": "List all tags across all your faces",
|
|
5009
4942
|
"flags": {
|
|
5010
4943
|
"json": {
|
|
5011
4944
|
"description": "Format output as json.",
|
|
@@ -5037,25 +4970,11 @@
|
|
|
5037
4970
|
"hasDynamicHelp": false,
|
|
5038
4971
|
"multiple": false,
|
|
5039
4972
|
"type": "option"
|
|
5040
|
-
},
|
|
5041
|
-
"label": {
|
|
5042
|
-
"description": "New thread label",
|
|
5043
|
-
"name": "label",
|
|
5044
|
-
"hasDynamicHelp": false,
|
|
5045
|
-
"multiple": false,
|
|
5046
|
-
"type": "option"
|
|
5047
|
-
},
|
|
5048
|
-
"face-speaker": {
|
|
5049
|
-
"description": "Reassign face speaker: set this speaker to role=user, all others to role=assistant",
|
|
5050
|
-
"name": "face-speaker",
|
|
5051
|
-
"hasDynamicHelp": false,
|
|
5052
|
-
"multiple": false,
|
|
5053
|
-
"type": "option"
|
|
5054
4973
|
}
|
|
5055
4974
|
},
|
|
5056
4975
|
"hasDynamicHelp": false,
|
|
5057
4976
|
"hiddenAliases": [],
|
|
5058
|
-
"id": "
|
|
4977
|
+
"id": "face:tag:all",
|
|
5059
4978
|
"pluginAlias": "faces-cli",
|
|
5060
4979
|
"pluginName": "faces-cli",
|
|
5061
4980
|
"pluginType": "core",
|
|
@@ -5065,21 +4984,21 @@
|
|
|
5065
4984
|
"relativePath": [
|
|
5066
4985
|
"dist",
|
|
5067
4986
|
"commands",
|
|
5068
|
-
"
|
|
5069
|
-
"
|
|
5070
|
-
"
|
|
4987
|
+
"face",
|
|
4988
|
+
"tag",
|
|
4989
|
+
"all.js"
|
|
5071
4990
|
]
|
|
5072
4991
|
},
|
|
5073
|
-
"
|
|
4992
|
+
"face:tag:list": {
|
|
5074
4993
|
"aliases": [],
|
|
5075
4994
|
"args": {
|
|
5076
|
-
"
|
|
5077
|
-
"description": "
|
|
5078
|
-
"name": "
|
|
4995
|
+
"alias": {
|
|
4996
|
+
"description": "Face alias",
|
|
4997
|
+
"name": "alias",
|
|
5079
4998
|
"required": true
|
|
5080
4999
|
}
|
|
5081
5000
|
},
|
|
5082
|
-
"description": "
|
|
5001
|
+
"description": "List tags on a face",
|
|
5083
5002
|
"flags": {
|
|
5084
5003
|
"json": {
|
|
5085
5004
|
"description": "Format output as json.",
|
|
@@ -5115,7 +5034,7 @@
|
|
|
5115
5034
|
},
|
|
5116
5035
|
"hasDynamicHelp": false,
|
|
5117
5036
|
"hiddenAliases": [],
|
|
5118
|
-
"id": "
|
|
5037
|
+
"id": "face:tag:list",
|
|
5119
5038
|
"pluginAlias": "faces-cli",
|
|
5120
5039
|
"pluginName": "faces-cli",
|
|
5121
5040
|
"pluginType": "core",
|
|
@@ -5125,21 +5044,26 @@
|
|
|
5125
5044
|
"relativePath": [
|
|
5126
5045
|
"dist",
|
|
5127
5046
|
"commands",
|
|
5128
|
-
"
|
|
5129
|
-
"
|
|
5130
|
-
"
|
|
5047
|
+
"face",
|
|
5048
|
+
"tag",
|
|
5049
|
+
"list.js"
|
|
5131
5050
|
]
|
|
5132
5051
|
},
|
|
5133
|
-
"
|
|
5052
|
+
"face:tag:remove": {
|
|
5134
5053
|
"aliases": [],
|
|
5135
5054
|
"args": {
|
|
5136
|
-
"
|
|
5055
|
+
"alias": {
|
|
5137
5056
|
"description": "Face alias",
|
|
5138
|
-
"name": "
|
|
5057
|
+
"name": "alias",
|
|
5058
|
+
"required": true
|
|
5059
|
+
},
|
|
5060
|
+
"tag": {
|
|
5061
|
+
"description": "Tag to remove",
|
|
5062
|
+
"name": "tag",
|
|
5139
5063
|
"required": true
|
|
5140
5064
|
}
|
|
5141
5065
|
},
|
|
5142
|
-
"description": "
|
|
5066
|
+
"description": "Remove a tag from a face",
|
|
5143
5067
|
"flags": {
|
|
5144
5068
|
"json": {
|
|
5145
5069
|
"description": "Format output as json.",
|
|
@@ -5175,7 +5099,7 @@
|
|
|
5175
5099
|
},
|
|
5176
5100
|
"hasDynamicHelp": false,
|
|
5177
5101
|
"hiddenAliases": [],
|
|
5178
|
-
"id": "
|
|
5102
|
+
"id": "face:tag:remove",
|
|
5179
5103
|
"pluginAlias": "faces-cli",
|
|
5180
5104
|
"pluginName": "faces-cli",
|
|
5181
5105
|
"pluginType": "core",
|
|
@@ -5185,21 +5109,21 @@
|
|
|
5185
5109
|
"relativePath": [
|
|
5186
5110
|
"dist",
|
|
5187
5111
|
"commands",
|
|
5188
|
-
"
|
|
5189
|
-
"
|
|
5190
|
-
"
|
|
5112
|
+
"face",
|
|
5113
|
+
"tag",
|
|
5114
|
+
"remove.js"
|
|
5191
5115
|
]
|
|
5192
5116
|
},
|
|
5193
|
-
"
|
|
5117
|
+
"face:tag:set": {
|
|
5194
5118
|
"aliases": [],
|
|
5195
5119
|
"args": {
|
|
5196
|
-
"
|
|
5197
|
-
"description": "
|
|
5198
|
-
"name": "
|
|
5120
|
+
"alias": {
|
|
5121
|
+
"description": "Face alias",
|
|
5122
|
+
"name": "alias",
|
|
5199
5123
|
"required": true
|
|
5200
5124
|
}
|
|
5201
5125
|
},
|
|
5202
|
-
"description": "
|
|
5126
|
+
"description": "Replace all tags on a face",
|
|
5203
5127
|
"flags": {
|
|
5204
5128
|
"json": {
|
|
5205
5129
|
"description": "Format output as json.",
|
|
@@ -5232,24 +5156,18 @@
|
|
|
5232
5156
|
"multiple": false,
|
|
5233
5157
|
"type": "option"
|
|
5234
5158
|
},
|
|
5235
|
-
"
|
|
5236
|
-
"description": "
|
|
5237
|
-
"name": "
|
|
5238
|
-
"
|
|
5159
|
+
"tag": {
|
|
5160
|
+
"description": "Tag to set (repeatable, replaces all)",
|
|
5161
|
+
"name": "tag",
|
|
5162
|
+
"required": true,
|
|
5239
5163
|
"hasDynamicHelp": false,
|
|
5240
|
-
"multiple":
|
|
5164
|
+
"multiple": true,
|
|
5241
5165
|
"type": "option"
|
|
5242
|
-
},
|
|
5243
|
-
"no-wait": {
|
|
5244
|
-
"description": "Return immediately after triggering compilation. Prints the thread ID for manual polling.",
|
|
5245
|
-
"name": "no-wait",
|
|
5246
|
-
"allowNo": false,
|
|
5247
|
-
"type": "boolean"
|
|
5248
5166
|
}
|
|
5249
5167
|
},
|
|
5250
5168
|
"hasDynamicHelp": false,
|
|
5251
5169
|
"hiddenAliases": [],
|
|
5252
|
-
"id": "
|
|
5170
|
+
"id": "face:tag:set",
|
|
5253
5171
|
"pluginAlias": "faces-cli",
|
|
5254
5172
|
"pluginName": "faces-cli",
|
|
5255
5173
|
"pluginType": "core",
|
|
@@ -5259,21 +5177,21 @@
|
|
|
5259
5177
|
"relativePath": [
|
|
5260
5178
|
"dist",
|
|
5261
5179
|
"commands",
|
|
5262
|
-
"
|
|
5263
|
-
"
|
|
5264
|
-
"
|
|
5180
|
+
"face",
|
|
5181
|
+
"tag",
|
|
5182
|
+
"set.js"
|
|
5265
5183
|
]
|
|
5266
5184
|
},
|
|
5267
|
-
"
|
|
5185
|
+
"team:tag:add": {
|
|
5268
5186
|
"aliases": [],
|
|
5269
5187
|
"args": {
|
|
5270
|
-
"
|
|
5271
|
-
"description": "
|
|
5272
|
-
"name": "
|
|
5188
|
+
"team_id": {
|
|
5189
|
+
"description": "Team ID",
|
|
5190
|
+
"name": "team_id",
|
|
5273
5191
|
"required": true
|
|
5274
5192
|
}
|
|
5275
5193
|
},
|
|
5276
|
-
"description": "
|
|
5194
|
+
"description": "Add tags to a team (appends, idempotent)",
|
|
5277
5195
|
"flags": {
|
|
5278
5196
|
"json": {
|
|
5279
5197
|
"description": "Format output as json.",
|
|
@@ -5306,25 +5224,18 @@
|
|
|
5306
5224
|
"multiple": false,
|
|
5307
5225
|
"type": "option"
|
|
5308
5226
|
},
|
|
5309
|
-
"
|
|
5310
|
-
"
|
|
5311
|
-
"
|
|
5312
|
-
"name": "message",
|
|
5227
|
+
"tag": {
|
|
5228
|
+
"description": "Tag to add (repeatable)",
|
|
5229
|
+
"name": "tag",
|
|
5313
5230
|
"required": true,
|
|
5314
5231
|
"hasDynamicHelp": false,
|
|
5315
|
-
"multiple":
|
|
5232
|
+
"multiple": true,
|
|
5316
5233
|
"type": "option"
|
|
5317
|
-
},
|
|
5318
|
-
"oauth-only": {
|
|
5319
|
-
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
5320
|
-
"name": "oauth-only",
|
|
5321
|
-
"allowNo": false,
|
|
5322
|
-
"type": "boolean"
|
|
5323
5234
|
}
|
|
5324
5235
|
},
|
|
5325
5236
|
"hasDynamicHelp": false,
|
|
5326
5237
|
"hiddenAliases": [],
|
|
5327
|
-
"id": "
|
|
5238
|
+
"id": "team:tag:add",
|
|
5328
5239
|
"pluginAlias": "faces-cli",
|
|
5329
5240
|
"pluginName": "faces-cli",
|
|
5330
5241
|
"pluginType": "core",
|
|
@@ -5334,21 +5245,21 @@
|
|
|
5334
5245
|
"relativePath": [
|
|
5335
5246
|
"dist",
|
|
5336
5247
|
"commands",
|
|
5337
|
-
"
|
|
5338
|
-
"
|
|
5339
|
-
"
|
|
5248
|
+
"team",
|
|
5249
|
+
"tag",
|
|
5250
|
+
"add.js"
|
|
5340
5251
|
]
|
|
5341
5252
|
},
|
|
5342
|
-
"
|
|
5253
|
+
"team:tag:list": {
|
|
5343
5254
|
"aliases": [],
|
|
5344
5255
|
"args": {
|
|
5345
|
-
"
|
|
5346
|
-
"description": "
|
|
5347
|
-
"name": "
|
|
5256
|
+
"team_id": {
|
|
5257
|
+
"description": "Team ID",
|
|
5258
|
+
"name": "team_id",
|
|
5348
5259
|
"required": true
|
|
5349
5260
|
}
|
|
5350
5261
|
},
|
|
5351
|
-
"description": "
|
|
5262
|
+
"description": "List tags on a team",
|
|
5352
5263
|
"flags": {
|
|
5353
5264
|
"json": {
|
|
5354
5265
|
"description": "Format output as json.",
|
|
@@ -5384,7 +5295,7 @@
|
|
|
5384
5295
|
},
|
|
5385
5296
|
"hasDynamicHelp": false,
|
|
5386
5297
|
"hiddenAliases": [],
|
|
5387
|
-
"id": "
|
|
5298
|
+
"id": "team:tag:list",
|
|
5388
5299
|
"pluginAlias": "faces-cli",
|
|
5389
5300
|
"pluginName": "faces-cli",
|
|
5390
5301
|
"pluginType": "core",
|
|
@@ -5394,21 +5305,26 @@
|
|
|
5394
5305
|
"relativePath": [
|
|
5395
5306
|
"dist",
|
|
5396
5307
|
"commands",
|
|
5397
|
-
"
|
|
5398
|
-
"
|
|
5399
|
-
"
|
|
5308
|
+
"team",
|
|
5309
|
+
"tag",
|
|
5310
|
+
"list.js"
|
|
5400
5311
|
]
|
|
5401
5312
|
},
|
|
5402
|
-
"
|
|
5313
|
+
"team:tag:remove": {
|
|
5403
5314
|
"aliases": [],
|
|
5404
5315
|
"args": {
|
|
5405
|
-
"
|
|
5406
|
-
"description": "
|
|
5407
|
-
"name": "
|
|
5316
|
+
"team_id": {
|
|
5317
|
+
"description": "Team ID",
|
|
5318
|
+
"name": "team_id",
|
|
5319
|
+
"required": true
|
|
5320
|
+
},
|
|
5321
|
+
"tag": {
|
|
5322
|
+
"description": "Tag to remove",
|
|
5323
|
+
"name": "tag",
|
|
5408
5324
|
"required": true
|
|
5409
5325
|
}
|
|
5410
5326
|
},
|
|
5411
|
-
"description": "
|
|
5327
|
+
"description": "Remove a tag from a team",
|
|
5412
5328
|
"flags": {
|
|
5413
5329
|
"json": {
|
|
5414
5330
|
"description": "Format output as json.",
|
|
@@ -5440,17 +5356,11 @@
|
|
|
5440
5356
|
"hasDynamicHelp": false,
|
|
5441
5357
|
"multiple": false,
|
|
5442
5358
|
"type": "option"
|
|
5443
|
-
},
|
|
5444
|
-
"yes": {
|
|
5445
|
-
"description": "Skip confirmation",
|
|
5446
|
-
"name": "yes",
|
|
5447
|
-
"allowNo": false,
|
|
5448
|
-
"type": "boolean"
|
|
5449
5359
|
}
|
|
5450
5360
|
},
|
|
5451
5361
|
"hasDynamicHelp": false,
|
|
5452
5362
|
"hiddenAliases": [],
|
|
5453
|
-
"id": "
|
|
5363
|
+
"id": "team:tag:remove",
|
|
5454
5364
|
"pluginAlias": "faces-cli",
|
|
5455
5365
|
"pluginName": "faces-cli",
|
|
5456
5366
|
"pluginType": "core",
|
|
@@ -5460,21 +5370,21 @@
|
|
|
5460
5370
|
"relativePath": [
|
|
5461
5371
|
"dist",
|
|
5462
5372
|
"commands",
|
|
5463
|
-
"
|
|
5464
|
-
"
|
|
5465
|
-
"
|
|
5373
|
+
"team",
|
|
5374
|
+
"tag",
|
|
5375
|
+
"remove.js"
|
|
5466
5376
|
]
|
|
5467
5377
|
},
|
|
5468
|
-
"
|
|
5378
|
+
"team:tag:set": {
|
|
5469
5379
|
"aliases": [],
|
|
5470
5380
|
"args": {
|
|
5471
|
-
"
|
|
5472
|
-
"description": "
|
|
5473
|
-
"name": "
|
|
5381
|
+
"team_id": {
|
|
5382
|
+
"description": "Team ID",
|
|
5383
|
+
"name": "team_id",
|
|
5474
5384
|
"required": true
|
|
5475
5385
|
}
|
|
5476
5386
|
},
|
|
5477
|
-
"description": "
|
|
5387
|
+
"description": "Replace all tags on a team",
|
|
5478
5388
|
"flags": {
|
|
5479
5389
|
"json": {
|
|
5480
5390
|
"description": "Format output as json.",
|
|
@@ -5506,11 +5416,19 @@
|
|
|
5506
5416
|
"hasDynamicHelp": false,
|
|
5507
5417
|
"multiple": false,
|
|
5508
5418
|
"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"
|
|
5509
5427
|
}
|
|
5510
5428
|
},
|
|
5511
5429
|
"hasDynamicHelp": false,
|
|
5512
5430
|
"hiddenAliases": [],
|
|
5513
|
-
"id": "
|
|
5431
|
+
"id": "team:tag:set",
|
|
5514
5432
|
"pluginAlias": "faces-cli",
|
|
5515
5433
|
"pluginName": "faces-cli",
|
|
5516
5434
|
"pluginType": "core",
|
|
@@ -5520,21 +5438,21 @@
|
|
|
5520
5438
|
"relativePath": [
|
|
5521
5439
|
"dist",
|
|
5522
5440
|
"commands",
|
|
5523
|
-
"
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5441
|
+
"team",
|
|
5442
|
+
"tag",
|
|
5443
|
+
"set.js"
|
|
5526
5444
|
]
|
|
5527
5445
|
},
|
|
5528
|
-
"
|
|
5446
|
+
"compile:doc:create": {
|
|
5529
5447
|
"aliases": [],
|
|
5530
5448
|
"args": {
|
|
5531
|
-
"
|
|
5449
|
+
"face_id": {
|
|
5532
5450
|
"description": "Face alias",
|
|
5533
|
-
"name": "
|
|
5451
|
+
"name": "face_id",
|
|
5534
5452
|
"required": true
|
|
5535
5453
|
}
|
|
5536
5454
|
},
|
|
5537
|
-
"description": "
|
|
5455
|
+
"description": "Submit a document to a face",
|
|
5538
5456
|
"flags": {
|
|
5539
5457
|
"json": {
|
|
5540
5458
|
"description": "Format output as json.",
|
|
@@ -5567,18 +5485,43 @@
|
|
|
5567
5485
|
"multiple": false,
|
|
5568
5486
|
"type": "option"
|
|
5569
5487
|
},
|
|
5570
|
-
"
|
|
5571
|
-
"description": "
|
|
5572
|
-
"name": "
|
|
5573
|
-
"required": true,
|
|
5488
|
+
"label": {
|
|
5489
|
+
"description": "Document label/title",
|
|
5490
|
+
"name": "label",
|
|
5574
5491
|
"hasDynamicHelp": false,
|
|
5575
|
-
"multiple":
|
|
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",
|
|
5513
|
+
"hasDynamicHelp": false,
|
|
5514
|
+
"multiple": false,
|
|
5515
|
+
"options": [
|
|
5516
|
+
"first-person",
|
|
5517
|
+
"third-person"
|
|
5518
|
+
],
|
|
5576
5519
|
"type": "option"
|
|
5577
5520
|
}
|
|
5578
5521
|
},
|
|
5579
5522
|
"hasDynamicHelp": false,
|
|
5580
5523
|
"hiddenAliases": [],
|
|
5581
|
-
"id": "
|
|
5524
|
+
"id": "compile:doc:create",
|
|
5582
5525
|
"pluginAlias": "faces-cli",
|
|
5583
5526
|
"pluginName": "faces-cli",
|
|
5584
5527
|
"pluginType": "core",
|
|
@@ -5588,15 +5531,21 @@
|
|
|
5588
5531
|
"relativePath": [
|
|
5589
5532
|
"dist",
|
|
5590
5533
|
"commands",
|
|
5591
|
-
"
|
|
5592
|
-
"
|
|
5593
|
-
"
|
|
5534
|
+
"compile",
|
|
5535
|
+
"doc",
|
|
5536
|
+
"create.js"
|
|
5594
5537
|
]
|
|
5595
5538
|
},
|
|
5596
|
-
"
|
|
5539
|
+
"compile:doc:delete": {
|
|
5597
5540
|
"aliases": [],
|
|
5598
|
-
"args": {
|
|
5599
|
-
|
|
5541
|
+
"args": {
|
|
5542
|
+
"doc_id": {
|
|
5543
|
+
"description": "Document ID",
|
|
5544
|
+
"name": "doc_id",
|
|
5545
|
+
"required": true
|
|
5546
|
+
}
|
|
5547
|
+
},
|
|
5548
|
+
"description": "Delete a document",
|
|
5600
5549
|
"flags": {
|
|
5601
5550
|
"json": {
|
|
5602
5551
|
"description": "Format output as json.",
|
|
@@ -5632,7 +5581,7 @@
|
|
|
5632
5581
|
},
|
|
5633
5582
|
"hasDynamicHelp": false,
|
|
5634
5583
|
"hiddenAliases": [],
|
|
5635
|
-
"id": "
|
|
5584
|
+
"id": "compile:doc:delete",
|
|
5636
5585
|
"pluginAlias": "faces-cli",
|
|
5637
5586
|
"pluginName": "faces-cli",
|
|
5638
5587
|
"pluginType": "core",
|
|
@@ -5642,21 +5591,21 @@
|
|
|
5642
5591
|
"relativePath": [
|
|
5643
5592
|
"dist",
|
|
5644
5593
|
"commands",
|
|
5645
|
-
"
|
|
5646
|
-
"
|
|
5647
|
-
"
|
|
5594
|
+
"compile",
|
|
5595
|
+
"doc",
|
|
5596
|
+
"delete.js"
|
|
5648
5597
|
]
|
|
5649
5598
|
},
|
|
5650
|
-
"
|
|
5599
|
+
"compile:doc:edit": {
|
|
5651
5600
|
"aliases": [],
|
|
5652
5601
|
"args": {
|
|
5653
|
-
"
|
|
5654
|
-
"description": "
|
|
5655
|
-
"name": "
|
|
5602
|
+
"doc_id": {
|
|
5603
|
+
"description": "Document ID",
|
|
5604
|
+
"name": "doc_id",
|
|
5656
5605
|
"required": true
|
|
5657
5606
|
}
|
|
5658
5607
|
},
|
|
5659
|
-
"description": "
|
|
5608
|
+
"description": "Edit a document (label, content, or perspective)",
|
|
5660
5609
|
"flags": {
|
|
5661
5610
|
"json": {
|
|
5662
5611
|
"description": "Format output as json.",
|
|
@@ -5688,11 +5637,43 @@
|
|
|
5688
5637
|
"hasDynamicHelp": false,
|
|
5689
5638
|
"multiple": false,
|
|
5690
5639
|
"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"
|
|
5691
5672
|
}
|
|
5692
5673
|
},
|
|
5693
5674
|
"hasDynamicHelp": false,
|
|
5694
5675
|
"hiddenAliases": [],
|
|
5695
|
-
"id": "
|
|
5676
|
+
"id": "compile:doc:edit",
|
|
5696
5677
|
"pluginAlias": "faces-cli",
|
|
5697
5678
|
"pluginName": "faces-cli",
|
|
5698
5679
|
"pluginType": "core",
|
|
@@ -5702,26 +5683,21 @@
|
|
|
5702
5683
|
"relativePath": [
|
|
5703
5684
|
"dist",
|
|
5704
5685
|
"commands",
|
|
5705
|
-
"
|
|
5706
|
-
"
|
|
5707
|
-
"
|
|
5686
|
+
"compile",
|
|
5687
|
+
"doc",
|
|
5688
|
+
"edit.js"
|
|
5708
5689
|
]
|
|
5709
5690
|
},
|
|
5710
|
-
"
|
|
5691
|
+
"compile:doc:get": {
|
|
5711
5692
|
"aliases": [],
|
|
5712
5693
|
"args": {
|
|
5713
|
-
"
|
|
5714
|
-
"description": "
|
|
5715
|
-
"name": "
|
|
5716
|
-
"required": true
|
|
5717
|
-
},
|
|
5718
|
-
"tag": {
|
|
5719
|
-
"description": "Tag to remove",
|
|
5720
|
-
"name": "tag",
|
|
5694
|
+
"doc_id": {
|
|
5695
|
+
"description": "Document ID",
|
|
5696
|
+
"name": "doc_id",
|
|
5721
5697
|
"required": true
|
|
5722
5698
|
}
|
|
5723
5699
|
},
|
|
5724
|
-
"description": "
|
|
5700
|
+
"description": "Get a document by ID",
|
|
5725
5701
|
"flags": {
|
|
5726
5702
|
"json": {
|
|
5727
5703
|
"description": "Format output as json.",
|
|
@@ -5757,7 +5733,7 @@
|
|
|
5757
5733
|
},
|
|
5758
5734
|
"hasDynamicHelp": false,
|
|
5759
5735
|
"hiddenAliases": [],
|
|
5760
|
-
"id": "
|
|
5736
|
+
"id": "compile:doc:get",
|
|
5761
5737
|
"pluginAlias": "faces-cli",
|
|
5762
5738
|
"pluginName": "faces-cli",
|
|
5763
5739
|
"pluginType": "core",
|
|
@@ -5767,21 +5743,21 @@
|
|
|
5767
5743
|
"relativePath": [
|
|
5768
5744
|
"dist",
|
|
5769
5745
|
"commands",
|
|
5770
|
-
"
|
|
5771
|
-
"
|
|
5772
|
-
"
|
|
5746
|
+
"compile",
|
|
5747
|
+
"doc",
|
|
5748
|
+
"get.js"
|
|
5773
5749
|
]
|
|
5774
5750
|
},
|
|
5775
|
-
"
|
|
5751
|
+
"compile:doc": {
|
|
5776
5752
|
"aliases": [],
|
|
5777
5753
|
"args": {
|
|
5778
|
-
"
|
|
5754
|
+
"face_id": {
|
|
5779
5755
|
"description": "Face alias",
|
|
5780
|
-
"name": "
|
|
5756
|
+
"name": "face_id",
|
|
5781
5757
|
"required": true
|
|
5782
5758
|
}
|
|
5783
5759
|
},
|
|
5784
|
-
"description": "
|
|
5760
|
+
"description": "Compile a document into a face (create → make in one step)",
|
|
5785
5761
|
"flags": {
|
|
5786
5762
|
"json": {
|
|
5787
5763
|
"description": "Format output as json.",
|
|
@@ -5814,18 +5790,57 @@
|
|
|
5814
5790
|
"multiple": false,
|
|
5815
5791
|
"type": "option"
|
|
5816
5792
|
},
|
|
5817
|
-
"
|
|
5818
|
-
"description": "
|
|
5819
|
-
"name": "
|
|
5820
|
-
"required": true,
|
|
5793
|
+
"label": {
|
|
5794
|
+
"description": "Document label/title",
|
|
5795
|
+
"name": "label",
|
|
5821
5796
|
"hasDynamicHelp": false,
|
|
5822
|
-
"multiple":
|
|
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,
|
|
5823
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,
|
|
5830
|
+
"hasDynamicHelp": false,
|
|
5831
|
+
"multiple": false,
|
|
5832
|
+
"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"
|
|
5824
5839
|
}
|
|
5825
5840
|
},
|
|
5826
5841
|
"hasDynamicHelp": false,
|
|
5827
5842
|
"hiddenAliases": [],
|
|
5828
|
-
"id": "
|
|
5843
|
+
"id": "compile:doc",
|
|
5829
5844
|
"pluginAlias": "faces-cli",
|
|
5830
5845
|
"pluginName": "faces-cli",
|
|
5831
5846
|
"pluginType": "core",
|
|
@@ -5835,21 +5850,21 @@
|
|
|
5835
5850
|
"relativePath": [
|
|
5836
5851
|
"dist",
|
|
5837
5852
|
"commands",
|
|
5838
|
-
"
|
|
5839
|
-
"
|
|
5840
|
-
"
|
|
5853
|
+
"compile",
|
|
5854
|
+
"doc",
|
|
5855
|
+
"index.js"
|
|
5841
5856
|
]
|
|
5842
5857
|
},
|
|
5843
|
-
"
|
|
5858
|
+
"compile:doc:list": {
|
|
5844
5859
|
"aliases": [],
|
|
5845
5860
|
"args": {
|
|
5846
|
-
"
|
|
5847
|
-
"description": "
|
|
5848
|
-
"name": "
|
|
5861
|
+
"face_id": {
|
|
5862
|
+
"description": "Face alias",
|
|
5863
|
+
"name": "face_id",
|
|
5849
5864
|
"required": true
|
|
5850
5865
|
}
|
|
5851
5866
|
},
|
|
5852
|
-
"description": "
|
|
5867
|
+
"description": "List documents for a face",
|
|
5853
5868
|
"flags": {
|
|
5854
5869
|
"json": {
|
|
5855
5870
|
"description": "Format output as json.",
|
|
@@ -5881,19 +5896,11 @@
|
|
|
5881
5896
|
"hasDynamicHelp": false,
|
|
5882
5897
|
"multiple": false,
|
|
5883
5898
|
"type": "option"
|
|
5884
|
-
},
|
|
5885
|
-
"tag": {
|
|
5886
|
-
"description": "Tag to add (repeatable)",
|
|
5887
|
-
"name": "tag",
|
|
5888
|
-
"required": true,
|
|
5889
|
-
"hasDynamicHelp": false,
|
|
5890
|
-
"multiple": true,
|
|
5891
|
-
"type": "option"
|
|
5892
5899
|
}
|
|
5893
5900
|
},
|
|
5894
5901
|
"hasDynamicHelp": false,
|
|
5895
5902
|
"hiddenAliases": [],
|
|
5896
|
-
"id": "
|
|
5903
|
+
"id": "compile:doc:list",
|
|
5897
5904
|
"pluginAlias": "faces-cli",
|
|
5898
5905
|
"pluginName": "faces-cli",
|
|
5899
5906
|
"pluginType": "core",
|
|
@@ -5903,21 +5910,21 @@
|
|
|
5903
5910
|
"relativePath": [
|
|
5904
5911
|
"dist",
|
|
5905
5912
|
"commands",
|
|
5906
|
-
"
|
|
5907
|
-
"
|
|
5908
|
-
"
|
|
5913
|
+
"compile",
|
|
5914
|
+
"doc",
|
|
5915
|
+
"list.js"
|
|
5909
5916
|
]
|
|
5910
5917
|
},
|
|
5911
|
-
"
|
|
5918
|
+
"compile:doc:make": {
|
|
5912
5919
|
"aliases": [],
|
|
5913
5920
|
"args": {
|
|
5914
|
-
"
|
|
5915
|
-
"description": "
|
|
5916
|
-
"name": "
|
|
5921
|
+
"doc_id": {
|
|
5922
|
+
"description": "Document ID",
|
|
5923
|
+
"name": "doc_id",
|
|
5917
5924
|
"required": true
|
|
5918
5925
|
}
|
|
5919
5926
|
},
|
|
5920
|
-
"description": "
|
|
5927
|
+
"description": "Compile an existing document (prepare + sync in one step)",
|
|
5921
5928
|
"flags": {
|
|
5922
5929
|
"json": {
|
|
5923
5930
|
"description": "Format output as json.",
|
|
@@ -5949,11 +5956,25 @@
|
|
|
5949
5956
|
"hasDynamicHelp": false,
|
|
5950
5957
|
"multiple": false,
|
|
5951
5958
|
"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"
|
|
5952
5973
|
}
|
|
5953
5974
|
},
|
|
5954
5975
|
"hasDynamicHelp": false,
|
|
5955
5976
|
"hiddenAliases": [],
|
|
5956
|
-
"id": "
|
|
5977
|
+
"id": "compile:doc:make",
|
|
5957
5978
|
"pluginAlias": "faces-cli",
|
|
5958
5979
|
"pluginName": "faces-cli",
|
|
5959
5980
|
"pluginType": "core",
|
|
@@ -5963,26 +5984,21 @@
|
|
|
5963
5984
|
"relativePath": [
|
|
5964
5985
|
"dist",
|
|
5965
5986
|
"commands",
|
|
5966
|
-
"
|
|
5967
|
-
"
|
|
5968
|
-
"
|
|
5987
|
+
"compile",
|
|
5988
|
+
"doc",
|
|
5989
|
+
"make.js"
|
|
5969
5990
|
]
|
|
5970
5991
|
},
|
|
5971
|
-
"
|
|
5992
|
+
"compile:doc:pause": {
|
|
5972
5993
|
"aliases": [],
|
|
5973
5994
|
"args": {
|
|
5974
|
-
"
|
|
5975
|
-
"description": "
|
|
5976
|
-
"name": "
|
|
5977
|
-
"required": true
|
|
5978
|
-
},
|
|
5979
|
-
"tag": {
|
|
5980
|
-
"description": "Tag to remove",
|
|
5981
|
-
"name": "tag",
|
|
5995
|
+
"doc_id": {
|
|
5996
|
+
"description": "Document ID",
|
|
5997
|
+
"name": "doc_id",
|
|
5982
5998
|
"required": true
|
|
5983
5999
|
}
|
|
5984
6000
|
},
|
|
5985
|
-
"description": "
|
|
6001
|
+
"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.",
|
|
5986
6002
|
"flags": {
|
|
5987
6003
|
"json": {
|
|
5988
6004
|
"description": "Format output as json.",
|
|
@@ -6014,11 +6030,25 @@
|
|
|
6014
6030
|
"hasDynamicHelp": false,
|
|
6015
6031
|
"multiple": false,
|
|
6016
6032
|
"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"
|
|
6017
6047
|
}
|
|
6018
6048
|
},
|
|
6019
6049
|
"hasDynamicHelp": false,
|
|
6020
6050
|
"hiddenAliases": [],
|
|
6021
|
-
"id": "
|
|
6051
|
+
"id": "compile:doc:pause",
|
|
6022
6052
|
"pluginAlias": "faces-cli",
|
|
6023
6053
|
"pluginName": "faces-cli",
|
|
6024
6054
|
"pluginType": "core",
|
|
@@ -6028,21 +6058,21 @@
|
|
|
6028
6058
|
"relativePath": [
|
|
6029
6059
|
"dist",
|
|
6030
6060
|
"commands",
|
|
6031
|
-
"
|
|
6032
|
-
"
|
|
6033
|
-
"
|
|
6061
|
+
"compile",
|
|
6062
|
+
"doc",
|
|
6063
|
+
"pause.js"
|
|
6034
6064
|
]
|
|
6035
6065
|
},
|
|
6036
|
-
"
|
|
6066
|
+
"compile:doc:reset": {
|
|
6037
6067
|
"aliases": [],
|
|
6038
6068
|
"args": {
|
|
6039
|
-
"
|
|
6040
|
-
"description": "
|
|
6041
|
-
"name": "
|
|
6069
|
+
"doc_id": {
|
|
6070
|
+
"description": "Document ID",
|
|
6071
|
+
"name": "doc_id",
|
|
6042
6072
|
"required": true
|
|
6043
6073
|
}
|
|
6044
6074
|
},
|
|
6045
|
-
"description": "
|
|
6075
|
+
"description": "Reset document compilation progress (wipe extraction, keep content)",
|
|
6046
6076
|
"flags": {
|
|
6047
6077
|
"json": {
|
|
6048
6078
|
"description": "Format output as json.",
|
|
@@ -6075,18 +6105,16 @@
|
|
|
6075
6105
|
"multiple": false,
|
|
6076
6106
|
"type": "option"
|
|
6077
6107
|
},
|
|
6078
|
-
"
|
|
6079
|
-
"description": "
|
|
6080
|
-
"name": "
|
|
6081
|
-
"
|
|
6082
|
-
"
|
|
6083
|
-
"multiple": true,
|
|
6084
|
-
"type": "option"
|
|
6108
|
+
"yes": {
|
|
6109
|
+
"description": "Skip confirmation",
|
|
6110
|
+
"name": "yes",
|
|
6111
|
+
"allowNo": false,
|
|
6112
|
+
"type": "boolean"
|
|
6085
6113
|
}
|
|
6086
6114
|
},
|
|
6087
6115
|
"hasDynamicHelp": false,
|
|
6088
6116
|
"hiddenAliases": [],
|
|
6089
|
-
"id": "
|
|
6117
|
+
"id": "compile:doc:reset",
|
|
6090
6118
|
"pluginAlias": "faces-cli",
|
|
6091
6119
|
"pluginName": "faces-cli",
|
|
6092
6120
|
"pluginType": "core",
|
|
@@ -6096,11 +6124,11 @@
|
|
|
6096
6124
|
"relativePath": [
|
|
6097
6125
|
"dist",
|
|
6098
6126
|
"commands",
|
|
6099
|
-
"
|
|
6100
|
-
"
|
|
6101
|
-
"
|
|
6127
|
+
"compile",
|
|
6128
|
+
"doc",
|
|
6129
|
+
"reset.js"
|
|
6102
6130
|
]
|
|
6103
6131
|
}
|
|
6104
6132
|
},
|
|
6105
|
-
"version": "1.7.
|
|
6133
|
+
"version": "1.7.8"
|
|
6106
6134
|
}
|