faces-cli 1.0.0 → 1.1.0

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.
@@ -652,10 +652,10 @@
652
652
  "responses.js"
653
653
  ]
654
654
  },
655
- "billing:balance": {
655
+ "config:clear": {
656
656
  "aliases": [],
657
657
  "args": {},
658
- "description": "Show credit balance and payment method status",
658
+ "description": "Delete all saved credentials and config",
659
659
  "flags": {
660
660
  "json": {
661
661
  "description": "Format output as json.",
@@ -687,11 +687,17 @@
687
687
  "hasDynamicHelp": false,
688
688
  "multiple": false,
689
689
  "type": "option"
690
+ },
691
+ "yes": {
692
+ "description": "Skip confirmation",
693
+ "name": "yes",
694
+ "allowNo": false,
695
+ "type": "boolean"
690
696
  }
691
697
  },
692
698
  "hasDynamicHelp": false,
693
699
  "hiddenAliases": [],
694
- "id": "billing:balance",
700
+ "id": "config:clear",
695
701
  "pluginAlias": "faces-cli",
696
702
  "pluginName": "faces-cli",
697
703
  "pluginType": "core",
@@ -701,14 +707,25 @@
701
707
  "relativePath": [
702
708
  "dist",
703
709
  "commands",
704
- "billing",
705
- "balance.js"
710
+ "config",
711
+ "clear.js"
706
712
  ]
707
713
  },
708
- "billing:card-setup": {
714
+ "config:set": {
709
715
  "aliases": [],
710
- "args": {},
711
- "description": "Get a Stripe card setup URL to save a payment method",
716
+ "args": {
717
+ "key": {
718
+ "description": "Config key",
719
+ "name": "key",
720
+ "required": true
721
+ },
722
+ "value": {
723
+ "description": "Config value",
724
+ "name": "value",
725
+ "required": true
726
+ }
727
+ },
728
+ "description": "Set a config value (e.g. base_url, api_key, token)",
712
729
  "flags": {
713
730
  "json": {
714
731
  "description": "Format output as json.",
@@ -744,7 +761,7 @@
744
761
  },
745
762
  "hasDynamicHelp": false,
746
763
  "hiddenAliases": [],
747
- "id": "billing:card-setup",
764
+ "id": "config:set",
748
765
  "pluginAlias": "faces-cli",
749
766
  "pluginName": "faces-cli",
750
767
  "pluginType": "core",
@@ -754,14 +771,14 @@
754
771
  "relativePath": [
755
772
  "dist",
756
773
  "commands",
757
- "billing",
758
- "card-setup.js"
774
+ "config",
775
+ "set.js"
759
776
  ]
760
777
  },
761
- "billing:checkout": {
778
+ "config:show": {
762
779
  "aliases": [],
763
780
  "args": {},
764
- "description": "Get a Stripe checkout URL to upgrade your subscription plan",
781
+ "description": "Print current config (credentials are masked)",
765
782
  "flags": {
766
783
  "json": {
767
784
  "description": "Format output as json.",
@@ -793,23 +810,11 @@
793
810
  "hasDynamicHelp": false,
794
811
  "multiple": false,
795
812
  "type": "option"
796
- },
797
- "plan": {
798
- "description": "Plan to upgrade to",
799
- "name": "plan",
800
- "required": true,
801
- "hasDynamicHelp": false,
802
- "multiple": false,
803
- "options": [
804
- "standard",
805
- "pro"
806
- ],
807
- "type": "option"
808
813
  }
809
814
  },
810
815
  "hasDynamicHelp": false,
811
816
  "hiddenAliases": [],
812
- "id": "billing:checkout",
817
+ "id": "config:show",
813
818
  "pluginAlias": "faces-cli",
814
819
  "pluginName": "faces-cli",
815
820
  "pluginType": "core",
@@ -819,14 +824,14 @@
819
824
  "relativePath": [
820
825
  "dist",
821
826
  "commands",
822
- "billing",
823
- "checkout.js"
827
+ "config",
828
+ "show.js"
824
829
  ]
825
830
  },
826
- "billing:llm-costs": {
831
+ "face:create": {
827
832
  "aliases": [],
828
833
  "args": {},
829
- "description": "List available LLMs and their per-token costs",
834
+ "description": "Create a new face",
830
835
  "flags": {
831
836
  "json": {
832
837
  "description": "Format output as json.",
@@ -859,17 +864,40 @@
859
864
  "multiple": false,
860
865
  "type": "option"
861
866
  },
862
- "provider": {
863
- "description": "Filter by provider (e.g. openai, anthropic)",
864
- "name": "provider",
867
+ "name": {
868
+ "description": "Display name",
869
+ "name": "name",
870
+ "required": true,
871
+ "hasDynamicHelp": false,
872
+ "multiple": false,
873
+ "type": "option"
874
+ },
875
+ "username": {
876
+ "description": "Unique username slug",
877
+ "name": "username",
878
+ "required": true,
865
879
  "hasDynamicHelp": false,
866
880
  "multiple": false,
867
881
  "type": "option"
882
+ },
883
+ "attr": {
884
+ "description": "Attribute KEY=VALUE (repeatable)",
885
+ "name": "attr",
886
+ "hasDynamicHelp": false,
887
+ "multiple": true,
888
+ "type": "option"
889
+ },
890
+ "tool": {
891
+ "description": "Tool name to enable (repeatable)",
892
+ "name": "tool",
893
+ "hasDynamicHelp": false,
894
+ "multiple": true,
895
+ "type": "option"
868
896
  }
869
897
  },
870
898
  "hasDynamicHelp": false,
871
899
  "hiddenAliases": [],
872
- "id": "billing:llm-costs",
900
+ "id": "face:create",
873
901
  "pluginAlias": "faces-cli",
874
902
  "pluginName": "faces-cli",
875
903
  "pluginType": "core",
@@ -879,14 +907,20 @@
879
907
  "relativePath": [
880
908
  "dist",
881
909
  "commands",
882
- "billing",
883
- "llm-costs.js"
910
+ "face",
911
+ "create.js"
884
912
  ]
885
913
  },
886
- "billing:quota": {
914
+ "face:delete": {
887
915
  "aliases": [],
888
- "args": {},
889
- "description": "Show compile token quota and per-face stats",
916
+ "args": {
917
+ "face_id": {
918
+ "description": "Face ID or username",
919
+ "name": "face_id",
920
+ "required": true
921
+ }
922
+ },
923
+ "description": "Delete a face permanently",
890
924
  "flags": {
891
925
  "json": {
892
926
  "description": "Format output as json.",
@@ -918,11 +952,17 @@
918
952
  "hasDynamicHelp": false,
919
953
  "multiple": false,
920
954
  "type": "option"
955
+ },
956
+ "yes": {
957
+ "description": "Skip confirmation",
958
+ "name": "yes",
959
+ "allowNo": false,
960
+ "type": "boolean"
921
961
  }
922
962
  },
923
963
  "hasDynamicHelp": false,
924
964
  "hiddenAliases": [],
925
- "id": "billing:quota",
965
+ "id": "face:delete",
926
966
  "pluginAlias": "faces-cli",
927
967
  "pluginName": "faces-cli",
928
968
  "pluginType": "core",
@@ -932,14 +972,14 @@
932
972
  "relativePath": [
933
973
  "dist",
934
974
  "commands",
935
- "billing",
936
- "quota.js"
975
+ "face",
976
+ "delete.js"
937
977
  ]
938
978
  },
939
- "billing:subscription": {
979
+ "face:diff": {
940
980
  "aliases": [],
941
981
  "args": {},
942
- "description": "Show current plan, face count, and renewal date",
982
+ "description": "Compare owned faces pairwise across all centroid components",
943
983
  "flags": {
944
984
  "json": {
945
985
  "description": "Format output as json.",
@@ -971,11 +1011,19 @@
971
1011
  "hasDynamicHelp": false,
972
1012
  "multiple": false,
973
1013
  "type": "option"
1014
+ },
1015
+ "face": {
1016
+ "description": "Face username to include (repeatable, min 2)",
1017
+ "name": "face",
1018
+ "required": true,
1019
+ "hasDynamicHelp": false,
1020
+ "multiple": true,
1021
+ "type": "option"
974
1022
  }
975
1023
  },
976
1024
  "hasDynamicHelp": false,
977
1025
  "hiddenAliases": [],
978
- "id": "billing:subscription",
1026
+ "id": "face:diff",
979
1027
  "pluginAlias": "faces-cli",
980
1028
  "pluginName": "faces-cli",
981
1029
  "pluginType": "core",
@@ -985,14 +1033,20 @@
985
1033
  "relativePath": [
986
1034
  "dist",
987
1035
  "commands",
988
- "billing",
989
- "subscription.js"
1036
+ "face",
1037
+ "diff.js"
990
1038
  ]
991
1039
  },
992
- "billing:topup": {
1040
+ "face:get": {
993
1041
  "aliases": [],
994
- "args": {},
995
- "description": "Top up credit balance using saved payment method",
1042
+ "args": {
1043
+ "face_id": {
1044
+ "description": "Face ID or username",
1045
+ "name": "face_id",
1046
+ "required": true
1047
+ }
1048
+ },
1049
+ "description": "Get details for a face by ID or username",
996
1050
  "flags": {
997
1051
  "json": {
998
1052
  "description": "Format output as json.",
@@ -1024,18 +1078,56 @@
1024
1078
  "hasDynamicHelp": false,
1025
1079
  "multiple": false,
1026
1080
  "type": "option"
1081
+ }
1082
+ },
1083
+ "hasDynamicHelp": false,
1084
+ "hiddenAliases": [],
1085
+ "id": "face:get",
1086
+ "pluginAlias": "faces-cli",
1087
+ "pluginName": "faces-cli",
1088
+ "pluginType": "core",
1089
+ "strict": true,
1090
+ "enableJsonFlag": true,
1091
+ "isESM": true,
1092
+ "relativePath": [
1093
+ "dist",
1094
+ "commands",
1095
+ "face",
1096
+ "get.js"
1097
+ ]
1098
+ },
1099
+ "face:list": {
1100
+ "aliases": [],
1101
+ "args": {},
1102
+ "description": "List all owned faces",
1103
+ "flags": {
1104
+ "json": {
1105
+ "description": "Format output as json.",
1106
+ "helpGroup": "GLOBAL",
1107
+ "name": "json",
1108
+ "allowNo": false,
1109
+ "type": "boolean"
1027
1110
  },
1028
- "amount": {
1029
- "description": "Top-up amount in USD (min $1)",
1030
- "name": "amount",
1031
- "required": true,
1111
+ "base-url": {
1112
+ "description": "API base URL",
1113
+ "env": "FACES_BASE_URL",
1114
+ "name": "base-url",
1032
1115
  "hasDynamicHelp": false,
1033
1116
  "multiple": false,
1034
1117
  "type": "option"
1035
1118
  },
1036
- "payment-ref": {
1037
- "description": "Payment reference (admin/test path)",
1038
- "name": "payment-ref",
1119
+ "token": {
1120
+ "description": "JWT bearer token",
1121
+ "env": "FACES_TOKEN",
1122
+ "name": "token",
1123
+ "hasDynamicHelp": false,
1124
+ "multiple": false,
1125
+ "type": "option"
1126
+ },
1127
+ "api-key": {
1128
+ "description": "API key",
1129
+ "env": "FACES_API_KEY",
1130
+ "name": "api-key",
1039
1131
  "hasDynamicHelp": false,
1040
1132
  "multiple": false,
1041
1133
  "type": "option"
@@ -1043,7 +1135,7 @@
1043
1135
  },
1044
1136
  "hasDynamicHelp": false,
1045
1137
  "hiddenAliases": [],
1046
- "id": "billing:topup",
1138
+ "id": "face:list",
1047
1139
  "pluginAlias": "faces-cli",
1048
1140
  "pluginName": "faces-cli",
1049
1141
  "pluginType": "core",
@@ -1053,14 +1145,20 @@
1053
1145
  "relativePath": [
1054
1146
  "dist",
1055
1147
  "commands",
1056
- "billing",
1057
- "topup.js"
1148
+ "face",
1149
+ "list.js"
1058
1150
  ]
1059
1151
  },
1060
- "billing:usage": {
1152
+ "face:neighbors": {
1061
1153
  "aliases": [],
1062
- "args": {},
1063
- "description": "Aggregated usage analytics",
1154
+ "args": {
1155
+ "face_id": {
1156
+ "description": "Face username",
1157
+ "name": "face_id",
1158
+ "required": true
1159
+ }
1160
+ },
1161
+ "description": "Find the most similar or dissimilar owned faces to a given face",
1064
1162
  "flags": {
1065
1163
  "json": {
1066
1164
  "description": "Format output as json.",
@@ -1093,37 +1191,44 @@
1093
1191
  "multiple": false,
1094
1192
  "type": "option"
1095
1193
  },
1096
- "group-by": {
1097
- "description": "Group results",
1098
- "name": "group-by",
1194
+ "k": {
1195
+ "description": "Number of results (1–20)",
1196
+ "name": "k",
1197
+ "default": 5,
1099
1198
  "hasDynamicHelp": false,
1100
1199
  "multiple": false,
1101
- "options": [
1102
- "api_key",
1103
- "model",
1104
- "llm",
1105
- "date"
1106
- ],
1107
1200
  "type": "option"
1108
1201
  },
1109
- "from": {
1110
- "description": "Start date (YYYY-MM-DD)",
1111
- "name": "from",
1202
+ "component": {
1203
+ "description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
1204
+ "name": "component",
1205
+ "default": "face",
1112
1206
  "hasDynamicHelp": false,
1113
1207
  "multiple": false,
1208
+ "options": [
1209
+ "face",
1210
+ "beta",
1211
+ "delta",
1212
+ "epsilon"
1213
+ ],
1114
1214
  "type": "option"
1115
1215
  },
1116
- "to": {
1117
- "description": "End date (YYYY-MM-DD)",
1118
- "name": "to",
1216
+ "direction": {
1217
+ "description": "nearest (most similar) or furthest (most dissimilar)",
1218
+ "name": "direction",
1219
+ "default": "nearest",
1119
1220
  "hasDynamicHelp": false,
1120
1221
  "multiple": false,
1222
+ "options": [
1223
+ "nearest",
1224
+ "furthest"
1225
+ ],
1121
1226
  "type": "option"
1122
1227
  }
1123
1228
  },
1124
1229
  "hasDynamicHelp": false,
1125
1230
  "hiddenAliases": [],
1126
- "id": "billing:usage",
1231
+ "id": "face:neighbors",
1127
1232
  "pluginAlias": "faces-cli",
1128
1233
  "pluginName": "faces-cli",
1129
1234
  "pluginType": "core",
@@ -1133,14 +1238,14 @@
1133
1238
  "relativePath": [
1134
1239
  "dist",
1135
1240
  "commands",
1136
- "billing",
1137
- "usage.js"
1241
+ "face",
1242
+ "neighbors.js"
1138
1243
  ]
1139
1244
  },
1140
- "config:clear": {
1245
+ "face:stats": {
1141
1246
  "aliases": [],
1142
1247
  "args": {},
1143
- "description": "Delete all saved credentials and config",
1248
+ "description": "Compile and chat stats for all owned faces",
1144
1249
  "flags": {
1145
1250
  "json": {
1146
1251
  "description": "Format output as json.",
@@ -1172,17 +1277,11 @@
1172
1277
  "hasDynamicHelp": false,
1173
1278
  "multiple": false,
1174
1279
  "type": "option"
1175
- },
1176
- "yes": {
1177
- "description": "Skip confirmation",
1178
- "name": "yes",
1179
- "allowNo": false,
1180
- "type": "boolean"
1181
1280
  }
1182
1281
  },
1183
1282
  "hasDynamicHelp": false,
1184
1283
  "hiddenAliases": [],
1185
- "id": "config:clear",
1284
+ "id": "face:stats",
1186
1285
  "pluginAlias": "faces-cli",
1187
1286
  "pluginName": "faces-cli",
1188
1287
  "pluginType": "core",
@@ -1192,25 +1291,20 @@
1192
1291
  "relativePath": [
1193
1292
  "dist",
1194
1293
  "commands",
1195
- "config",
1196
- "clear.js"
1294
+ "face",
1295
+ "stats.js"
1197
1296
  ]
1198
1297
  },
1199
- "config:set": {
1298
+ "face:update": {
1200
1299
  "aliases": [],
1201
1300
  "args": {
1202
- "key": {
1203
- "description": "Config key",
1204
- "name": "key",
1205
- "required": true
1206
- },
1207
- "value": {
1208
- "description": "Config value",
1209
- "name": "value",
1301
+ "face_id": {
1302
+ "description": "Face ID or username",
1303
+ "name": "face_id",
1210
1304
  "required": true
1211
1305
  }
1212
1306
  },
1213
- "description": "Set a config value (e.g. base_url, api_key, token)",
1307
+ "description": "Update a face's metadata",
1214
1308
  "flags": {
1215
1309
  "json": {
1216
1310
  "description": "Format output as json.",
@@ -1242,11 +1336,32 @@
1242
1336
  "hasDynamicHelp": false,
1243
1337
  "multiple": false,
1244
1338
  "type": "option"
1339
+ },
1340
+ "name": {
1341
+ "description": "New display name",
1342
+ "name": "name",
1343
+ "hasDynamicHelp": false,
1344
+ "multiple": false,
1345
+ "type": "option"
1346
+ },
1347
+ "attr": {
1348
+ "description": "Update attribute KEY=VALUE (repeatable)",
1349
+ "name": "attr",
1350
+ "hasDynamicHelp": false,
1351
+ "multiple": true,
1352
+ "type": "option"
1353
+ },
1354
+ "tool": {
1355
+ "description": "Tool names to set (replaces list, repeatable)",
1356
+ "name": "tool",
1357
+ "hasDynamicHelp": false,
1358
+ "multiple": true,
1359
+ "type": "option"
1245
1360
  }
1246
1361
  },
1247
1362
  "hasDynamicHelp": false,
1248
1363
  "hiddenAliases": [],
1249
- "id": "config:set",
1364
+ "id": "face:update",
1250
1365
  "pluginAlias": "faces-cli",
1251
1366
  "pluginName": "faces-cli",
1252
1367
  "pluginType": "core",
@@ -1256,14 +1371,20 @@
1256
1371
  "relativePath": [
1257
1372
  "dist",
1258
1373
  "commands",
1259
- "config",
1260
- "set.js"
1374
+ "face",
1375
+ "update.js"
1261
1376
  ]
1262
1377
  },
1263
- "config:show": {
1378
+ "face:upload": {
1264
1379
  "aliases": [],
1265
- "args": {},
1266
- "description": "Print current config (credentials are masked)",
1380
+ "args": {
1381
+ "face_id": {
1382
+ "description": "Face ID or username",
1383
+ "name": "face_id",
1384
+ "required": true
1385
+ }
1386
+ },
1387
+ "description": "Upload a file (text/PDF/audio/video) to a face",
1267
1388
  "flags": {
1268
1389
  "json": {
1269
1390
  "description": "Format output as json.",
@@ -1295,11 +1416,31 @@
1295
1416
  "hasDynamicHelp": false,
1296
1417
  "multiple": false,
1297
1418
  "type": "option"
1419
+ },
1420
+ "file": {
1421
+ "description": "File to upload",
1422
+ "name": "file",
1423
+ "required": true,
1424
+ "hasDynamicHelp": false,
1425
+ "multiple": false,
1426
+ "type": "option"
1427
+ },
1428
+ "kind": {
1429
+ "description": "Upload kind: document or thread",
1430
+ "name": "kind",
1431
+ "default": "document",
1432
+ "hasDynamicHelp": false,
1433
+ "multiple": false,
1434
+ "options": [
1435
+ "document",
1436
+ "thread"
1437
+ ],
1438
+ "type": "option"
1298
1439
  }
1299
1440
  },
1300
1441
  "hasDynamicHelp": false,
1301
1442
  "hiddenAliases": [],
1302
- "id": "config:show",
1443
+ "id": "face:upload",
1303
1444
  "pluginAlias": "faces-cli",
1304
1445
  "pluginName": "faces-cli",
1305
1446
  "pluginType": "core",
@@ -1309,14 +1450,14 @@
1309
1450
  "relativePath": [
1310
1451
  "dist",
1311
1452
  "commands",
1312
- "config",
1313
- "show.js"
1453
+ "face",
1454
+ "upload.js"
1314
1455
  ]
1315
1456
  },
1316
- "face:create": {
1457
+ "billing:balance": {
1317
1458
  "aliases": [],
1318
1459
  "args": {},
1319
- "description": "Create a new face",
1460
+ "description": "Show credit balance and payment method status",
1320
1461
  "flags": {
1321
1462
  "json": {
1322
1463
  "description": "Format output as json.",
@@ -1348,41 +1489,64 @@
1348
1489
  "hasDynamicHelp": false,
1349
1490
  "multiple": false,
1350
1491
  "type": "option"
1492
+ }
1493
+ },
1494
+ "hasDynamicHelp": false,
1495
+ "hiddenAliases": [],
1496
+ "id": "billing:balance",
1497
+ "pluginAlias": "faces-cli",
1498
+ "pluginName": "faces-cli",
1499
+ "pluginType": "core",
1500
+ "strict": true,
1501
+ "enableJsonFlag": true,
1502
+ "isESM": true,
1503
+ "relativePath": [
1504
+ "dist",
1505
+ "commands",
1506
+ "billing",
1507
+ "balance.js"
1508
+ ]
1509
+ },
1510
+ "billing:card-setup": {
1511
+ "aliases": [],
1512
+ "args": {},
1513
+ "description": "Get a Stripe card setup URL to save a payment method",
1514
+ "flags": {
1515
+ "json": {
1516
+ "description": "Format output as json.",
1517
+ "helpGroup": "GLOBAL",
1518
+ "name": "json",
1519
+ "allowNo": false,
1520
+ "type": "boolean"
1351
1521
  },
1352
- "name": {
1353
- "description": "Display name",
1354
- "name": "name",
1355
- "required": true,
1522
+ "base-url": {
1523
+ "description": "API base URL",
1524
+ "env": "FACES_BASE_URL",
1525
+ "name": "base-url",
1356
1526
  "hasDynamicHelp": false,
1357
1527
  "multiple": false,
1358
1528
  "type": "option"
1359
1529
  },
1360
- "username": {
1361
- "description": "Unique username slug",
1362
- "name": "username",
1363
- "required": true,
1530
+ "token": {
1531
+ "description": "JWT bearer token",
1532
+ "env": "FACES_TOKEN",
1533
+ "name": "token",
1364
1534
  "hasDynamicHelp": false,
1365
1535
  "multiple": false,
1366
1536
  "type": "option"
1367
1537
  },
1368
- "attr": {
1369
- "description": "Attribute KEY=VALUE (repeatable)",
1370
- "name": "attr",
1371
- "hasDynamicHelp": false,
1372
- "multiple": true,
1373
- "type": "option"
1374
- },
1375
- "tool": {
1376
- "description": "Tool name to enable (repeatable)",
1377
- "name": "tool",
1538
+ "api-key": {
1539
+ "description": "API key",
1540
+ "env": "FACES_API_KEY",
1541
+ "name": "api-key",
1378
1542
  "hasDynamicHelp": false,
1379
- "multiple": true,
1543
+ "multiple": false,
1380
1544
  "type": "option"
1381
1545
  }
1382
1546
  },
1383
1547
  "hasDynamicHelp": false,
1384
1548
  "hiddenAliases": [],
1385
- "id": "face:create",
1549
+ "id": "billing:card-setup",
1386
1550
  "pluginAlias": "faces-cli",
1387
1551
  "pluginName": "faces-cli",
1388
1552
  "pluginType": "core",
@@ -1392,20 +1556,14 @@
1392
1556
  "relativePath": [
1393
1557
  "dist",
1394
1558
  "commands",
1395
- "face",
1396
- "create.js"
1559
+ "billing",
1560
+ "card-setup.js"
1397
1561
  ]
1398
1562
  },
1399
- "face:delete": {
1563
+ "billing:checkout": {
1400
1564
  "aliases": [],
1401
- "args": {
1402
- "face_id": {
1403
- "description": "Face ID or username",
1404
- "name": "face_id",
1405
- "required": true
1406
- }
1407
- },
1408
- "description": "Delete a face permanently",
1565
+ "args": {},
1566
+ "description": "Get a Stripe checkout URL to upgrade your subscription plan",
1409
1567
  "flags": {
1410
1568
  "json": {
1411
1569
  "description": "Format output as json.",
@@ -1438,16 +1596,22 @@
1438
1596
  "multiple": false,
1439
1597
  "type": "option"
1440
1598
  },
1441
- "yes": {
1442
- "description": "Skip confirmation",
1443
- "name": "yes",
1444
- "allowNo": false,
1445
- "type": "boolean"
1599
+ "plan": {
1600
+ "description": "Plan to upgrade to",
1601
+ "name": "plan",
1602
+ "required": true,
1603
+ "hasDynamicHelp": false,
1604
+ "multiple": false,
1605
+ "options": [
1606
+ "standard",
1607
+ "pro"
1608
+ ],
1609
+ "type": "option"
1446
1610
  }
1447
1611
  },
1448
1612
  "hasDynamicHelp": false,
1449
1613
  "hiddenAliases": [],
1450
- "id": "face:delete",
1614
+ "id": "billing:checkout",
1451
1615
  "pluginAlias": "faces-cli",
1452
1616
  "pluginName": "faces-cli",
1453
1617
  "pluginType": "core",
@@ -1457,20 +1621,14 @@
1457
1621
  "relativePath": [
1458
1622
  "dist",
1459
1623
  "commands",
1460
- "face",
1461
- "delete.js"
1624
+ "billing",
1625
+ "checkout.js"
1462
1626
  ]
1463
1627
  },
1464
- "face:get": {
1628
+ "billing:llm-costs": {
1465
1629
  "aliases": [],
1466
- "args": {
1467
- "face_id": {
1468
- "description": "Face ID or username",
1469
- "name": "face_id",
1470
- "required": true
1471
- }
1472
- },
1473
- "description": "Get details for a face by ID or username",
1630
+ "args": {},
1631
+ "description": "List available LLMs and their per-token costs",
1474
1632
  "flags": {
1475
1633
  "json": {
1476
1634
  "description": "Format output as json.",
@@ -1502,11 +1660,18 @@
1502
1660
  "hasDynamicHelp": false,
1503
1661
  "multiple": false,
1504
1662
  "type": "option"
1663
+ },
1664
+ "provider": {
1665
+ "description": "Filter by provider (e.g. openai, anthropic)",
1666
+ "name": "provider",
1667
+ "hasDynamicHelp": false,
1668
+ "multiple": false,
1669
+ "type": "option"
1505
1670
  }
1506
1671
  },
1507
1672
  "hasDynamicHelp": false,
1508
1673
  "hiddenAliases": [],
1509
- "id": "face:get",
1674
+ "id": "billing:llm-costs",
1510
1675
  "pluginAlias": "faces-cli",
1511
1676
  "pluginName": "faces-cli",
1512
1677
  "pluginType": "core",
@@ -1516,14 +1681,14 @@
1516
1681
  "relativePath": [
1517
1682
  "dist",
1518
1683
  "commands",
1519
- "face",
1520
- "get.js"
1684
+ "billing",
1685
+ "llm-costs.js"
1521
1686
  ]
1522
1687
  },
1523
- "face:list": {
1688
+ "billing:quota": {
1524
1689
  "aliases": [],
1525
1690
  "args": {},
1526
- "description": "List all owned faces",
1691
+ "description": "Show compile token quota and per-face stats",
1527
1692
  "flags": {
1528
1693
  "json": {
1529
1694
  "description": "Format output as json.",
@@ -1559,7 +1724,7 @@
1559
1724
  },
1560
1725
  "hasDynamicHelp": false,
1561
1726
  "hiddenAliases": [],
1562
- "id": "face:list",
1727
+ "id": "billing:quota",
1563
1728
  "pluginAlias": "faces-cli",
1564
1729
  "pluginName": "faces-cli",
1565
1730
  "pluginType": "core",
@@ -1569,14 +1734,14 @@
1569
1734
  "relativePath": [
1570
1735
  "dist",
1571
1736
  "commands",
1572
- "face",
1573
- "list.js"
1737
+ "billing",
1738
+ "quota.js"
1574
1739
  ]
1575
1740
  },
1576
- "face:stats": {
1741
+ "billing:subscription": {
1577
1742
  "aliases": [],
1578
1743
  "args": {},
1579
- "description": "Compile and chat stats for all owned faces",
1744
+ "description": "Show current plan, face count, and renewal date",
1580
1745
  "flags": {
1581
1746
  "json": {
1582
1747
  "description": "Format output as json.",
@@ -1612,7 +1777,7 @@
1612
1777
  },
1613
1778
  "hasDynamicHelp": false,
1614
1779
  "hiddenAliases": [],
1615
- "id": "face:stats",
1780
+ "id": "billing:subscription",
1616
1781
  "pluginAlias": "faces-cli",
1617
1782
  "pluginName": "faces-cli",
1618
1783
  "pluginType": "core",
@@ -1622,20 +1787,14 @@
1622
1787
  "relativePath": [
1623
1788
  "dist",
1624
1789
  "commands",
1625
- "face",
1626
- "stats.js"
1790
+ "billing",
1791
+ "subscription.js"
1627
1792
  ]
1628
1793
  },
1629
- "face:update": {
1794
+ "billing:topup": {
1630
1795
  "aliases": [],
1631
- "args": {
1632
- "face_id": {
1633
- "description": "Face ID or username",
1634
- "name": "face_id",
1635
- "required": true
1636
- }
1637
- },
1638
- "description": "Update a face's metadata",
1796
+ "args": {},
1797
+ "description": "Top up credit balance using saved payment method",
1639
1798
  "flags": {
1640
1799
  "json": {
1641
1800
  "description": "Format output as json.",
@@ -1668,31 +1827,25 @@
1668
1827
  "multiple": false,
1669
1828
  "type": "option"
1670
1829
  },
1671
- "name": {
1672
- "description": "New display name",
1673
- "name": "name",
1830
+ "amount": {
1831
+ "description": "Top-up amount in USD (min $1)",
1832
+ "name": "amount",
1833
+ "required": true,
1674
1834
  "hasDynamicHelp": false,
1675
1835
  "multiple": false,
1676
1836
  "type": "option"
1677
1837
  },
1678
- "attr": {
1679
- "description": "Update attribute KEY=VALUE (repeatable)",
1680
- "name": "attr",
1681
- "hasDynamicHelp": false,
1682
- "multiple": true,
1683
- "type": "option"
1684
- },
1685
- "tool": {
1686
- "description": "Tool names to set (replaces list, repeatable)",
1687
- "name": "tool",
1838
+ "payment-ref": {
1839
+ "description": "Payment reference (admin/test path)",
1840
+ "name": "payment-ref",
1688
1841
  "hasDynamicHelp": false,
1689
- "multiple": true,
1842
+ "multiple": false,
1690
1843
  "type": "option"
1691
1844
  }
1692
1845
  },
1693
1846
  "hasDynamicHelp": false,
1694
1847
  "hiddenAliases": [],
1695
- "id": "face:update",
1848
+ "id": "billing:topup",
1696
1849
  "pluginAlias": "faces-cli",
1697
1850
  "pluginName": "faces-cli",
1698
1851
  "pluginType": "core",
@@ -1702,20 +1855,14 @@
1702
1855
  "relativePath": [
1703
1856
  "dist",
1704
1857
  "commands",
1705
- "face",
1706
- "update.js"
1858
+ "billing",
1859
+ "topup.js"
1707
1860
  ]
1708
1861
  },
1709
- "face:upload": {
1862
+ "billing:usage": {
1710
1863
  "aliases": [],
1711
- "args": {
1712
- "face_id": {
1713
- "description": "Face ID or username",
1714
- "name": "face_id",
1715
- "required": true
1716
- }
1717
- },
1718
- "description": "Upload a file (text/PDF/audio/video) to a face",
1864
+ "args": {},
1865
+ "description": "Aggregated usage analytics",
1719
1866
  "flags": {
1720
1867
  "json": {
1721
1868
  "description": "Format output as json.",
@@ -1748,30 +1895,37 @@
1748
1895
  "multiple": false,
1749
1896
  "type": "option"
1750
1897
  },
1751
- "file": {
1752
- "description": "File to upload",
1753
- "name": "file",
1754
- "required": true,
1898
+ "group-by": {
1899
+ "description": "Group results",
1900
+ "name": "group-by",
1755
1901
  "hasDynamicHelp": false,
1756
1902
  "multiple": false,
1903
+ "options": [
1904
+ "api_key",
1905
+ "model",
1906
+ "llm",
1907
+ "date"
1908
+ ],
1757
1909
  "type": "option"
1758
1910
  },
1759
- "kind": {
1760
- "description": "Upload kind: document or thread",
1761
- "name": "kind",
1762
- "default": "document",
1911
+ "from": {
1912
+ "description": "Start date (YYYY-MM-DD)",
1913
+ "name": "from",
1914
+ "hasDynamicHelp": false,
1915
+ "multiple": false,
1916
+ "type": "option"
1917
+ },
1918
+ "to": {
1919
+ "description": "End date (YYYY-MM-DD)",
1920
+ "name": "to",
1763
1921
  "hasDynamicHelp": false,
1764
1922
  "multiple": false,
1765
- "options": [
1766
- "document",
1767
- "thread"
1768
- ],
1769
1923
  "type": "option"
1770
1924
  }
1771
1925
  },
1772
1926
  "hasDynamicHelp": false,
1773
1927
  "hiddenAliases": [],
1774
- "id": "face:upload",
1928
+ "id": "billing:usage",
1775
1929
  "pluginAlias": "faces-cli",
1776
1930
  "pluginName": "faces-cli",
1777
1931
  "pluginType": "core",
@@ -1781,8 +1935,8 @@
1781
1935
  "relativePath": [
1782
1936
  "dist",
1783
1937
  "commands",
1784
- "face",
1785
- "upload.js"
1938
+ "billing",
1939
+ "usage.js"
1786
1940
  ]
1787
1941
  },
1788
1942
  "keys:create": {
@@ -2071,7 +2225,7 @@
2071
2225
  "update.js"
2072
2226
  ]
2073
2227
  },
2074
- "compile:doc:create": {
2228
+ "compile:thread:create": {
2075
2229
  "aliases": [],
2076
2230
  "args": {
2077
2231
  "face_id": {
@@ -2080,7 +2234,7 @@
2080
2234
  "required": true
2081
2235
  }
2082
2236
  },
2083
- "description": "Submit a document to a face",
2237
+ "description": "Start a new thread for a face",
2084
2238
  "flags": {
2085
2239
  "json": {
2086
2240
  "description": "Format output as json.",
@@ -2114,30 +2268,16 @@
2114
2268
  "type": "option"
2115
2269
  },
2116
2270
  "label": {
2117
- "description": "Document label/title",
2271
+ "description": "Thread label",
2118
2272
  "name": "label",
2119
2273
  "hasDynamicHelp": false,
2120
2274
  "multiple": false,
2121
2275
  "type": "option"
2122
- },
2123
- "content": {
2124
- "description": "Inline text content",
2125
- "name": "content",
2126
- "hasDynamicHelp": false,
2127
- "multiple": false,
2128
- "type": "option"
2129
- },
2130
- "file": {
2131
- "description": "Read content from file",
2132
- "name": "file",
2133
- "hasDynamicHelp": false,
2134
- "multiple": false,
2135
- "type": "option"
2136
2276
  }
2137
2277
  },
2138
2278
  "hasDynamicHelp": false,
2139
2279
  "hiddenAliases": [],
2140
- "id": "compile:doc:create",
2280
+ "id": "compile:thread:create",
2141
2281
  "pluginAlias": "faces-cli",
2142
2282
  "pluginName": "faces-cli",
2143
2283
  "pluginType": "core",
@@ -2148,20 +2288,20 @@
2148
2288
  "dist",
2149
2289
  "commands",
2150
2290
  "compile",
2151
- "doc",
2291
+ "thread",
2152
2292
  "create.js"
2153
2293
  ]
2154
2294
  },
2155
- "compile:doc:delete": {
2295
+ "compile:thread:list": {
2156
2296
  "aliases": [],
2157
2297
  "args": {
2158
- "doc_id": {
2159
- "description": "Document ID",
2160
- "name": "doc_id",
2298
+ "face_id": {
2299
+ "description": "Face ID or username",
2300
+ "name": "face_id",
2161
2301
  "required": true
2162
2302
  }
2163
2303
  },
2164
- "description": "Delete a document",
2304
+ "description": "List threads for a face",
2165
2305
  "flags": {
2166
2306
  "json": {
2167
2307
  "description": "Format output as json.",
@@ -2197,7 +2337,7 @@
2197
2337
  },
2198
2338
  "hasDynamicHelp": false,
2199
2339
  "hiddenAliases": [],
2200
- "id": "compile:doc:delete",
2340
+ "id": "compile:thread:list",
2201
2341
  "pluginAlias": "faces-cli",
2202
2342
  "pluginName": "faces-cli",
2203
2343
  "pluginType": "core",
@@ -2208,20 +2348,20 @@
2208
2348
  "dist",
2209
2349
  "commands",
2210
2350
  "compile",
2211
- "doc",
2212
- "delete.js"
2351
+ "thread",
2352
+ "list.js"
2213
2353
  ]
2214
2354
  },
2215
- "compile:doc:get": {
2355
+ "compile:thread:message": {
2216
2356
  "aliases": [],
2217
2357
  "args": {
2218
- "doc_id": {
2219
- "description": "Document ID",
2220
- "name": "doc_id",
2358
+ "thread_id": {
2359
+ "description": "Thread ID",
2360
+ "name": "thread_id",
2221
2361
  "required": true
2222
2362
  }
2223
2363
  },
2224
- "description": "Get a document by ID",
2364
+ "description": "Send a user message to a thread",
2225
2365
  "flags": {
2226
2366
  "json": {
2227
2367
  "description": "Format output as json.",
@@ -2253,11 +2393,20 @@
2253
2393
  "hasDynamicHelp": false,
2254
2394
  "multiple": false,
2255
2395
  "type": "option"
2396
+ },
2397
+ "message": {
2398
+ "char": "m",
2399
+ "description": "User message to append",
2400
+ "name": "message",
2401
+ "required": true,
2402
+ "hasDynamicHelp": false,
2403
+ "multiple": false,
2404
+ "type": "option"
2256
2405
  }
2257
2406
  },
2258
2407
  "hasDynamicHelp": false,
2259
2408
  "hiddenAliases": [],
2260
- "id": "compile:doc:get",
2409
+ "id": "compile:thread:message",
2261
2410
  "pluginAlias": "faces-cli",
2262
2411
  "pluginName": "faces-cli",
2263
2412
  "pluginType": "core",
@@ -2268,20 +2417,20 @@
2268
2417
  "dist",
2269
2418
  "commands",
2270
2419
  "compile",
2271
- "doc",
2272
- "get.js"
2420
+ "thread",
2421
+ "message.js"
2273
2422
  ]
2274
2423
  },
2275
- "compile:doc:list": {
2424
+ "compile:thread:sync": {
2276
2425
  "aliases": [],
2277
2426
  "args": {
2278
- "face_id": {
2279
- "description": "Face ID or username",
2280
- "name": "face_id",
2427
+ "thread_id": {
2428
+ "description": "Thread ID",
2429
+ "name": "thread_id",
2281
2430
  "required": true
2282
2431
  }
2283
2432
  },
2284
- "description": "List documents for a face",
2433
+ "description": "Archive and sync a thread into a face",
2285
2434
  "flags": {
2286
2435
  "json": {
2287
2436
  "description": "Format output as json.",
@@ -2317,7 +2466,7 @@
2317
2466
  },
2318
2467
  "hasDynamicHelp": false,
2319
2468
  "hiddenAliases": [],
2320
- "id": "compile:doc:list",
2469
+ "id": "compile:thread:sync",
2321
2470
  "pluginAlias": "faces-cli",
2322
2471
  "pluginName": "faces-cli",
2323
2472
  "pluginType": "core",
@@ -2328,20 +2477,20 @@
2328
2477
  "dist",
2329
2478
  "commands",
2330
2479
  "compile",
2331
- "doc",
2332
- "list.js"
2480
+ "thread",
2481
+ "sync.js"
2333
2482
  ]
2334
2483
  },
2335
- "compile:doc:prepare": {
2484
+ "compile:doc:create": {
2336
2485
  "aliases": [],
2337
2486
  "args": {
2338
- "doc_id": {
2339
- "description": "Document ID",
2340
- "name": "doc_id",
2487
+ "face_id": {
2488
+ "description": "Face ID or username",
2489
+ "name": "face_id",
2341
2490
  "required": true
2342
2491
  }
2343
2492
  },
2344
- "description": "Run LLM extraction pipeline on a document",
2493
+ "description": "Submit a document to a face",
2345
2494
  "flags": {
2346
2495
  "json": {
2347
2496
  "description": "Format output as json.",
@@ -2373,11 +2522,32 @@
2373
2522
  "hasDynamicHelp": false,
2374
2523
  "multiple": false,
2375
2524
  "type": "option"
2525
+ },
2526
+ "label": {
2527
+ "description": "Document label/title",
2528
+ "name": "label",
2529
+ "hasDynamicHelp": false,
2530
+ "multiple": false,
2531
+ "type": "option"
2532
+ },
2533
+ "content": {
2534
+ "description": "Inline text content",
2535
+ "name": "content",
2536
+ "hasDynamicHelp": false,
2537
+ "multiple": false,
2538
+ "type": "option"
2539
+ },
2540
+ "file": {
2541
+ "description": "Read content from file",
2542
+ "name": "file",
2543
+ "hasDynamicHelp": false,
2544
+ "multiple": false,
2545
+ "type": "option"
2376
2546
  }
2377
2547
  },
2378
2548
  "hasDynamicHelp": false,
2379
2549
  "hiddenAliases": [],
2380
- "id": "compile:doc:prepare",
2550
+ "id": "compile:doc:create",
2381
2551
  "pluginAlias": "faces-cli",
2382
2552
  "pluginName": "faces-cli",
2383
2553
  "pluginType": "core",
@@ -2389,10 +2559,10 @@
2389
2559
  "commands",
2390
2560
  "compile",
2391
2561
  "doc",
2392
- "prepare.js"
2562
+ "create.js"
2393
2563
  ]
2394
2564
  },
2395
- "compile:doc:sync": {
2565
+ "compile:doc:delete": {
2396
2566
  "aliases": [],
2397
2567
  "args": {
2398
2568
  "doc_id": {
@@ -2401,7 +2571,7 @@
2401
2571
  "required": true
2402
2572
  }
2403
2573
  },
2404
- "description": "Sync a document into a face (charges compile quota)",
2574
+ "description": "Delete a document",
2405
2575
  "flags": {
2406
2576
  "json": {
2407
2577
  "description": "Format output as json.",
@@ -2433,17 +2603,11 @@
2433
2603
  "hasDynamicHelp": false,
2434
2604
  "multiple": false,
2435
2605
  "type": "option"
2436
- },
2437
- "yes": {
2438
- "description": "Skip confirmation (quota will be charged)",
2439
- "name": "yes",
2440
- "allowNo": false,
2441
- "type": "boolean"
2442
2606
  }
2443
2607
  },
2444
2608
  "hasDynamicHelp": false,
2445
2609
  "hiddenAliases": [],
2446
- "id": "compile:doc:sync",
2610
+ "id": "compile:doc:delete",
2447
2611
  "pluginAlias": "faces-cli",
2448
2612
  "pluginName": "faces-cli",
2449
2613
  "pluginType": "core",
@@ -2455,19 +2619,19 @@
2455
2619
  "commands",
2456
2620
  "compile",
2457
2621
  "doc",
2458
- "sync.js"
2622
+ "delete.js"
2459
2623
  ]
2460
2624
  },
2461
- "compile:thread:create": {
2625
+ "compile:doc:get": {
2462
2626
  "aliases": [],
2463
2627
  "args": {
2464
- "face_id": {
2465
- "description": "Face ID or username",
2466
- "name": "face_id",
2628
+ "doc_id": {
2629
+ "description": "Document ID",
2630
+ "name": "doc_id",
2467
2631
  "required": true
2468
2632
  }
2469
2633
  },
2470
- "description": "Start a new thread for a face",
2634
+ "description": "Get a document by ID",
2471
2635
  "flags": {
2472
2636
  "json": {
2473
2637
  "description": "Format output as json.",
@@ -2499,18 +2663,11 @@
2499
2663
  "hasDynamicHelp": false,
2500
2664
  "multiple": false,
2501
2665
  "type": "option"
2502
- },
2503
- "label": {
2504
- "description": "Thread label",
2505
- "name": "label",
2506
- "hasDynamicHelp": false,
2507
- "multiple": false,
2508
- "type": "option"
2509
2666
  }
2510
2667
  },
2511
2668
  "hasDynamicHelp": false,
2512
2669
  "hiddenAliases": [],
2513
- "id": "compile:thread:create",
2670
+ "id": "compile:doc:get",
2514
2671
  "pluginAlias": "faces-cli",
2515
2672
  "pluginName": "faces-cli",
2516
2673
  "pluginType": "core",
@@ -2521,11 +2678,11 @@
2521
2678
  "dist",
2522
2679
  "commands",
2523
2680
  "compile",
2524
- "thread",
2525
- "create.js"
2681
+ "doc",
2682
+ "get.js"
2526
2683
  ]
2527
2684
  },
2528
- "compile:thread:list": {
2685
+ "compile:doc:list": {
2529
2686
  "aliases": [],
2530
2687
  "args": {
2531
2688
  "face_id": {
@@ -2534,7 +2691,7 @@
2534
2691
  "required": true
2535
2692
  }
2536
2693
  },
2537
- "description": "List threads for a face",
2694
+ "description": "List documents for a face",
2538
2695
  "flags": {
2539
2696
  "json": {
2540
2697
  "description": "Format output as json.",
@@ -2570,7 +2727,7 @@
2570
2727
  },
2571
2728
  "hasDynamicHelp": false,
2572
2729
  "hiddenAliases": [],
2573
- "id": "compile:thread:list",
2730
+ "id": "compile:doc:list",
2574
2731
  "pluginAlias": "faces-cli",
2575
2732
  "pluginName": "faces-cli",
2576
2733
  "pluginType": "core",
@@ -2581,20 +2738,20 @@
2581
2738
  "dist",
2582
2739
  "commands",
2583
2740
  "compile",
2584
- "thread",
2741
+ "doc",
2585
2742
  "list.js"
2586
2743
  ]
2587
2744
  },
2588
- "compile:thread:message": {
2745
+ "compile:doc:prepare": {
2589
2746
  "aliases": [],
2590
2747
  "args": {
2591
- "thread_id": {
2592
- "description": "Thread ID",
2593
- "name": "thread_id",
2748
+ "doc_id": {
2749
+ "description": "Document ID",
2750
+ "name": "doc_id",
2594
2751
  "required": true
2595
2752
  }
2596
2753
  },
2597
- "description": "Send a user message to a thread",
2754
+ "description": "Run LLM extraction pipeline on a document",
2598
2755
  "flags": {
2599
2756
  "json": {
2600
2757
  "description": "Format output as json.",
@@ -2626,20 +2783,11 @@
2626
2783
  "hasDynamicHelp": false,
2627
2784
  "multiple": false,
2628
2785
  "type": "option"
2629
- },
2630
- "message": {
2631
- "char": "m",
2632
- "description": "User message to append",
2633
- "name": "message",
2634
- "required": true,
2635
- "hasDynamicHelp": false,
2636
- "multiple": false,
2637
- "type": "option"
2638
2786
  }
2639
2787
  },
2640
2788
  "hasDynamicHelp": false,
2641
2789
  "hiddenAliases": [],
2642
- "id": "compile:thread:message",
2790
+ "id": "compile:doc:prepare",
2643
2791
  "pluginAlias": "faces-cli",
2644
2792
  "pluginName": "faces-cli",
2645
2793
  "pluginType": "core",
@@ -2650,20 +2798,20 @@
2650
2798
  "dist",
2651
2799
  "commands",
2652
2800
  "compile",
2653
- "thread",
2654
- "message.js"
2801
+ "doc",
2802
+ "prepare.js"
2655
2803
  ]
2656
2804
  },
2657
- "compile:thread:sync": {
2805
+ "compile:doc:sync": {
2658
2806
  "aliases": [],
2659
2807
  "args": {
2660
- "thread_id": {
2661
- "description": "Thread ID",
2662
- "name": "thread_id",
2808
+ "doc_id": {
2809
+ "description": "Document ID",
2810
+ "name": "doc_id",
2663
2811
  "required": true
2664
2812
  }
2665
2813
  },
2666
- "description": "Archive and sync a thread into a face",
2814
+ "description": "Sync a document into a face (charges compile quota)",
2667
2815
  "flags": {
2668
2816
  "json": {
2669
2817
  "description": "Format output as json.",
@@ -2695,11 +2843,17 @@
2695
2843
  "hasDynamicHelp": false,
2696
2844
  "multiple": false,
2697
2845
  "type": "option"
2846
+ },
2847
+ "yes": {
2848
+ "description": "Skip confirmation (quota will be charged)",
2849
+ "name": "yes",
2850
+ "allowNo": false,
2851
+ "type": "boolean"
2698
2852
  }
2699
2853
  },
2700
2854
  "hasDynamicHelp": false,
2701
2855
  "hiddenAliases": [],
2702
- "id": "compile:thread:sync",
2856
+ "id": "compile:doc:sync",
2703
2857
  "pluginAlias": "faces-cli",
2704
2858
  "pluginName": "faces-cli",
2705
2859
  "pluginType": "core",
@@ -2710,10 +2864,10 @@
2710
2864
  "dist",
2711
2865
  "commands",
2712
2866
  "compile",
2713
- "thread",
2867
+ "doc",
2714
2868
  "sync.js"
2715
2869
  ]
2716
2870
  }
2717
2871
  },
2718
- "version": "1.0.0"
2872
+ "version": "1.1.0"
2719
2873
  }