faces-cli 1.8.3 → 1.8.5
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/catalog.js +13 -10
- package/dist/commands/catalog/doctor.js +2 -1
- package/dist/commands/style/revert.js +9 -12
- package/dist/team-catalog.js +4 -9
- package/dist/utils.d.ts +26 -0
- package/dist/utils.js +37 -0
- package/oclif.manifest.json +331 -331
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -4100,7 +4100,7 @@
|
|
|
4100
4100
|
"required": true
|
|
4101
4101
|
}
|
|
4102
4102
|
},
|
|
4103
|
-
"description": "Go back to the style a face had before the last style:make. A face holds one style per medium, so name which one with --medium when it has more than one.
|
|
4103
|
+
"description": "Go back to the style a face had before the last style:make. Two versions are kept per medium, so this is a toggle: running it again returns to where you started. A face holds one style per medium, so name which one with --medium when it has more than one. It changes how the face writes immediately, so it asks first.",
|
|
4104
4104
|
"examples": [
|
|
4105
4105
|
"<%= config.bin %> <%= command.id %> alice --yes",
|
|
4106
4106
|
"<%= config.bin %> <%= command.id %> alice --medium email --yes"
|
|
@@ -5148,7 +5148,7 @@
|
|
|
5148
5148
|
"index.js"
|
|
5149
5149
|
]
|
|
5150
5150
|
},
|
|
5151
|
-
"compile:
|
|
5151
|
+
"compile:doc:create": {
|
|
5152
5152
|
"aliases": [],
|
|
5153
5153
|
"args": {
|
|
5154
5154
|
"face_id": {
|
|
@@ -5157,7 +5157,7 @@
|
|
|
5157
5157
|
"required": true
|
|
5158
5158
|
}
|
|
5159
5159
|
},
|
|
5160
|
-
"description": "
|
|
5160
|
+
"description": "Submit a document to a face",
|
|
5161
5161
|
"flags": {
|
|
5162
5162
|
"json": {
|
|
5163
5163
|
"description": "Format output as json.",
|
|
@@ -5191,22 +5191,49 @@
|
|
|
5191
5191
|
"type": "option"
|
|
5192
5192
|
},
|
|
5193
5193
|
"label": {
|
|
5194
|
-
"description": "
|
|
5194
|
+
"description": "Document label/title",
|
|
5195
5195
|
"name": "label",
|
|
5196
5196
|
"hasDynamicHelp": false,
|
|
5197
5197
|
"multiple": false,
|
|
5198
5198
|
"type": "option"
|
|
5199
5199
|
},
|
|
5200
|
-
"
|
|
5201
|
-
"description": "
|
|
5202
|
-
"name": "
|
|
5203
|
-
"
|
|
5204
|
-
"
|
|
5200
|
+
"content": {
|
|
5201
|
+
"description": "Inline text content",
|
|
5202
|
+
"name": "content",
|
|
5203
|
+
"hasDynamicHelp": false,
|
|
5204
|
+
"multiple": false,
|
|
5205
|
+
"type": "option"
|
|
5206
|
+
},
|
|
5207
|
+
"file": {
|
|
5208
|
+
"description": "Read content from file",
|
|
5209
|
+
"name": "file",
|
|
5210
|
+
"hasDynamicHelp": false,
|
|
5211
|
+
"multiple": false,
|
|
5212
|
+
"type": "option"
|
|
5213
|
+
},
|
|
5214
|
+
"medium": {
|
|
5215
|
+
"description": "What sort of writing this is — e.g. email, text message, social post, essay, academic paper, blog post, legal document, thread reply, conversation (dialogue: transcripts, interviews, calls), lecture (sustained speech nobody interrupts: talks, sermons, keynotes). Common synonyms fold automatically. Omit it if you do not know: a wrong declaration is worse than none, because a declaration is trusted and an absence is not.",
|
|
5216
|
+
"name": "medium",
|
|
5217
|
+
"hasDynamicHelp": false,
|
|
5218
|
+
"multiple": false,
|
|
5219
|
+
"type": "option"
|
|
5220
|
+
},
|
|
5221
|
+
"perspective": {
|
|
5222
|
+
"description": "Perspective (first-person or third-person)",
|
|
5223
|
+
"name": "perspective",
|
|
5224
|
+
"default": "first-person",
|
|
5225
|
+
"hasDynamicHelp": false,
|
|
5226
|
+
"multiple": false,
|
|
5227
|
+
"options": [
|
|
5228
|
+
"first-person",
|
|
5229
|
+
"third-person"
|
|
5230
|
+
],
|
|
5231
|
+
"type": "option"
|
|
5205
5232
|
}
|
|
5206
5233
|
},
|
|
5207
5234
|
"hasDynamicHelp": false,
|
|
5208
5235
|
"hiddenAliases": [],
|
|
5209
|
-
"id": "compile:
|
|
5236
|
+
"id": "compile:doc:create",
|
|
5210
5237
|
"pluginAlias": "faces-cli",
|
|
5211
5238
|
"pluginName": "faces-cli",
|
|
5212
5239
|
"pluginType": "core",
|
|
@@ -5217,20 +5244,20 @@
|
|
|
5217
5244
|
"dist",
|
|
5218
5245
|
"commands",
|
|
5219
5246
|
"compile",
|
|
5220
|
-
"
|
|
5247
|
+
"doc",
|
|
5221
5248
|
"create.js"
|
|
5222
5249
|
]
|
|
5223
5250
|
},
|
|
5224
|
-
"compile:
|
|
5251
|
+
"compile:doc:delete": {
|
|
5225
5252
|
"aliases": [],
|
|
5226
5253
|
"args": {
|
|
5227
|
-
"
|
|
5228
|
-
"description": "
|
|
5229
|
-
"name": "
|
|
5254
|
+
"doc_id": {
|
|
5255
|
+
"description": "Document ID",
|
|
5256
|
+
"name": "doc_id",
|
|
5230
5257
|
"required": true
|
|
5231
5258
|
}
|
|
5232
5259
|
},
|
|
5233
|
-
"description": "Delete a
|
|
5260
|
+
"description": "Delete a document",
|
|
5234
5261
|
"flags": {
|
|
5235
5262
|
"json": {
|
|
5236
5263
|
"description": "Format output as json.",
|
|
@@ -5262,17 +5289,11 @@
|
|
|
5262
5289
|
"hasDynamicHelp": false,
|
|
5263
5290
|
"multiple": false,
|
|
5264
5291
|
"type": "option"
|
|
5265
|
-
},
|
|
5266
|
-
"yes": {
|
|
5267
|
-
"description": "Skip confirmation",
|
|
5268
|
-
"name": "yes",
|
|
5269
|
-
"allowNo": false,
|
|
5270
|
-
"type": "boolean"
|
|
5271
5292
|
}
|
|
5272
5293
|
},
|
|
5273
5294
|
"hasDynamicHelp": false,
|
|
5274
5295
|
"hiddenAliases": [],
|
|
5275
|
-
"id": "compile:
|
|
5296
|
+
"id": "compile:doc:delete",
|
|
5276
5297
|
"pluginAlias": "faces-cli",
|
|
5277
5298
|
"pluginName": "faces-cli",
|
|
5278
5299
|
"pluginType": "core",
|
|
@@ -5283,20 +5304,20 @@
|
|
|
5283
5304
|
"dist",
|
|
5284
5305
|
"commands",
|
|
5285
5306
|
"compile",
|
|
5286
|
-
"
|
|
5307
|
+
"doc",
|
|
5287
5308
|
"delete.js"
|
|
5288
5309
|
]
|
|
5289
5310
|
},
|
|
5290
|
-
"compile:
|
|
5311
|
+
"compile:doc:edit": {
|
|
5291
5312
|
"aliases": [],
|
|
5292
5313
|
"args": {
|
|
5293
|
-
"
|
|
5294
|
-
"description": "
|
|
5295
|
-
"name": "
|
|
5314
|
+
"doc_id": {
|
|
5315
|
+
"description": "Document ID",
|
|
5316
|
+
"name": "doc_id",
|
|
5296
5317
|
"required": true
|
|
5297
5318
|
}
|
|
5298
5319
|
},
|
|
5299
|
-
"description": "Edit a
|
|
5320
|
+
"description": "Edit a document (label, content, or perspective)",
|
|
5300
5321
|
"flags": {
|
|
5301
5322
|
"json": {
|
|
5302
5323
|
"description": "Format output as json.",
|
|
@@ -5330,23 +5351,48 @@
|
|
|
5330
5351
|
"type": "option"
|
|
5331
5352
|
},
|
|
5332
5353
|
"label": {
|
|
5333
|
-
"description": "New
|
|
5354
|
+
"description": "New label/title",
|
|
5334
5355
|
"name": "label",
|
|
5335
5356
|
"hasDynamicHelp": false,
|
|
5336
5357
|
"multiple": false,
|
|
5337
5358
|
"type": "option"
|
|
5338
5359
|
},
|
|
5339
|
-
"
|
|
5340
|
-
"description": "
|
|
5341
|
-
"name": "
|
|
5360
|
+
"content": {
|
|
5361
|
+
"description": "New inline text content",
|
|
5362
|
+
"name": "content",
|
|
5363
|
+
"hasDynamicHelp": false,
|
|
5364
|
+
"multiple": false,
|
|
5365
|
+
"type": "option"
|
|
5366
|
+
},
|
|
5367
|
+
"file": {
|
|
5368
|
+
"description": "Read new content from file",
|
|
5369
|
+
"name": "file",
|
|
5370
|
+
"hasDynamicHelp": false,
|
|
5371
|
+
"multiple": false,
|
|
5372
|
+
"type": "option"
|
|
5373
|
+
},
|
|
5374
|
+
"medium": {
|
|
5375
|
+
"description": "What sort of writing this is — e.g. email, text message, social post, essay, academic paper, blog post, legal document, thread reply, conversation (dialogue: transcripts, interviews, calls), lecture (sustained speech nobody interrupts: talks, sermons, keynotes). Common synonyms fold automatically. Omit it if you do not know: a wrong declaration is worse than none, because a declaration is trusted and an absence is not.",
|
|
5376
|
+
"name": "medium",
|
|
5377
|
+
"hasDynamicHelp": false,
|
|
5378
|
+
"multiple": false,
|
|
5379
|
+
"type": "option"
|
|
5380
|
+
},
|
|
5381
|
+
"perspective": {
|
|
5382
|
+
"description": "Perspective (first-person or third-person)",
|
|
5383
|
+
"name": "perspective",
|
|
5342
5384
|
"hasDynamicHelp": false,
|
|
5343
5385
|
"multiple": false,
|
|
5386
|
+
"options": [
|
|
5387
|
+
"first-person",
|
|
5388
|
+
"third-person"
|
|
5389
|
+
],
|
|
5344
5390
|
"type": "option"
|
|
5345
5391
|
}
|
|
5346
5392
|
},
|
|
5347
5393
|
"hasDynamicHelp": false,
|
|
5348
5394
|
"hiddenAliases": [],
|
|
5349
|
-
"id": "compile:
|
|
5395
|
+
"id": "compile:doc:edit",
|
|
5350
5396
|
"pluginAlias": "faces-cli",
|
|
5351
5397
|
"pluginName": "faces-cli",
|
|
5352
5398
|
"pluginType": "core",
|
|
@@ -5357,20 +5403,20 @@
|
|
|
5357
5403
|
"dist",
|
|
5358
5404
|
"commands",
|
|
5359
5405
|
"compile",
|
|
5360
|
-
"
|
|
5406
|
+
"doc",
|
|
5361
5407
|
"edit.js"
|
|
5362
5408
|
]
|
|
5363
5409
|
},
|
|
5364
|
-
"compile:
|
|
5410
|
+
"compile:doc:get": {
|
|
5365
5411
|
"aliases": [],
|
|
5366
5412
|
"args": {
|
|
5367
|
-
"
|
|
5368
|
-
"description": "
|
|
5369
|
-
"name": "
|
|
5413
|
+
"doc_id": {
|
|
5414
|
+
"description": "Document ID",
|
|
5415
|
+
"name": "doc_id",
|
|
5370
5416
|
"required": true
|
|
5371
5417
|
}
|
|
5372
5418
|
},
|
|
5373
|
-
"description": "Get a
|
|
5419
|
+
"description": "Get a document by ID",
|
|
5374
5420
|
"flags": {
|
|
5375
5421
|
"json": {
|
|
5376
5422
|
"description": "Format output as json.",
|
|
@@ -5406,7 +5452,7 @@
|
|
|
5406
5452
|
},
|
|
5407
5453
|
"hasDynamicHelp": false,
|
|
5408
5454
|
"hiddenAliases": [],
|
|
5409
|
-
"id": "compile:
|
|
5455
|
+
"id": "compile:doc:get",
|
|
5410
5456
|
"pluginAlias": "faces-cli",
|
|
5411
5457
|
"pluginName": "faces-cli",
|
|
5412
5458
|
"pluginType": "core",
|
|
@@ -5417,11 +5463,11 @@
|
|
|
5417
5463
|
"dist",
|
|
5418
5464
|
"commands",
|
|
5419
5465
|
"compile",
|
|
5420
|
-
"
|
|
5466
|
+
"doc",
|
|
5421
5467
|
"get.js"
|
|
5422
5468
|
]
|
|
5423
5469
|
},
|
|
5424
|
-
"compile:
|
|
5470
|
+
"compile:doc": {
|
|
5425
5471
|
"aliases": [],
|
|
5426
5472
|
"args": {
|
|
5427
5473
|
"face_id": {
|
|
@@ -5430,7 +5476,11 @@
|
|
|
5430
5476
|
"required": true
|
|
5431
5477
|
}
|
|
5432
5478
|
},
|
|
5433
|
-
"description": "
|
|
5479
|
+
"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.",
|
|
5480
|
+
"examples": [
|
|
5481
|
+
"<%= config.bin %> <%= command.id %> alice --file notes.txt",
|
|
5482
|
+
"<%= config.bin %> <%= command.id %> alice --file a.txt --file b.txt --file c.txt --no-wait --json"
|
|
5483
|
+
],
|
|
5434
5484
|
"flags": {
|
|
5435
5485
|
"json": {
|
|
5436
5486
|
"description": "Format output as json.",
|
|
@@ -5462,11 +5512,68 @@
|
|
|
5462
5512
|
"hasDynamicHelp": false,
|
|
5463
5513
|
"multiple": false,
|
|
5464
5514
|
"type": "option"
|
|
5515
|
+
},
|
|
5516
|
+
"label": {
|
|
5517
|
+
"description": "Document label/title (single document only; with several files each is labelled by its filename)",
|
|
5518
|
+
"name": "label",
|
|
5519
|
+
"hasDynamicHelp": false,
|
|
5520
|
+
"multiple": false,
|
|
5521
|
+
"type": "option"
|
|
5522
|
+
},
|
|
5523
|
+
"content": {
|
|
5524
|
+
"description": "Inline text content",
|
|
5525
|
+
"exclusive": [
|
|
5526
|
+
"file"
|
|
5527
|
+
],
|
|
5528
|
+
"name": "content",
|
|
5529
|
+
"hasDynamicHelp": false,
|
|
5530
|
+
"multiple": false,
|
|
5531
|
+
"type": "option"
|
|
5532
|
+
},
|
|
5533
|
+
"file": {
|
|
5534
|
+
"description": "Read content from file (repeatable — each file becomes its own document)",
|
|
5535
|
+
"name": "file",
|
|
5536
|
+
"hasDynamicHelp": false,
|
|
5537
|
+
"multiple": true,
|
|
5538
|
+
"type": "option"
|
|
5539
|
+
},
|
|
5540
|
+
"medium": {
|
|
5541
|
+
"description": "What sort of writing this is — e.g. email, text message, social post, essay, academic paper, blog post, legal document, thread reply, conversation (dialogue: transcripts, interviews, calls), lecture (sustained speech nobody interrupts: talks, sermons, keynotes). Common synonyms fold automatically. Omit it if you do not know: a wrong declaration is worse than none, because a declaration is trusted and an absence is not.",
|
|
5542
|
+
"name": "medium",
|
|
5543
|
+
"hasDynamicHelp": false,
|
|
5544
|
+
"multiple": false,
|
|
5545
|
+
"type": "option"
|
|
5546
|
+
},
|
|
5547
|
+
"perspective": {
|
|
5548
|
+
"description": "Perspective",
|
|
5549
|
+
"name": "perspective",
|
|
5550
|
+
"default": "first-person",
|
|
5551
|
+
"hasDynamicHelp": false,
|
|
5552
|
+
"multiple": false,
|
|
5553
|
+
"options": [
|
|
5554
|
+
"first-person",
|
|
5555
|
+
"third-person"
|
|
5556
|
+
],
|
|
5557
|
+
"type": "option"
|
|
5558
|
+
},
|
|
5559
|
+
"timeout": {
|
|
5560
|
+
"description": "Compile timeout in seconds, per document (default: 600)",
|
|
5561
|
+
"name": "timeout",
|
|
5562
|
+
"default": 600,
|
|
5563
|
+
"hasDynamicHelp": false,
|
|
5564
|
+
"multiple": false,
|
|
5565
|
+
"type": "option"
|
|
5566
|
+
},
|
|
5567
|
+
"no-wait": {
|
|
5568
|
+
"description": "Create and trigger compilation, then return immediately without polling.",
|
|
5569
|
+
"name": "no-wait",
|
|
5570
|
+
"allowNo": false,
|
|
5571
|
+
"type": "boolean"
|
|
5465
5572
|
}
|
|
5466
5573
|
},
|
|
5467
5574
|
"hasDynamicHelp": false,
|
|
5468
5575
|
"hiddenAliases": [],
|
|
5469
|
-
"id": "compile:
|
|
5576
|
+
"id": "compile:doc",
|
|
5470
5577
|
"pluginAlias": "faces-cli",
|
|
5471
5578
|
"pluginName": "faces-cli",
|
|
5472
5579
|
"pluginType": "core",
|
|
@@ -5477,20 +5584,20 @@
|
|
|
5477
5584
|
"dist",
|
|
5478
5585
|
"commands",
|
|
5479
5586
|
"compile",
|
|
5480
|
-
"
|
|
5481
|
-
"
|
|
5587
|
+
"doc",
|
|
5588
|
+
"index.js"
|
|
5482
5589
|
]
|
|
5483
5590
|
},
|
|
5484
|
-
"compile:
|
|
5591
|
+
"compile:doc:list": {
|
|
5485
5592
|
"aliases": [],
|
|
5486
5593
|
"args": {
|
|
5487
|
-
"
|
|
5488
|
-
"description": "
|
|
5489
|
-
"name": "
|
|
5594
|
+
"face_id": {
|
|
5595
|
+
"description": "Face alias",
|
|
5596
|
+
"name": "face_id",
|
|
5490
5597
|
"required": true
|
|
5491
5598
|
}
|
|
5492
5599
|
},
|
|
5493
|
-
"description": "
|
|
5600
|
+
"description": "List documents for a face. Each document's full text is omitted unless --verbose, so a face with a real corpus stays readable. For a table of every source, documents and threads together, use face:sources.",
|
|
5494
5601
|
"flags": {
|
|
5495
5602
|
"json": {
|
|
5496
5603
|
"description": "Format output as json.",
|
|
@@ -5523,24 +5630,16 @@
|
|
|
5523
5630
|
"multiple": false,
|
|
5524
5631
|
"type": "option"
|
|
5525
5632
|
},
|
|
5526
|
-
"
|
|
5527
|
-
"description": "
|
|
5528
|
-
"name": "
|
|
5529
|
-
"default": 600,
|
|
5530
|
-
"hasDynamicHelp": false,
|
|
5531
|
-
"multiple": false,
|
|
5532
|
-
"type": "option"
|
|
5533
|
-
},
|
|
5534
|
-
"no-wait": {
|
|
5535
|
-
"description": "Return immediately after triggering compilation. Prints the thread ID for manual polling.",
|
|
5536
|
-
"name": "no-wait",
|
|
5633
|
+
"verbose": {
|
|
5634
|
+
"description": "Include each document's full text",
|
|
5635
|
+
"name": "verbose",
|
|
5537
5636
|
"allowNo": false,
|
|
5538
5637
|
"type": "boolean"
|
|
5539
5638
|
}
|
|
5540
5639
|
},
|
|
5541
5640
|
"hasDynamicHelp": false,
|
|
5542
5641
|
"hiddenAliases": [],
|
|
5543
|
-
"id": "compile:
|
|
5642
|
+
"id": "compile:doc:list",
|
|
5544
5643
|
"pluginAlias": "faces-cli",
|
|
5545
5644
|
"pluginName": "faces-cli",
|
|
5546
5645
|
"pluginType": "core",
|
|
@@ -5551,20 +5650,20 @@
|
|
|
5551
5650
|
"dist",
|
|
5552
5651
|
"commands",
|
|
5553
5652
|
"compile",
|
|
5554
|
-
"
|
|
5555
|
-
"
|
|
5653
|
+
"doc",
|
|
5654
|
+
"list.js"
|
|
5556
5655
|
]
|
|
5557
5656
|
},
|
|
5558
|
-
"compile:
|
|
5657
|
+
"compile:doc:make": {
|
|
5559
5658
|
"aliases": [],
|
|
5560
5659
|
"args": {
|
|
5561
|
-
"
|
|
5562
|
-
"description": "
|
|
5563
|
-
"name": "
|
|
5660
|
+
"doc_id": {
|
|
5661
|
+
"description": "Document ID",
|
|
5662
|
+
"name": "doc_id",
|
|
5564
5663
|
"required": true
|
|
5565
5664
|
}
|
|
5566
5665
|
},
|
|
5567
|
-
"description": "
|
|
5666
|
+
"description": "Compile an existing document (prepare + sync in one step)",
|
|
5568
5667
|
"flags": {
|
|
5569
5668
|
"json": {
|
|
5570
5669
|
"description": "Format output as json.",
|
|
@@ -5597,25 +5696,24 @@
|
|
|
5597
5696
|
"multiple": false,
|
|
5598
5697
|
"type": "option"
|
|
5599
5698
|
},
|
|
5600
|
-
"
|
|
5601
|
-
"
|
|
5602
|
-
"
|
|
5603
|
-
"
|
|
5604
|
-
"required": true,
|
|
5699
|
+
"timeout": {
|
|
5700
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
5701
|
+
"name": "timeout",
|
|
5702
|
+
"default": 600,
|
|
5605
5703
|
"hasDynamicHelp": false,
|
|
5606
5704
|
"multiple": false,
|
|
5607
5705
|
"type": "option"
|
|
5608
5706
|
},
|
|
5609
|
-
"
|
|
5610
|
-
"description": "
|
|
5611
|
-
"name": "
|
|
5707
|
+
"no-wait": {
|
|
5708
|
+
"description": "Return immediately after triggering compilation. Prints the document ID for manual polling.",
|
|
5709
|
+
"name": "no-wait",
|
|
5612
5710
|
"allowNo": false,
|
|
5613
5711
|
"type": "boolean"
|
|
5614
5712
|
}
|
|
5615
5713
|
},
|
|
5616
5714
|
"hasDynamicHelp": false,
|
|
5617
5715
|
"hiddenAliases": [],
|
|
5618
|
-
"id": "compile:
|
|
5716
|
+
"id": "compile:doc:make",
|
|
5619
5717
|
"pluginAlias": "faces-cli",
|
|
5620
5718
|
"pluginName": "faces-cli",
|
|
5621
5719
|
"pluginType": "core",
|
|
@@ -5626,20 +5724,20 @@
|
|
|
5626
5724
|
"dist",
|
|
5627
5725
|
"commands",
|
|
5628
5726
|
"compile",
|
|
5629
|
-
"
|
|
5630
|
-
"
|
|
5727
|
+
"doc",
|
|
5728
|
+
"make.js"
|
|
5631
5729
|
]
|
|
5632
5730
|
},
|
|
5633
|
-
"compile:
|
|
5731
|
+
"compile:doc:pause": {
|
|
5634
5732
|
"aliases": [],
|
|
5635
5733
|
"args": {
|
|
5636
|
-
"
|
|
5637
|
-
"description": "
|
|
5638
|
-
"name": "
|
|
5734
|
+
"doc_id": {
|
|
5735
|
+
"description": "Document ID",
|
|
5736
|
+
"name": "doc_id",
|
|
5639
5737
|
"required": true
|
|
5640
5738
|
}
|
|
5641
5739
|
},
|
|
5642
|
-
"description": "Ask a running
|
|
5740
|
+
"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.",
|
|
5643
5741
|
"flags": {
|
|
5644
5742
|
"json": {
|
|
5645
5743
|
"description": "Format output as json.",
|
|
@@ -5689,7 +5787,7 @@
|
|
|
5689
5787
|
},
|
|
5690
5788
|
"hasDynamicHelp": false,
|
|
5691
5789
|
"hiddenAliases": [],
|
|
5692
|
-
"id": "compile:
|
|
5790
|
+
"id": "compile:doc:pause",
|
|
5693
5791
|
"pluginAlias": "faces-cli",
|
|
5694
5792
|
"pluginName": "faces-cli",
|
|
5695
5793
|
"pluginType": "core",
|
|
@@ -5700,20 +5798,20 @@
|
|
|
5700
5798
|
"dist",
|
|
5701
5799
|
"commands",
|
|
5702
5800
|
"compile",
|
|
5703
|
-
"
|
|
5801
|
+
"doc",
|
|
5704
5802
|
"pause.js"
|
|
5705
5803
|
]
|
|
5706
5804
|
},
|
|
5707
|
-
"compile:
|
|
5805
|
+
"compile:doc:reset": {
|
|
5708
5806
|
"aliases": [],
|
|
5709
5807
|
"args": {
|
|
5710
|
-
"
|
|
5711
|
-
"description": "
|
|
5712
|
-
"name": "
|
|
5808
|
+
"doc_id": {
|
|
5809
|
+
"description": "Document ID",
|
|
5810
|
+
"name": "doc_id",
|
|
5713
5811
|
"required": true
|
|
5714
5812
|
}
|
|
5715
5813
|
},
|
|
5716
|
-
"description": "Reset
|
|
5814
|
+
"description": "Reset document compilation progress (wipe extraction, keep content)",
|
|
5717
5815
|
"flags": {
|
|
5718
5816
|
"json": {
|
|
5719
5817
|
"description": "Format output as json.",
|
|
@@ -5755,7 +5853,7 @@
|
|
|
5755
5853
|
},
|
|
5756
5854
|
"hasDynamicHelp": false,
|
|
5757
5855
|
"hiddenAliases": [],
|
|
5758
|
-
"id": "compile:
|
|
5856
|
+
"id": "compile:doc:reset",
|
|
5759
5857
|
"pluginAlias": "faces-cli",
|
|
5760
5858
|
"pluginName": "faces-cli",
|
|
5761
5859
|
"pluginType": "core",
|
|
@@ -5766,20 +5864,20 @@
|
|
|
5766
5864
|
"dist",
|
|
5767
5865
|
"commands",
|
|
5768
5866
|
"compile",
|
|
5769
|
-
"
|
|
5867
|
+
"doc",
|
|
5770
5868
|
"reset.js"
|
|
5771
5869
|
]
|
|
5772
5870
|
},
|
|
5773
|
-
"compile:thread:
|
|
5871
|
+
"compile:thread:create": {
|
|
5774
5872
|
"aliases": [],
|
|
5775
5873
|
"args": {
|
|
5776
|
-
"
|
|
5777
|
-
"description": "
|
|
5778
|
-
"name": "
|
|
5874
|
+
"face_id": {
|
|
5875
|
+
"description": "Face alias",
|
|
5876
|
+
"name": "face_id",
|
|
5779
5877
|
"required": true
|
|
5780
5878
|
}
|
|
5781
5879
|
},
|
|
5782
|
-
"description": "
|
|
5880
|
+
"description": "Start a new thread for a face",
|
|
5783
5881
|
"flags": {
|
|
5784
5882
|
"json": {
|
|
5785
5883
|
"description": "Format output as json.",
|
|
@@ -5811,11 +5909,24 @@
|
|
|
5811
5909
|
"hasDynamicHelp": false,
|
|
5812
5910
|
"multiple": false,
|
|
5813
5911
|
"type": "option"
|
|
5912
|
+
},
|
|
5913
|
+
"label": {
|
|
5914
|
+
"description": "Thread label",
|
|
5915
|
+
"name": "label",
|
|
5916
|
+
"hasDynamicHelp": false,
|
|
5917
|
+
"multiple": false,
|
|
5918
|
+
"type": "option"
|
|
5919
|
+
},
|
|
5920
|
+
"oauth-only": {
|
|
5921
|
+
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
5922
|
+
"name": "oauth-only",
|
|
5923
|
+
"allowNo": false,
|
|
5924
|
+
"type": "boolean"
|
|
5814
5925
|
}
|
|
5815
5926
|
},
|
|
5816
5927
|
"hasDynamicHelp": false,
|
|
5817
5928
|
"hiddenAliases": [],
|
|
5818
|
-
"id": "compile:thread:
|
|
5929
|
+
"id": "compile:thread:create",
|
|
5819
5930
|
"pluginAlias": "faces-cli",
|
|
5820
5931
|
"pluginName": "faces-cli",
|
|
5821
5932
|
"pluginType": "core",
|
|
@@ -5827,19 +5938,19 @@
|
|
|
5827
5938
|
"commands",
|
|
5828
5939
|
"compile",
|
|
5829
5940
|
"thread",
|
|
5830
|
-
"
|
|
5941
|
+
"create.js"
|
|
5831
5942
|
]
|
|
5832
5943
|
},
|
|
5833
|
-
"compile:
|
|
5944
|
+
"compile:thread:delete": {
|
|
5834
5945
|
"aliases": [],
|
|
5835
5946
|
"args": {
|
|
5836
|
-
"
|
|
5837
|
-
"description": "
|
|
5838
|
-
"name": "
|
|
5947
|
+
"thread_id": {
|
|
5948
|
+
"description": "Thread ID",
|
|
5949
|
+
"name": "thread_id",
|
|
5839
5950
|
"required": true
|
|
5840
5951
|
}
|
|
5841
5952
|
},
|
|
5842
|
-
"description": "
|
|
5953
|
+
"description": "Delete a thread",
|
|
5843
5954
|
"flags": {
|
|
5844
5955
|
"json": {
|
|
5845
5956
|
"description": "Format output as json.",
|
|
@@ -5872,50 +5983,16 @@
|
|
|
5872
5983
|
"multiple": false,
|
|
5873
5984
|
"type": "option"
|
|
5874
5985
|
},
|
|
5875
|
-
"
|
|
5876
|
-
"description": "
|
|
5877
|
-
"name": "
|
|
5878
|
-
"
|
|
5879
|
-
"
|
|
5880
|
-
"type": "option"
|
|
5881
|
-
},
|
|
5882
|
-
"content": {
|
|
5883
|
-
"description": "Inline text content",
|
|
5884
|
-
"name": "content",
|
|
5885
|
-
"hasDynamicHelp": false,
|
|
5886
|
-
"multiple": false,
|
|
5887
|
-
"type": "option"
|
|
5888
|
-
},
|
|
5889
|
-
"file": {
|
|
5890
|
-
"description": "Read content from file",
|
|
5891
|
-
"name": "file",
|
|
5892
|
-
"hasDynamicHelp": false,
|
|
5893
|
-
"multiple": false,
|
|
5894
|
-
"type": "option"
|
|
5895
|
-
},
|
|
5896
|
-
"medium": {
|
|
5897
|
-
"description": "What sort of writing this is — e.g. email, text message, social post, essay, academic paper, blog post, legal document, thread reply, conversation (dialogue: transcripts, interviews, calls), lecture (sustained speech nobody interrupts: talks, sermons, keynotes). Common synonyms fold automatically. Omit it if you do not know: a wrong declaration is worse than none, because a declaration is trusted and an absence is not.",
|
|
5898
|
-
"name": "medium",
|
|
5899
|
-
"hasDynamicHelp": false,
|
|
5900
|
-
"multiple": false,
|
|
5901
|
-
"type": "option"
|
|
5902
|
-
},
|
|
5903
|
-
"perspective": {
|
|
5904
|
-
"description": "Perspective (first-person or third-person)",
|
|
5905
|
-
"name": "perspective",
|
|
5906
|
-
"default": "first-person",
|
|
5907
|
-
"hasDynamicHelp": false,
|
|
5908
|
-
"multiple": false,
|
|
5909
|
-
"options": [
|
|
5910
|
-
"first-person",
|
|
5911
|
-
"third-person"
|
|
5912
|
-
],
|
|
5913
|
-
"type": "option"
|
|
5986
|
+
"yes": {
|
|
5987
|
+
"description": "Skip confirmation",
|
|
5988
|
+
"name": "yes",
|
|
5989
|
+
"allowNo": false,
|
|
5990
|
+
"type": "boolean"
|
|
5914
5991
|
}
|
|
5915
5992
|
},
|
|
5916
5993
|
"hasDynamicHelp": false,
|
|
5917
5994
|
"hiddenAliases": [],
|
|
5918
|
-
"id": "compile:
|
|
5995
|
+
"id": "compile:thread:delete",
|
|
5919
5996
|
"pluginAlias": "faces-cli",
|
|
5920
5997
|
"pluginName": "faces-cli",
|
|
5921
5998
|
"pluginType": "core",
|
|
@@ -5926,20 +6003,20 @@
|
|
|
5926
6003
|
"dist",
|
|
5927
6004
|
"commands",
|
|
5928
6005
|
"compile",
|
|
5929
|
-
"
|
|
5930
|
-
"
|
|
6006
|
+
"thread",
|
|
6007
|
+
"delete.js"
|
|
5931
6008
|
]
|
|
5932
6009
|
},
|
|
5933
|
-
"compile:
|
|
6010
|
+
"compile:thread:edit": {
|
|
5934
6011
|
"aliases": [],
|
|
5935
6012
|
"args": {
|
|
5936
|
-
"
|
|
5937
|
-
"description": "
|
|
5938
|
-
"name": "
|
|
6013
|
+
"thread_id": {
|
|
6014
|
+
"description": "Thread ID",
|
|
6015
|
+
"name": "thread_id",
|
|
5939
6016
|
"required": true
|
|
5940
6017
|
}
|
|
5941
6018
|
},
|
|
5942
|
-
"description": "
|
|
6019
|
+
"description": "Edit a thread (label and/or reassign face speaker)",
|
|
5943
6020
|
"flags": {
|
|
5944
6021
|
"json": {
|
|
5945
6022
|
"description": "Format output as json.",
|
|
@@ -5971,11 +6048,25 @@
|
|
|
5971
6048
|
"hasDynamicHelp": false,
|
|
5972
6049
|
"multiple": false,
|
|
5973
6050
|
"type": "option"
|
|
6051
|
+
},
|
|
6052
|
+
"label": {
|
|
6053
|
+
"description": "New thread label",
|
|
6054
|
+
"name": "label",
|
|
6055
|
+
"hasDynamicHelp": false,
|
|
6056
|
+
"multiple": false,
|
|
6057
|
+
"type": "option"
|
|
6058
|
+
},
|
|
6059
|
+
"face-speaker": {
|
|
6060
|
+
"description": "Reassign face speaker: set this speaker to role=user, all others to role=assistant",
|
|
6061
|
+
"name": "face-speaker",
|
|
6062
|
+
"hasDynamicHelp": false,
|
|
6063
|
+
"multiple": false,
|
|
6064
|
+
"type": "option"
|
|
5974
6065
|
}
|
|
5975
6066
|
},
|
|
5976
6067
|
"hasDynamicHelp": false,
|
|
5977
6068
|
"hiddenAliases": [],
|
|
5978
|
-
"id": "compile:
|
|
6069
|
+
"id": "compile:thread:edit",
|
|
5979
6070
|
"pluginAlias": "faces-cli",
|
|
5980
6071
|
"pluginName": "faces-cli",
|
|
5981
6072
|
"pluginType": "core",
|
|
@@ -5986,20 +6077,20 @@
|
|
|
5986
6077
|
"dist",
|
|
5987
6078
|
"commands",
|
|
5988
6079
|
"compile",
|
|
5989
|
-
"
|
|
5990
|
-
"
|
|
6080
|
+
"thread",
|
|
6081
|
+
"edit.js"
|
|
5991
6082
|
]
|
|
5992
6083
|
},
|
|
5993
|
-
"compile:
|
|
6084
|
+
"compile:thread:get": {
|
|
5994
6085
|
"aliases": [],
|
|
5995
6086
|
"args": {
|
|
5996
|
-
"
|
|
5997
|
-
"description": "
|
|
5998
|
-
"name": "
|
|
6087
|
+
"thread_id": {
|
|
6088
|
+
"description": "Thread ID",
|
|
6089
|
+
"name": "thread_id",
|
|
5999
6090
|
"required": true
|
|
6000
6091
|
}
|
|
6001
6092
|
},
|
|
6002
|
-
"description": "
|
|
6093
|
+
"description": "Get a thread by ID",
|
|
6003
6094
|
"flags": {
|
|
6004
6095
|
"json": {
|
|
6005
6096
|
"description": "Format output as json.",
|
|
@@ -6031,50 +6122,11 @@
|
|
|
6031
6122
|
"hasDynamicHelp": false,
|
|
6032
6123
|
"multiple": false,
|
|
6033
6124
|
"type": "option"
|
|
6034
|
-
},
|
|
6035
|
-
"label": {
|
|
6036
|
-
"description": "New label/title",
|
|
6037
|
-
"name": "label",
|
|
6038
|
-
"hasDynamicHelp": false,
|
|
6039
|
-
"multiple": false,
|
|
6040
|
-
"type": "option"
|
|
6041
|
-
},
|
|
6042
|
-
"content": {
|
|
6043
|
-
"description": "New inline text content",
|
|
6044
|
-
"name": "content",
|
|
6045
|
-
"hasDynamicHelp": false,
|
|
6046
|
-
"multiple": false,
|
|
6047
|
-
"type": "option"
|
|
6048
|
-
},
|
|
6049
|
-
"file": {
|
|
6050
|
-
"description": "Read new content from file",
|
|
6051
|
-
"name": "file",
|
|
6052
|
-
"hasDynamicHelp": false,
|
|
6053
|
-
"multiple": false,
|
|
6054
|
-
"type": "option"
|
|
6055
|
-
},
|
|
6056
|
-
"medium": {
|
|
6057
|
-
"description": "What sort of writing this is — e.g. email, text message, social post, essay, academic paper, blog post, legal document, thread reply, conversation (dialogue: transcripts, interviews, calls), lecture (sustained speech nobody interrupts: talks, sermons, keynotes). Common synonyms fold automatically. Omit it if you do not know: a wrong declaration is worse than none, because a declaration is trusted and an absence is not.",
|
|
6058
|
-
"name": "medium",
|
|
6059
|
-
"hasDynamicHelp": false,
|
|
6060
|
-
"multiple": false,
|
|
6061
|
-
"type": "option"
|
|
6062
|
-
},
|
|
6063
|
-
"perspective": {
|
|
6064
|
-
"description": "Perspective (first-person or third-person)",
|
|
6065
|
-
"name": "perspective",
|
|
6066
|
-
"hasDynamicHelp": false,
|
|
6067
|
-
"multiple": false,
|
|
6068
|
-
"options": [
|
|
6069
|
-
"first-person",
|
|
6070
|
-
"third-person"
|
|
6071
|
-
],
|
|
6072
|
-
"type": "option"
|
|
6073
6125
|
}
|
|
6074
6126
|
},
|
|
6075
6127
|
"hasDynamicHelp": false,
|
|
6076
6128
|
"hiddenAliases": [],
|
|
6077
|
-
"id": "compile:
|
|
6129
|
+
"id": "compile:thread:get",
|
|
6078
6130
|
"pluginAlias": "faces-cli",
|
|
6079
6131
|
"pluginName": "faces-cli",
|
|
6080
6132
|
"pluginType": "core",
|
|
@@ -6085,20 +6137,20 @@
|
|
|
6085
6137
|
"dist",
|
|
6086
6138
|
"commands",
|
|
6087
6139
|
"compile",
|
|
6088
|
-
"
|
|
6089
|
-
"
|
|
6140
|
+
"thread",
|
|
6141
|
+
"get.js"
|
|
6090
6142
|
]
|
|
6091
6143
|
},
|
|
6092
|
-
"compile:
|
|
6144
|
+
"compile:thread:list": {
|
|
6093
6145
|
"aliases": [],
|
|
6094
6146
|
"args": {
|
|
6095
|
-
"
|
|
6096
|
-
"description": "
|
|
6097
|
-
"name": "
|
|
6147
|
+
"face_id": {
|
|
6148
|
+
"description": "Face alias",
|
|
6149
|
+
"name": "face_id",
|
|
6098
6150
|
"required": true
|
|
6099
6151
|
}
|
|
6100
6152
|
},
|
|
6101
|
-
"description": "
|
|
6153
|
+
"description": "List threads for a face",
|
|
6102
6154
|
"flags": {
|
|
6103
6155
|
"json": {
|
|
6104
6156
|
"description": "Format output as json.",
|
|
@@ -6134,7 +6186,7 @@
|
|
|
6134
6186
|
},
|
|
6135
6187
|
"hasDynamicHelp": false,
|
|
6136
6188
|
"hiddenAliases": [],
|
|
6137
|
-
"id": "compile:
|
|
6189
|
+
"id": "compile:thread:list",
|
|
6138
6190
|
"pluginAlias": "faces-cli",
|
|
6139
6191
|
"pluginName": "faces-cli",
|
|
6140
6192
|
"pluginType": "core",
|
|
@@ -6145,24 +6197,20 @@
|
|
|
6145
6197
|
"dist",
|
|
6146
6198
|
"commands",
|
|
6147
6199
|
"compile",
|
|
6148
|
-
"
|
|
6149
|
-
"
|
|
6200
|
+
"thread",
|
|
6201
|
+
"list.js"
|
|
6150
6202
|
]
|
|
6151
6203
|
},
|
|
6152
|
-
"compile:
|
|
6204
|
+
"compile:thread:make": {
|
|
6153
6205
|
"aliases": [],
|
|
6154
6206
|
"args": {
|
|
6155
|
-
"
|
|
6156
|
-
"description": "
|
|
6157
|
-
"name": "
|
|
6207
|
+
"thread_id": {
|
|
6208
|
+
"description": "Thread ID",
|
|
6209
|
+
"name": "thread_id",
|
|
6158
6210
|
"required": true
|
|
6159
6211
|
}
|
|
6160
6212
|
},
|
|
6161
|
-
"description": "Compile
|
|
6162
|
-
"examples": [
|
|
6163
|
-
"<%= config.bin %> <%= command.id %> alice --file notes.txt",
|
|
6164
|
-
"<%= config.bin %> <%= command.id %> alice --file a.txt --file b.txt --file c.txt --no-wait --json"
|
|
6165
|
-
],
|
|
6213
|
+
"description": "Compile an existing thread (prepare + sync in one step)",
|
|
6166
6214
|
"flags": {
|
|
6167
6215
|
"json": {
|
|
6168
6216
|
"description": "Format output as json.",
|
|
@@ -6195,51 +6243,8 @@
|
|
|
6195
6243
|
"multiple": false,
|
|
6196
6244
|
"type": "option"
|
|
6197
6245
|
},
|
|
6198
|
-
"label": {
|
|
6199
|
-
"description": "Document label/title (single document only; with several files each is labelled by its filename)",
|
|
6200
|
-
"name": "label",
|
|
6201
|
-
"hasDynamicHelp": false,
|
|
6202
|
-
"multiple": false,
|
|
6203
|
-
"type": "option"
|
|
6204
|
-
},
|
|
6205
|
-
"content": {
|
|
6206
|
-
"description": "Inline text content",
|
|
6207
|
-
"exclusive": [
|
|
6208
|
-
"file"
|
|
6209
|
-
],
|
|
6210
|
-
"name": "content",
|
|
6211
|
-
"hasDynamicHelp": false,
|
|
6212
|
-
"multiple": false,
|
|
6213
|
-
"type": "option"
|
|
6214
|
-
},
|
|
6215
|
-
"file": {
|
|
6216
|
-
"description": "Read content from file (repeatable — each file becomes its own document)",
|
|
6217
|
-
"name": "file",
|
|
6218
|
-
"hasDynamicHelp": false,
|
|
6219
|
-
"multiple": true,
|
|
6220
|
-
"type": "option"
|
|
6221
|
-
},
|
|
6222
|
-
"medium": {
|
|
6223
|
-
"description": "What sort of writing this is — e.g. email, text message, social post, essay, academic paper, blog post, legal document, thread reply, conversation (dialogue: transcripts, interviews, calls), lecture (sustained speech nobody interrupts: talks, sermons, keynotes). Common synonyms fold automatically. Omit it if you do not know: a wrong declaration is worse than none, because a declaration is trusted and an absence is not.",
|
|
6224
|
-
"name": "medium",
|
|
6225
|
-
"hasDynamicHelp": false,
|
|
6226
|
-
"multiple": false,
|
|
6227
|
-
"type": "option"
|
|
6228
|
-
},
|
|
6229
|
-
"perspective": {
|
|
6230
|
-
"description": "Perspective",
|
|
6231
|
-
"name": "perspective",
|
|
6232
|
-
"default": "first-person",
|
|
6233
|
-
"hasDynamicHelp": false,
|
|
6234
|
-
"multiple": false,
|
|
6235
|
-
"options": [
|
|
6236
|
-
"first-person",
|
|
6237
|
-
"third-person"
|
|
6238
|
-
],
|
|
6239
|
-
"type": "option"
|
|
6240
|
-
},
|
|
6241
6246
|
"timeout": {
|
|
6242
|
-
"description": "Compile timeout in seconds
|
|
6247
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
6243
6248
|
"name": "timeout",
|
|
6244
6249
|
"default": 600,
|
|
6245
6250
|
"hasDynamicHelp": false,
|
|
@@ -6247,7 +6252,7 @@
|
|
|
6247
6252
|
"type": "option"
|
|
6248
6253
|
},
|
|
6249
6254
|
"no-wait": {
|
|
6250
|
-
"description": "
|
|
6255
|
+
"description": "Return immediately after triggering compilation. Prints the thread ID for manual polling.",
|
|
6251
6256
|
"name": "no-wait",
|
|
6252
6257
|
"allowNo": false,
|
|
6253
6258
|
"type": "boolean"
|
|
@@ -6255,7 +6260,7 @@
|
|
|
6255
6260
|
},
|
|
6256
6261
|
"hasDynamicHelp": false,
|
|
6257
6262
|
"hiddenAliases": [],
|
|
6258
|
-
"id": "compile:
|
|
6263
|
+
"id": "compile:thread:make",
|
|
6259
6264
|
"pluginAlias": "faces-cli",
|
|
6260
6265
|
"pluginName": "faces-cli",
|
|
6261
6266
|
"pluginType": "core",
|
|
@@ -6266,20 +6271,20 @@
|
|
|
6266
6271
|
"dist",
|
|
6267
6272
|
"commands",
|
|
6268
6273
|
"compile",
|
|
6269
|
-
"
|
|
6270
|
-
"
|
|
6274
|
+
"thread",
|
|
6275
|
+
"make.js"
|
|
6271
6276
|
]
|
|
6272
6277
|
},
|
|
6273
|
-
"compile:
|
|
6278
|
+
"compile:thread:message": {
|
|
6274
6279
|
"aliases": [],
|
|
6275
6280
|
"args": {
|
|
6276
|
-
"
|
|
6277
|
-
"description": "
|
|
6278
|
-
"name": "
|
|
6281
|
+
"thread_id": {
|
|
6282
|
+
"description": "Thread ID",
|
|
6283
|
+
"name": "thread_id",
|
|
6279
6284
|
"required": true
|
|
6280
6285
|
}
|
|
6281
6286
|
},
|
|
6282
|
-
"description": "
|
|
6287
|
+
"description": "Send a user message to a thread",
|
|
6283
6288
|
"flags": {
|
|
6284
6289
|
"json": {
|
|
6285
6290
|
"description": "Format output as json.",
|
|
@@ -6312,16 +6317,25 @@
|
|
|
6312
6317
|
"multiple": false,
|
|
6313
6318
|
"type": "option"
|
|
6314
6319
|
},
|
|
6315
|
-
"
|
|
6316
|
-
"
|
|
6317
|
-
"
|
|
6320
|
+
"message": {
|
|
6321
|
+
"char": "m",
|
|
6322
|
+
"description": "User message to append",
|
|
6323
|
+
"name": "message",
|
|
6324
|
+
"required": true,
|
|
6325
|
+
"hasDynamicHelp": false,
|
|
6326
|
+
"multiple": false,
|
|
6327
|
+
"type": "option"
|
|
6328
|
+
},
|
|
6329
|
+
"oauth-only": {
|
|
6330
|
+
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
6331
|
+
"name": "oauth-only",
|
|
6318
6332
|
"allowNo": false,
|
|
6319
6333
|
"type": "boolean"
|
|
6320
6334
|
}
|
|
6321
6335
|
},
|
|
6322
6336
|
"hasDynamicHelp": false,
|
|
6323
6337
|
"hiddenAliases": [],
|
|
6324
|
-
"id": "compile:
|
|
6338
|
+
"id": "compile:thread:message",
|
|
6325
6339
|
"pluginAlias": "faces-cli",
|
|
6326
6340
|
"pluginName": "faces-cli",
|
|
6327
6341
|
"pluginType": "core",
|
|
@@ -6332,20 +6346,20 @@
|
|
|
6332
6346
|
"dist",
|
|
6333
6347
|
"commands",
|
|
6334
6348
|
"compile",
|
|
6335
|
-
"
|
|
6336
|
-
"
|
|
6349
|
+
"thread",
|
|
6350
|
+
"message.js"
|
|
6337
6351
|
]
|
|
6338
6352
|
},
|
|
6339
|
-
"compile:
|
|
6353
|
+
"compile:thread:pause": {
|
|
6340
6354
|
"aliases": [],
|
|
6341
6355
|
"args": {
|
|
6342
|
-
"
|
|
6343
|
-
"description": "
|
|
6344
|
-
"name": "
|
|
6356
|
+
"thread_id": {
|
|
6357
|
+
"description": "Thread ID",
|
|
6358
|
+
"name": "thread_id",
|
|
6345
6359
|
"required": true
|
|
6346
6360
|
}
|
|
6347
6361
|
},
|
|
6348
|
-
"description": "
|
|
6362
|
+
"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.",
|
|
6349
6363
|
"flags": {
|
|
6350
6364
|
"json": {
|
|
6351
6365
|
"description": "Format output as json.",
|
|
@@ -6378,24 +6392,24 @@
|
|
|
6378
6392
|
"multiple": false,
|
|
6379
6393
|
"type": "option"
|
|
6380
6394
|
},
|
|
6395
|
+
"no-wait": {
|
|
6396
|
+
"description": "Return as soon as the pause is accepted, without waiting for the compile to stop.",
|
|
6397
|
+
"name": "no-wait",
|
|
6398
|
+
"allowNo": false,
|
|
6399
|
+
"type": "boolean"
|
|
6400
|
+
},
|
|
6381
6401
|
"timeout": {
|
|
6382
|
-
"description": "
|
|
6402
|
+
"description": "Seconds to wait for the compile to stop (default: 60)",
|
|
6383
6403
|
"name": "timeout",
|
|
6384
|
-
"default":
|
|
6404
|
+
"default": 60,
|
|
6385
6405
|
"hasDynamicHelp": false,
|
|
6386
6406
|
"multiple": false,
|
|
6387
6407
|
"type": "option"
|
|
6388
|
-
},
|
|
6389
|
-
"no-wait": {
|
|
6390
|
-
"description": "Return immediately after triggering compilation. Prints the document ID for manual polling.",
|
|
6391
|
-
"name": "no-wait",
|
|
6392
|
-
"allowNo": false,
|
|
6393
|
-
"type": "boolean"
|
|
6394
6408
|
}
|
|
6395
6409
|
},
|
|
6396
6410
|
"hasDynamicHelp": false,
|
|
6397
6411
|
"hiddenAliases": [],
|
|
6398
|
-
"id": "compile:
|
|
6412
|
+
"id": "compile:thread:pause",
|
|
6399
6413
|
"pluginAlias": "faces-cli",
|
|
6400
6414
|
"pluginName": "faces-cli",
|
|
6401
6415
|
"pluginType": "core",
|
|
@@ -6406,20 +6420,20 @@
|
|
|
6406
6420
|
"dist",
|
|
6407
6421
|
"commands",
|
|
6408
6422
|
"compile",
|
|
6409
|
-
"
|
|
6410
|
-
"
|
|
6423
|
+
"thread",
|
|
6424
|
+
"pause.js"
|
|
6411
6425
|
]
|
|
6412
6426
|
},
|
|
6413
|
-
"compile:
|
|
6427
|
+
"compile:thread:reset": {
|
|
6414
6428
|
"aliases": [],
|
|
6415
6429
|
"args": {
|
|
6416
|
-
"
|
|
6417
|
-
"description": "
|
|
6418
|
-
"name": "
|
|
6430
|
+
"thread_id": {
|
|
6431
|
+
"description": "Thread ID",
|
|
6432
|
+
"name": "thread_id",
|
|
6419
6433
|
"required": true
|
|
6420
6434
|
}
|
|
6421
6435
|
},
|
|
6422
|
-
"description": "
|
|
6436
|
+
"description": "Reset thread compilation progress (wipe extraction, keep source messages)",
|
|
6423
6437
|
"flags": {
|
|
6424
6438
|
"json": {
|
|
6425
6439
|
"description": "Format output as json.",
|
|
@@ -6452,24 +6466,16 @@
|
|
|
6452
6466
|
"multiple": false,
|
|
6453
6467
|
"type": "option"
|
|
6454
6468
|
},
|
|
6455
|
-
"
|
|
6456
|
-
"description": "
|
|
6457
|
-
"name": "
|
|
6469
|
+
"yes": {
|
|
6470
|
+
"description": "Skip confirmation",
|
|
6471
|
+
"name": "yes",
|
|
6458
6472
|
"allowNo": false,
|
|
6459
6473
|
"type": "boolean"
|
|
6460
|
-
},
|
|
6461
|
-
"timeout": {
|
|
6462
|
-
"description": "Seconds to wait for the compile to stop (default: 60)",
|
|
6463
|
-
"name": "timeout",
|
|
6464
|
-
"default": 60,
|
|
6465
|
-
"hasDynamicHelp": false,
|
|
6466
|
-
"multiple": false,
|
|
6467
|
-
"type": "option"
|
|
6468
6474
|
}
|
|
6469
6475
|
},
|
|
6470
6476
|
"hasDynamicHelp": false,
|
|
6471
6477
|
"hiddenAliases": [],
|
|
6472
|
-
"id": "compile:
|
|
6478
|
+
"id": "compile:thread:reset",
|
|
6473
6479
|
"pluginAlias": "faces-cli",
|
|
6474
6480
|
"pluginName": "faces-cli",
|
|
6475
6481
|
"pluginType": "core",
|
|
@@ -6480,20 +6486,20 @@
|
|
|
6480
6486
|
"dist",
|
|
6481
6487
|
"commands",
|
|
6482
6488
|
"compile",
|
|
6483
|
-
"
|
|
6484
|
-
"
|
|
6489
|
+
"thread",
|
|
6490
|
+
"reset.js"
|
|
6485
6491
|
]
|
|
6486
6492
|
},
|
|
6487
|
-
"compile:
|
|
6493
|
+
"compile:thread:sync": {
|
|
6488
6494
|
"aliases": [],
|
|
6489
6495
|
"args": {
|
|
6490
|
-
"
|
|
6491
|
-
"description": "
|
|
6492
|
-
"name": "
|
|
6496
|
+
"thread_id": {
|
|
6497
|
+
"description": "Thread ID",
|
|
6498
|
+
"name": "thread_id",
|
|
6493
6499
|
"required": true
|
|
6494
6500
|
}
|
|
6495
6501
|
},
|
|
6496
|
-
"description": "
|
|
6502
|
+
"description": "Archive and sync a thread into a face",
|
|
6497
6503
|
"flags": {
|
|
6498
6504
|
"json": {
|
|
6499
6505
|
"description": "Format output as json.",
|
|
@@ -6525,17 +6531,11 @@
|
|
|
6525
6531
|
"hasDynamicHelp": false,
|
|
6526
6532
|
"multiple": false,
|
|
6527
6533
|
"type": "option"
|
|
6528
|
-
},
|
|
6529
|
-
"yes": {
|
|
6530
|
-
"description": "Skip confirmation",
|
|
6531
|
-
"name": "yes",
|
|
6532
|
-
"allowNo": false,
|
|
6533
|
-
"type": "boolean"
|
|
6534
6534
|
}
|
|
6535
6535
|
},
|
|
6536
6536
|
"hasDynamicHelp": false,
|
|
6537
6537
|
"hiddenAliases": [],
|
|
6538
|
-
"id": "compile:
|
|
6538
|
+
"id": "compile:thread:sync",
|
|
6539
6539
|
"pluginAlias": "faces-cli",
|
|
6540
6540
|
"pluginName": "faces-cli",
|
|
6541
6541
|
"pluginType": "core",
|
|
@@ -6546,8 +6546,8 @@
|
|
|
6546
6546
|
"dist",
|
|
6547
6547
|
"commands",
|
|
6548
6548
|
"compile",
|
|
6549
|
-
"
|
|
6550
|
-
"
|
|
6549
|
+
"thread",
|
|
6550
|
+
"sync.js"
|
|
6551
6551
|
]
|
|
6552
6552
|
},
|
|
6553
6553
|
"face:tag:add": {
|
|
@@ -7127,5 +7127,5 @@
|
|
|
7127
7127
|
]
|
|
7128
7128
|
}
|
|
7129
7129
|
},
|
|
7130
|
-
"version": "1.8.
|
|
7130
|
+
"version": "1.8.5"
|
|
7131
7131
|
}
|