faces-cli 1.5.1 → 1.5.3
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/index.d.ts +1 -0
- package/dist/commands/compile/doc/index.js +11 -0
- package/dist/commands/compile/doc/make.d.ts +1 -0
- package/dist/commands/compile/doc/make.js +11 -0
- package/dist/commands/compile/import.d.ts +1 -0
- package/dist/commands/compile/import.js +13 -1
- package/dist/commands/compile/thread/make.d.ts +1 -0
- package/dist/commands/compile/thread/make.js +11 -0
- package/dist/commands/compile/upload.d.ts +1 -0
- package/dist/commands/compile/upload.js +13 -1
- package/oclif.manifest.json +383 -353
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -566,10 +566,10 @@
|
|
|
566
566
|
"whoami.js"
|
|
567
567
|
]
|
|
568
568
|
},
|
|
569
|
-
"
|
|
569
|
+
"catalog:doctor": {
|
|
570
570
|
"aliases": [],
|
|
571
571
|
"args": {},
|
|
572
|
-
"description": "
|
|
572
|
+
"description": "Diagnose and repair the local face catalog",
|
|
573
573
|
"flags": {
|
|
574
574
|
"json": {
|
|
575
575
|
"description": "Format output as json.",
|
|
@@ -601,11 +601,23 @@
|
|
|
601
601
|
"hasDynamicHelp": false,
|
|
602
602
|
"multiple": false,
|
|
603
603
|
"type": "option"
|
|
604
|
+
},
|
|
605
|
+
"fix": {
|
|
606
|
+
"description": "Rebuild missing or stale catalog entries from API",
|
|
607
|
+
"name": "fix",
|
|
608
|
+
"allowNo": false,
|
|
609
|
+
"type": "boolean"
|
|
610
|
+
},
|
|
611
|
+
"generate": {
|
|
612
|
+
"description": "Fix + generate missing descriptions via LLM",
|
|
613
|
+
"name": "generate",
|
|
614
|
+
"allowNo": false,
|
|
615
|
+
"type": "boolean"
|
|
604
616
|
}
|
|
605
617
|
},
|
|
606
618
|
"hasDynamicHelp": false,
|
|
607
619
|
"hiddenAliases": [],
|
|
608
|
-
"id": "
|
|
620
|
+
"id": "catalog:doctor",
|
|
609
621
|
"pluginAlias": "faces-cli",
|
|
610
622
|
"pluginName": "faces-cli",
|
|
611
623
|
"pluginType": "core",
|
|
@@ -615,14 +627,14 @@
|
|
|
615
627
|
"relativePath": [
|
|
616
628
|
"dist",
|
|
617
629
|
"commands",
|
|
618
|
-
"
|
|
619
|
-
"
|
|
630
|
+
"catalog",
|
|
631
|
+
"doctor.js"
|
|
620
632
|
]
|
|
621
633
|
},
|
|
622
|
-
"
|
|
634
|
+
"catalog:list": {
|
|
623
635
|
"aliases": [],
|
|
624
636
|
"args": {},
|
|
625
|
-
"description": "
|
|
637
|
+
"description": "List all faces in the local catalog",
|
|
626
638
|
"flags": {
|
|
627
639
|
"json": {
|
|
628
640
|
"description": "Format output as json.",
|
|
@@ -658,7 +670,7 @@
|
|
|
658
670
|
},
|
|
659
671
|
"hasDynamicHelp": false,
|
|
660
672
|
"hiddenAliases": [],
|
|
661
|
-
"id": "
|
|
673
|
+
"id": "catalog:list",
|
|
662
674
|
"pluginAlias": "faces-cli",
|
|
663
675
|
"pluginName": "faces-cli",
|
|
664
676
|
"pluginType": "core",
|
|
@@ -668,14 +680,14 @@
|
|
|
668
680
|
"relativePath": [
|
|
669
681
|
"dist",
|
|
670
682
|
"commands",
|
|
671
|
-
"
|
|
672
|
-
"
|
|
683
|
+
"catalog",
|
|
684
|
+
"list.js"
|
|
673
685
|
]
|
|
674
686
|
},
|
|
675
|
-
"billing:
|
|
687
|
+
"billing:balance": {
|
|
676
688
|
"aliases": [],
|
|
677
689
|
"args": {},
|
|
678
|
-
"description": "
|
|
690
|
+
"description": "Show credit balance and payment method status",
|
|
679
691
|
"flags": {
|
|
680
692
|
"json": {
|
|
681
693
|
"description": "Format output as json.",
|
|
@@ -707,22 +719,11 @@
|
|
|
707
719
|
"hasDynamicHelp": false,
|
|
708
720
|
"multiple": false,
|
|
709
721
|
"type": "option"
|
|
710
|
-
},
|
|
711
|
-
"plan": {
|
|
712
|
-
"description": "Plan to subscribe to",
|
|
713
|
-
"name": "plan",
|
|
714
|
-
"default": "connect",
|
|
715
|
-
"hasDynamicHelp": false,
|
|
716
|
-
"multiple": false,
|
|
717
|
-
"options": [
|
|
718
|
-
"connect"
|
|
719
|
-
],
|
|
720
|
-
"type": "option"
|
|
721
722
|
}
|
|
722
723
|
},
|
|
723
724
|
"hasDynamicHelp": false,
|
|
724
725
|
"hiddenAliases": [],
|
|
725
|
-
"id": "billing:
|
|
726
|
+
"id": "billing:balance",
|
|
726
727
|
"pluginAlias": "faces-cli",
|
|
727
728
|
"pluginName": "faces-cli",
|
|
728
729
|
"pluginType": "core",
|
|
@@ -733,13 +734,13 @@
|
|
|
733
734
|
"dist",
|
|
734
735
|
"commands",
|
|
735
736
|
"billing",
|
|
736
|
-
"
|
|
737
|
+
"balance.js"
|
|
737
738
|
]
|
|
738
739
|
},
|
|
739
|
-
"billing:
|
|
740
|
+
"billing:card-setup": {
|
|
740
741
|
"aliases": [],
|
|
741
742
|
"args": {},
|
|
742
|
-
"description": "
|
|
743
|
+
"description": "Get a Stripe card setup URL to save a payment method",
|
|
743
744
|
"flags": {
|
|
744
745
|
"json": {
|
|
745
746
|
"description": "Format output as json.",
|
|
@@ -771,18 +772,11 @@
|
|
|
771
772
|
"hasDynamicHelp": false,
|
|
772
773
|
"multiple": false,
|
|
773
774
|
"type": "option"
|
|
774
|
-
},
|
|
775
|
-
"provider": {
|
|
776
|
-
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
777
|
-
"name": "provider",
|
|
778
|
-
"hasDynamicHelp": false,
|
|
779
|
-
"multiple": false,
|
|
780
|
-
"type": "option"
|
|
781
775
|
}
|
|
782
776
|
},
|
|
783
777
|
"hasDynamicHelp": false,
|
|
784
778
|
"hiddenAliases": [],
|
|
785
|
-
"id": "billing:
|
|
779
|
+
"id": "billing:card-setup",
|
|
786
780
|
"pluginAlias": "faces-cli",
|
|
787
781
|
"pluginName": "faces-cli",
|
|
788
782
|
"pluginType": "core",
|
|
@@ -793,13 +787,13 @@
|
|
|
793
787
|
"dist",
|
|
794
788
|
"commands",
|
|
795
789
|
"billing",
|
|
796
|
-
"
|
|
790
|
+
"card-setup.js"
|
|
797
791
|
]
|
|
798
792
|
},
|
|
799
|
-
"billing:
|
|
793
|
+
"billing:checkout": {
|
|
800
794
|
"aliases": [],
|
|
801
795
|
"args": {},
|
|
802
|
-
"description": "
|
|
796
|
+
"description": "Get a Stripe checkout URL to upgrade your subscription plan",
|
|
803
797
|
"flags": {
|
|
804
798
|
"json": {
|
|
805
799
|
"description": "Format output as json.",
|
|
@@ -831,11 +825,22 @@
|
|
|
831
825
|
"hasDynamicHelp": false,
|
|
832
826
|
"multiple": false,
|
|
833
827
|
"type": "option"
|
|
828
|
+
},
|
|
829
|
+
"plan": {
|
|
830
|
+
"description": "Plan to subscribe to",
|
|
831
|
+
"name": "plan",
|
|
832
|
+
"default": "connect",
|
|
833
|
+
"hasDynamicHelp": false,
|
|
834
|
+
"multiple": false,
|
|
835
|
+
"options": [
|
|
836
|
+
"connect"
|
|
837
|
+
],
|
|
838
|
+
"type": "option"
|
|
834
839
|
}
|
|
835
840
|
},
|
|
836
841
|
"hasDynamicHelp": false,
|
|
837
842
|
"hiddenAliases": [],
|
|
838
|
-
"id": "billing:
|
|
843
|
+
"id": "billing:checkout",
|
|
839
844
|
"pluginAlias": "faces-cli",
|
|
840
845
|
"pluginName": "faces-cli",
|
|
841
846
|
"pluginType": "core",
|
|
@@ -846,13 +851,13 @@
|
|
|
846
851
|
"dist",
|
|
847
852
|
"commands",
|
|
848
853
|
"billing",
|
|
849
|
-
"
|
|
854
|
+
"checkout.js"
|
|
850
855
|
]
|
|
851
856
|
},
|
|
852
|
-
"billing:
|
|
857
|
+
"billing:llm-costs": {
|
|
853
858
|
"aliases": [],
|
|
854
859
|
"args": {},
|
|
855
|
-
"description": "
|
|
860
|
+
"description": "List available LLMs and their per-token costs",
|
|
856
861
|
"flags": {
|
|
857
862
|
"json": {
|
|
858
863
|
"description": "Format output as json.",
|
|
@@ -884,11 +889,18 @@
|
|
|
884
889
|
"hasDynamicHelp": false,
|
|
885
890
|
"multiple": false,
|
|
886
891
|
"type": "option"
|
|
892
|
+
},
|
|
893
|
+
"provider": {
|
|
894
|
+
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
895
|
+
"name": "provider",
|
|
896
|
+
"hasDynamicHelp": false,
|
|
897
|
+
"multiple": false,
|
|
898
|
+
"type": "option"
|
|
887
899
|
}
|
|
888
900
|
},
|
|
889
901
|
"hasDynamicHelp": false,
|
|
890
902
|
"hiddenAliases": [],
|
|
891
|
-
"id": "billing:
|
|
903
|
+
"id": "billing:llm-costs",
|
|
892
904
|
"pluginAlias": "faces-cli",
|
|
893
905
|
"pluginName": "faces-cli",
|
|
894
906
|
"pluginType": "core",
|
|
@@ -899,13 +911,13 @@
|
|
|
899
911
|
"dist",
|
|
900
912
|
"commands",
|
|
901
913
|
"billing",
|
|
902
|
-
"
|
|
914
|
+
"llm-costs.js"
|
|
903
915
|
]
|
|
904
916
|
},
|
|
905
|
-
"billing:
|
|
917
|
+
"billing:quota": {
|
|
906
918
|
"aliases": [],
|
|
907
919
|
"args": {},
|
|
908
|
-
"description": "
|
|
920
|
+
"description": "Show compile token quota and per-face stats",
|
|
909
921
|
"flags": {
|
|
910
922
|
"json": {
|
|
911
923
|
"description": "Format output as json.",
|
|
@@ -937,26 +949,11 @@
|
|
|
937
949
|
"hasDynamicHelp": false,
|
|
938
950
|
"multiple": false,
|
|
939
951
|
"type": "option"
|
|
940
|
-
},
|
|
941
|
-
"amount": {
|
|
942
|
-
"description": "Top-up amount in USD (min $1)",
|
|
943
|
-
"name": "amount",
|
|
944
|
-
"required": true,
|
|
945
|
-
"hasDynamicHelp": false,
|
|
946
|
-
"multiple": false,
|
|
947
|
-
"type": "option"
|
|
948
|
-
},
|
|
949
|
-
"payment-ref": {
|
|
950
|
-
"description": "Payment reference (admin/test path)",
|
|
951
|
-
"name": "payment-ref",
|
|
952
|
-
"hasDynamicHelp": false,
|
|
953
|
-
"multiple": false,
|
|
954
|
-
"type": "option"
|
|
955
952
|
}
|
|
956
953
|
},
|
|
957
954
|
"hasDynamicHelp": false,
|
|
958
955
|
"hiddenAliases": [],
|
|
959
|
-
"id": "billing:
|
|
956
|
+
"id": "billing:quota",
|
|
960
957
|
"pluginAlias": "faces-cli",
|
|
961
958
|
"pluginName": "faces-cli",
|
|
962
959
|
"pluginType": "core",
|
|
@@ -967,13 +964,13 @@
|
|
|
967
964
|
"dist",
|
|
968
965
|
"commands",
|
|
969
966
|
"billing",
|
|
970
|
-
"
|
|
967
|
+
"quota.js"
|
|
971
968
|
]
|
|
972
969
|
},
|
|
973
|
-
"billing:
|
|
970
|
+
"billing:subscription": {
|
|
974
971
|
"aliases": [],
|
|
975
972
|
"args": {},
|
|
976
|
-
"description": "
|
|
973
|
+
"description": "Show current plan, face count, and renewal date",
|
|
977
974
|
"flags": {
|
|
978
975
|
"json": {
|
|
979
976
|
"description": "Format output as json.",
|
|
@@ -1005,38 +1002,11 @@
|
|
|
1005
1002
|
"hasDynamicHelp": false,
|
|
1006
1003
|
"multiple": false,
|
|
1007
1004
|
"type": "option"
|
|
1008
|
-
},
|
|
1009
|
-
"group-by": {
|
|
1010
|
-
"description": "Group results",
|
|
1011
|
-
"name": "group-by",
|
|
1012
|
-
"hasDynamicHelp": false,
|
|
1013
|
-
"multiple": false,
|
|
1014
|
-
"options": [
|
|
1015
|
-
"api_key",
|
|
1016
|
-
"model",
|
|
1017
|
-
"llm",
|
|
1018
|
-
"date"
|
|
1019
|
-
],
|
|
1020
|
-
"type": "option"
|
|
1021
|
-
},
|
|
1022
|
-
"from": {
|
|
1023
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
1024
|
-
"name": "from",
|
|
1025
|
-
"hasDynamicHelp": false,
|
|
1026
|
-
"multiple": false,
|
|
1027
|
-
"type": "option"
|
|
1028
|
-
},
|
|
1029
|
-
"to": {
|
|
1030
|
-
"description": "End date (YYYY-MM-DD)",
|
|
1031
|
-
"name": "to",
|
|
1032
|
-
"hasDynamicHelp": false,
|
|
1033
|
-
"multiple": false,
|
|
1034
|
-
"type": "option"
|
|
1035
1005
|
}
|
|
1036
1006
|
},
|
|
1037
1007
|
"hasDynamicHelp": false,
|
|
1038
1008
|
"hiddenAliases": [],
|
|
1039
|
-
"id": "billing:
|
|
1009
|
+
"id": "billing:subscription",
|
|
1040
1010
|
"pluginAlias": "faces-cli",
|
|
1041
1011
|
"pluginName": "faces-cli",
|
|
1042
1012
|
"pluginType": "core",
|
|
@@ -1047,13 +1017,13 @@
|
|
|
1047
1017
|
"dist",
|
|
1048
1018
|
"commands",
|
|
1049
1019
|
"billing",
|
|
1050
|
-
"
|
|
1020
|
+
"subscription.js"
|
|
1051
1021
|
]
|
|
1052
1022
|
},
|
|
1053
|
-
"
|
|
1023
|
+
"billing:topup": {
|
|
1054
1024
|
"aliases": [],
|
|
1055
1025
|
"args": {},
|
|
1056
|
-
"description": "
|
|
1026
|
+
"description": "Top up credit balance using saved payment method",
|
|
1057
1027
|
"flags": {
|
|
1058
1028
|
"json": {
|
|
1059
1029
|
"description": "Format output as json.",
|
|
@@ -1086,22 +1056,25 @@
|
|
|
1086
1056
|
"multiple": false,
|
|
1087
1057
|
"type": "option"
|
|
1088
1058
|
},
|
|
1089
|
-
"
|
|
1090
|
-
"description": "
|
|
1091
|
-
"name": "
|
|
1092
|
-
"
|
|
1093
|
-
"
|
|
1059
|
+
"amount": {
|
|
1060
|
+
"description": "Top-up amount in USD (min $1)",
|
|
1061
|
+
"name": "amount",
|
|
1062
|
+
"required": true,
|
|
1063
|
+
"hasDynamicHelp": false,
|
|
1064
|
+
"multiple": false,
|
|
1065
|
+
"type": "option"
|
|
1094
1066
|
},
|
|
1095
|
-
"
|
|
1096
|
-
"description": "
|
|
1097
|
-
"name": "
|
|
1098
|
-
"
|
|
1099
|
-
"
|
|
1067
|
+
"payment-ref": {
|
|
1068
|
+
"description": "Payment reference (admin/test path)",
|
|
1069
|
+
"name": "payment-ref",
|
|
1070
|
+
"hasDynamicHelp": false,
|
|
1071
|
+
"multiple": false,
|
|
1072
|
+
"type": "option"
|
|
1100
1073
|
}
|
|
1101
1074
|
},
|
|
1102
1075
|
"hasDynamicHelp": false,
|
|
1103
1076
|
"hiddenAliases": [],
|
|
1104
|
-
"id": "
|
|
1077
|
+
"id": "billing:topup",
|
|
1105
1078
|
"pluginAlias": "faces-cli",
|
|
1106
1079
|
"pluginName": "faces-cli",
|
|
1107
1080
|
"pluginType": "core",
|
|
@@ -1111,14 +1084,14 @@
|
|
|
1111
1084
|
"relativePath": [
|
|
1112
1085
|
"dist",
|
|
1113
1086
|
"commands",
|
|
1114
|
-
"
|
|
1115
|
-
"
|
|
1087
|
+
"billing",
|
|
1088
|
+
"topup.js"
|
|
1116
1089
|
]
|
|
1117
1090
|
},
|
|
1118
|
-
"
|
|
1091
|
+
"billing:usage": {
|
|
1119
1092
|
"aliases": [],
|
|
1120
1093
|
"args": {},
|
|
1121
|
-
"description": "
|
|
1094
|
+
"description": "Aggregated usage analytics",
|
|
1122
1095
|
"flags": {
|
|
1123
1096
|
"json": {
|
|
1124
1097
|
"description": "Format output as json.",
|
|
@@ -1150,11 +1123,38 @@
|
|
|
1150
1123
|
"hasDynamicHelp": false,
|
|
1151
1124
|
"multiple": false,
|
|
1152
1125
|
"type": "option"
|
|
1126
|
+
},
|
|
1127
|
+
"group-by": {
|
|
1128
|
+
"description": "Group results",
|
|
1129
|
+
"name": "group-by",
|
|
1130
|
+
"hasDynamicHelp": false,
|
|
1131
|
+
"multiple": false,
|
|
1132
|
+
"options": [
|
|
1133
|
+
"api_key",
|
|
1134
|
+
"model",
|
|
1135
|
+
"llm",
|
|
1136
|
+
"date"
|
|
1137
|
+
],
|
|
1138
|
+
"type": "option"
|
|
1139
|
+
},
|
|
1140
|
+
"from": {
|
|
1141
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
1142
|
+
"name": "from",
|
|
1143
|
+
"hasDynamicHelp": false,
|
|
1144
|
+
"multiple": false,
|
|
1145
|
+
"type": "option"
|
|
1146
|
+
},
|
|
1147
|
+
"to": {
|
|
1148
|
+
"description": "End date (YYYY-MM-DD)",
|
|
1149
|
+
"name": "to",
|
|
1150
|
+
"hasDynamicHelp": false,
|
|
1151
|
+
"multiple": false,
|
|
1152
|
+
"type": "option"
|
|
1153
1153
|
}
|
|
1154
1154
|
},
|
|
1155
1155
|
"hasDynamicHelp": false,
|
|
1156
1156
|
"hiddenAliases": [],
|
|
1157
|
-
"id": "
|
|
1157
|
+
"id": "billing:usage",
|
|
1158
1158
|
"pluginAlias": "faces-cli",
|
|
1159
1159
|
"pluginName": "faces-cli",
|
|
1160
1160
|
"pluginType": "core",
|
|
@@ -1164,8 +1164,8 @@
|
|
|
1164
1164
|
"relativePath": [
|
|
1165
1165
|
"dist",
|
|
1166
1166
|
"commands",
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1167
|
+
"billing",
|
|
1168
|
+
"usage.js"
|
|
1169
1169
|
]
|
|
1170
1170
|
},
|
|
1171
1171
|
"chat:chat": {
|
|
@@ -1533,6 +1533,12 @@
|
|
|
1533
1533
|
"hasDynamicHelp": false,
|
|
1534
1534
|
"multiple": false,
|
|
1535
1535
|
"type": "option"
|
|
1536
|
+
},
|
|
1537
|
+
"no-wait": {
|
|
1538
|
+
"description": "Return immediately after import starts (do not poll for transcription). Prints the ID for manual polling.",
|
|
1539
|
+
"name": "no-wait",
|
|
1540
|
+
"allowNo": false,
|
|
1541
|
+
"type": "boolean"
|
|
1536
1542
|
}
|
|
1537
1543
|
},
|
|
1538
1544
|
"hasDynamicHelp": false,
|
|
@@ -1631,6 +1637,12 @@
|
|
|
1631
1637
|
"hasDynamicHelp": false,
|
|
1632
1638
|
"multiple": false,
|
|
1633
1639
|
"type": "option"
|
|
1640
|
+
},
|
|
1641
|
+
"no-wait": {
|
|
1642
|
+
"description": "Return immediately after upload (do not poll for transcription). Prints the ID for manual polling.",
|
|
1643
|
+
"name": "no-wait",
|
|
1644
|
+
"allowNo": false,
|
|
1645
|
+
"type": "boolean"
|
|
1634
1646
|
}
|
|
1635
1647
|
},
|
|
1636
1648
|
"hasDynamicHelp": false,
|
|
@@ -2798,7 +2810,7 @@
|
|
|
2798
2810
|
"update.js"
|
|
2799
2811
|
]
|
|
2800
2812
|
},
|
|
2801
|
-
"compile:
|
|
2813
|
+
"compile:thread:create": {
|
|
2802
2814
|
"aliases": [],
|
|
2803
2815
|
"args": {
|
|
2804
2816
|
"face_id": {
|
|
@@ -2807,7 +2819,7 @@
|
|
|
2807
2819
|
"required": true
|
|
2808
2820
|
}
|
|
2809
2821
|
},
|
|
2810
|
-
"description": "
|
|
2822
|
+
"description": "Start a new thread for a face",
|
|
2811
2823
|
"flags": {
|
|
2812
2824
|
"json": {
|
|
2813
2825
|
"description": "Format output as json.",
|
|
@@ -2841,42 +2853,16 @@
|
|
|
2841
2853
|
"type": "option"
|
|
2842
2854
|
},
|
|
2843
2855
|
"label": {
|
|
2844
|
-
"description": "
|
|
2856
|
+
"description": "Thread label",
|
|
2845
2857
|
"name": "label",
|
|
2846
2858
|
"hasDynamicHelp": false,
|
|
2847
2859
|
"multiple": false,
|
|
2848
2860
|
"type": "option"
|
|
2849
|
-
},
|
|
2850
|
-
"content": {
|
|
2851
|
-
"description": "Inline text content",
|
|
2852
|
-
"name": "content",
|
|
2853
|
-
"hasDynamicHelp": false,
|
|
2854
|
-
"multiple": false,
|
|
2855
|
-
"type": "option"
|
|
2856
|
-
},
|
|
2857
|
-
"file": {
|
|
2858
|
-
"description": "Read content from file",
|
|
2859
|
-
"name": "file",
|
|
2860
|
-
"hasDynamicHelp": false,
|
|
2861
|
-
"multiple": false,
|
|
2862
|
-
"type": "option"
|
|
2863
|
-
},
|
|
2864
|
-
"perspective": {
|
|
2865
|
-
"description": "Perspective (first-person or third-person)",
|
|
2866
|
-
"name": "perspective",
|
|
2867
|
-
"default": "first-person",
|
|
2868
|
-
"hasDynamicHelp": false,
|
|
2869
|
-
"multiple": false,
|
|
2870
|
-
"options": [
|
|
2871
|
-
"first-person",
|
|
2872
|
-
"third-person"
|
|
2873
|
-
],
|
|
2874
|
-
"type": "option"
|
|
2875
2861
|
}
|
|
2876
2862
|
},
|
|
2877
2863
|
"hasDynamicHelp": false,
|
|
2878
2864
|
"hiddenAliases": [],
|
|
2879
|
-
"id": "compile:
|
|
2865
|
+
"id": "compile:thread:create",
|
|
2880
2866
|
"pluginAlias": "faces-cli",
|
|
2881
2867
|
"pluginName": "faces-cli",
|
|
2882
2868
|
"pluginType": "core",
|
|
@@ -2887,20 +2873,20 @@
|
|
|
2887
2873
|
"dist",
|
|
2888
2874
|
"commands",
|
|
2889
2875
|
"compile",
|
|
2890
|
-
"
|
|
2876
|
+
"thread",
|
|
2891
2877
|
"create.js"
|
|
2892
2878
|
]
|
|
2893
2879
|
},
|
|
2894
|
-
"compile:
|
|
2880
|
+
"compile:thread:delete": {
|
|
2895
2881
|
"aliases": [],
|
|
2896
2882
|
"args": {
|
|
2897
|
-
"
|
|
2898
|
-
"description": "
|
|
2899
|
-
"name": "
|
|
2883
|
+
"thread_id": {
|
|
2884
|
+
"description": "Thread ID",
|
|
2885
|
+
"name": "thread_id",
|
|
2900
2886
|
"required": true
|
|
2901
2887
|
}
|
|
2902
2888
|
},
|
|
2903
|
-
"description": "Delete a
|
|
2889
|
+
"description": "Delete a thread",
|
|
2904
2890
|
"flags": {
|
|
2905
2891
|
"json": {
|
|
2906
2892
|
"description": "Format output as json.",
|
|
@@ -2932,11 +2918,17 @@
|
|
|
2932
2918
|
"hasDynamicHelp": false,
|
|
2933
2919
|
"multiple": false,
|
|
2934
2920
|
"type": "option"
|
|
2921
|
+
},
|
|
2922
|
+
"yes": {
|
|
2923
|
+
"description": "Skip confirmation",
|
|
2924
|
+
"name": "yes",
|
|
2925
|
+
"allowNo": false,
|
|
2926
|
+
"type": "boolean"
|
|
2935
2927
|
}
|
|
2936
2928
|
},
|
|
2937
2929
|
"hasDynamicHelp": false,
|
|
2938
2930
|
"hiddenAliases": [],
|
|
2939
|
-
"id": "compile:
|
|
2931
|
+
"id": "compile:thread:delete",
|
|
2940
2932
|
"pluginAlias": "faces-cli",
|
|
2941
2933
|
"pluginName": "faces-cli",
|
|
2942
2934
|
"pluginType": "core",
|
|
@@ -2947,20 +2939,20 @@
|
|
|
2947
2939
|
"dist",
|
|
2948
2940
|
"commands",
|
|
2949
2941
|
"compile",
|
|
2950
|
-
"
|
|
2942
|
+
"thread",
|
|
2951
2943
|
"delete.js"
|
|
2952
2944
|
]
|
|
2953
2945
|
},
|
|
2954
|
-
"compile:
|
|
2946
|
+
"compile:thread:edit": {
|
|
2955
2947
|
"aliases": [],
|
|
2956
2948
|
"args": {
|
|
2957
|
-
"
|
|
2958
|
-
"description": "
|
|
2959
|
-
"name": "
|
|
2949
|
+
"thread_id": {
|
|
2950
|
+
"description": "Thread ID",
|
|
2951
|
+
"name": "thread_id",
|
|
2960
2952
|
"required": true
|
|
2961
2953
|
}
|
|
2962
2954
|
},
|
|
2963
|
-
"description": "Edit a
|
|
2955
|
+
"description": "Edit a thread (label and/or reassign face speaker)",
|
|
2964
2956
|
"flags": {
|
|
2965
2957
|
"json": {
|
|
2966
2958
|
"description": "Format output as json.",
|
|
@@ -2994,41 +2986,23 @@
|
|
|
2994
2986
|
"type": "option"
|
|
2995
2987
|
},
|
|
2996
2988
|
"label": {
|
|
2997
|
-
"description": "New label
|
|
2989
|
+
"description": "New thread label",
|
|
2998
2990
|
"name": "label",
|
|
2999
2991
|
"hasDynamicHelp": false,
|
|
3000
2992
|
"multiple": false,
|
|
3001
2993
|
"type": "option"
|
|
3002
2994
|
},
|
|
3003
|
-
"
|
|
3004
|
-
"description": "
|
|
3005
|
-
"name": "
|
|
3006
|
-
"hasDynamicHelp": false,
|
|
3007
|
-
"multiple": false,
|
|
3008
|
-
"type": "option"
|
|
3009
|
-
},
|
|
3010
|
-
"file": {
|
|
3011
|
-
"description": "Read new content from file",
|
|
3012
|
-
"name": "file",
|
|
3013
|
-
"hasDynamicHelp": false,
|
|
3014
|
-
"multiple": false,
|
|
3015
|
-
"type": "option"
|
|
3016
|
-
},
|
|
3017
|
-
"perspective": {
|
|
3018
|
-
"description": "Perspective (first-person or third-person)",
|
|
3019
|
-
"name": "perspective",
|
|
2995
|
+
"face-speaker": {
|
|
2996
|
+
"description": "Reassign face speaker: set this speaker to role=user, all others to role=assistant",
|
|
2997
|
+
"name": "face-speaker",
|
|
3020
2998
|
"hasDynamicHelp": false,
|
|
3021
2999
|
"multiple": false,
|
|
3022
|
-
"options": [
|
|
3023
|
-
"first-person",
|
|
3024
|
-
"third-person"
|
|
3025
|
-
],
|
|
3026
3000
|
"type": "option"
|
|
3027
3001
|
}
|
|
3028
3002
|
},
|
|
3029
3003
|
"hasDynamicHelp": false,
|
|
3030
3004
|
"hiddenAliases": [],
|
|
3031
|
-
"id": "compile:
|
|
3005
|
+
"id": "compile:thread:edit",
|
|
3032
3006
|
"pluginAlias": "faces-cli",
|
|
3033
3007
|
"pluginName": "faces-cli",
|
|
3034
3008
|
"pluginType": "core",
|
|
@@ -3039,20 +3013,20 @@
|
|
|
3039
3013
|
"dist",
|
|
3040
3014
|
"commands",
|
|
3041
3015
|
"compile",
|
|
3042
|
-
"
|
|
3016
|
+
"thread",
|
|
3043
3017
|
"edit.js"
|
|
3044
3018
|
]
|
|
3045
3019
|
},
|
|
3046
|
-
"compile:
|
|
3020
|
+
"compile:thread:get": {
|
|
3047
3021
|
"aliases": [],
|
|
3048
3022
|
"args": {
|
|
3049
|
-
"
|
|
3050
|
-
"description": "
|
|
3051
|
-
"name": "
|
|
3023
|
+
"thread_id": {
|
|
3024
|
+
"description": "Thread ID",
|
|
3025
|
+
"name": "thread_id",
|
|
3052
3026
|
"required": true
|
|
3053
3027
|
}
|
|
3054
3028
|
},
|
|
3055
|
-
"description": "Get a
|
|
3029
|
+
"description": "Get a thread by ID",
|
|
3056
3030
|
"flags": {
|
|
3057
3031
|
"json": {
|
|
3058
3032
|
"description": "Format output as json.",
|
|
@@ -3088,7 +3062,7 @@
|
|
|
3088
3062
|
},
|
|
3089
3063
|
"hasDynamicHelp": false,
|
|
3090
3064
|
"hiddenAliases": [],
|
|
3091
|
-
"id": "compile:
|
|
3065
|
+
"id": "compile:thread:get",
|
|
3092
3066
|
"pluginAlias": "faces-cli",
|
|
3093
3067
|
"pluginName": "faces-cli",
|
|
3094
3068
|
"pluginType": "core",
|
|
@@ -3099,11 +3073,11 @@
|
|
|
3099
3073
|
"dist",
|
|
3100
3074
|
"commands",
|
|
3101
3075
|
"compile",
|
|
3102
|
-
"
|
|
3076
|
+
"thread",
|
|
3103
3077
|
"get.js"
|
|
3104
3078
|
]
|
|
3105
3079
|
},
|
|
3106
|
-
"compile:
|
|
3080
|
+
"compile:thread:list": {
|
|
3107
3081
|
"aliases": [],
|
|
3108
3082
|
"args": {
|
|
3109
3083
|
"face_id": {
|
|
@@ -3112,7 +3086,7 @@
|
|
|
3112
3086
|
"required": true
|
|
3113
3087
|
}
|
|
3114
3088
|
},
|
|
3115
|
-
"description": "
|
|
3089
|
+
"description": "List threads for a face",
|
|
3116
3090
|
"flags": {
|
|
3117
3091
|
"json": {
|
|
3118
3092
|
"description": "Format output as json.",
|
|
@@ -3144,52 +3118,11 @@
|
|
|
3144
3118
|
"hasDynamicHelp": false,
|
|
3145
3119
|
"multiple": false,
|
|
3146
3120
|
"type": "option"
|
|
3147
|
-
},
|
|
3148
|
-
"label": {
|
|
3149
|
-
"description": "Document label/title",
|
|
3150
|
-
"name": "label",
|
|
3151
|
-
"hasDynamicHelp": false,
|
|
3152
|
-
"multiple": false,
|
|
3153
|
-
"type": "option"
|
|
3154
|
-
},
|
|
3155
|
-
"content": {
|
|
3156
|
-
"description": "Inline text content",
|
|
3157
|
-
"name": "content",
|
|
3158
|
-
"hasDynamicHelp": false,
|
|
3159
|
-
"multiple": false,
|
|
3160
|
-
"type": "option"
|
|
3161
|
-
},
|
|
3162
|
-
"file": {
|
|
3163
|
-
"description": "Read content from file",
|
|
3164
|
-
"name": "file",
|
|
3165
|
-
"hasDynamicHelp": false,
|
|
3166
|
-
"multiple": false,
|
|
3167
|
-
"type": "option"
|
|
3168
|
-
},
|
|
3169
|
-
"perspective": {
|
|
3170
|
-
"description": "Perspective",
|
|
3171
|
-
"name": "perspective",
|
|
3172
|
-
"default": "first-person",
|
|
3173
|
-
"hasDynamicHelp": false,
|
|
3174
|
-
"multiple": false,
|
|
3175
|
-
"options": [
|
|
3176
|
-
"first-person",
|
|
3177
|
-
"third-person"
|
|
3178
|
-
],
|
|
3179
|
-
"type": "option"
|
|
3180
|
-
},
|
|
3181
|
-
"timeout": {
|
|
3182
|
-
"description": "Compile timeout in seconds (default: 600)",
|
|
3183
|
-
"name": "timeout",
|
|
3184
|
-
"default": 600,
|
|
3185
|
-
"hasDynamicHelp": false,
|
|
3186
|
-
"multiple": false,
|
|
3187
|
-
"type": "option"
|
|
3188
3121
|
}
|
|
3189
3122
|
},
|
|
3190
3123
|
"hasDynamicHelp": false,
|
|
3191
3124
|
"hiddenAliases": [],
|
|
3192
|
-
"id": "compile:
|
|
3125
|
+
"id": "compile:thread:list",
|
|
3193
3126
|
"pluginAlias": "faces-cli",
|
|
3194
3127
|
"pluginName": "faces-cli",
|
|
3195
3128
|
"pluginType": "core",
|
|
@@ -3200,20 +3133,20 @@
|
|
|
3200
3133
|
"dist",
|
|
3201
3134
|
"commands",
|
|
3202
3135
|
"compile",
|
|
3203
|
-
"
|
|
3204
|
-
"
|
|
3136
|
+
"thread",
|
|
3137
|
+
"list.js"
|
|
3205
3138
|
]
|
|
3206
3139
|
},
|
|
3207
|
-
"compile:
|
|
3140
|
+
"compile:thread:make": {
|
|
3208
3141
|
"aliases": [],
|
|
3209
3142
|
"args": {
|
|
3210
|
-
"
|
|
3211
|
-
"description": "
|
|
3212
|
-
"name": "
|
|
3143
|
+
"thread_id": {
|
|
3144
|
+
"description": "Thread ID",
|
|
3145
|
+
"name": "thread_id",
|
|
3213
3146
|
"required": true
|
|
3214
3147
|
}
|
|
3215
3148
|
},
|
|
3216
|
-
"description": "
|
|
3149
|
+
"description": "Compile an existing thread (prepare + sync in one step)",
|
|
3217
3150
|
"flags": {
|
|
3218
3151
|
"json": {
|
|
3219
3152
|
"description": "Format output as json.",
|
|
@@ -3245,11 +3178,25 @@
|
|
|
3245
3178
|
"hasDynamicHelp": false,
|
|
3246
3179
|
"multiple": false,
|
|
3247
3180
|
"type": "option"
|
|
3181
|
+
},
|
|
3182
|
+
"timeout": {
|
|
3183
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
3184
|
+
"name": "timeout",
|
|
3185
|
+
"default": 600,
|
|
3186
|
+
"hasDynamicHelp": false,
|
|
3187
|
+
"multiple": false,
|
|
3188
|
+
"type": "option"
|
|
3189
|
+
},
|
|
3190
|
+
"no-wait": {
|
|
3191
|
+
"description": "Return immediately after triggering compilation. Prints the thread ID for manual polling.",
|
|
3192
|
+
"name": "no-wait",
|
|
3193
|
+
"allowNo": false,
|
|
3194
|
+
"type": "boolean"
|
|
3248
3195
|
}
|
|
3249
3196
|
},
|
|
3250
3197
|
"hasDynamicHelp": false,
|
|
3251
3198
|
"hiddenAliases": [],
|
|
3252
|
-
"id": "compile:
|
|
3199
|
+
"id": "compile:thread:make",
|
|
3253
3200
|
"pluginAlias": "faces-cli",
|
|
3254
3201
|
"pluginName": "faces-cli",
|
|
3255
3202
|
"pluginType": "core",
|
|
@@ -3260,20 +3207,20 @@
|
|
|
3260
3207
|
"dist",
|
|
3261
3208
|
"commands",
|
|
3262
3209
|
"compile",
|
|
3263
|
-
"
|
|
3264
|
-
"
|
|
3210
|
+
"thread",
|
|
3211
|
+
"make.js"
|
|
3265
3212
|
]
|
|
3266
3213
|
},
|
|
3267
|
-
"compile:
|
|
3214
|
+
"compile:thread:message": {
|
|
3268
3215
|
"aliases": [],
|
|
3269
3216
|
"args": {
|
|
3270
|
-
"
|
|
3271
|
-
"description": "
|
|
3272
|
-
"name": "
|
|
3217
|
+
"thread_id": {
|
|
3218
|
+
"description": "Thread ID",
|
|
3219
|
+
"name": "thread_id",
|
|
3273
3220
|
"required": true
|
|
3274
3221
|
}
|
|
3275
3222
|
},
|
|
3276
|
-
"description": "
|
|
3223
|
+
"description": "Send a user message to a thread",
|
|
3277
3224
|
"flags": {
|
|
3278
3225
|
"json": {
|
|
3279
3226
|
"description": "Format output as json.",
|
|
@@ -3306,10 +3253,11 @@
|
|
|
3306
3253
|
"multiple": false,
|
|
3307
3254
|
"type": "option"
|
|
3308
3255
|
},
|
|
3309
|
-
"
|
|
3310
|
-
"
|
|
3311
|
-
"
|
|
3312
|
-
"
|
|
3256
|
+
"message": {
|
|
3257
|
+
"char": "m",
|
|
3258
|
+
"description": "User message to append",
|
|
3259
|
+
"name": "message",
|
|
3260
|
+
"required": true,
|
|
3313
3261
|
"hasDynamicHelp": false,
|
|
3314
3262
|
"multiple": false,
|
|
3315
3263
|
"type": "option"
|
|
@@ -3317,7 +3265,7 @@
|
|
|
3317
3265
|
},
|
|
3318
3266
|
"hasDynamicHelp": false,
|
|
3319
3267
|
"hiddenAliases": [],
|
|
3320
|
-
"id": "compile:
|
|
3268
|
+
"id": "compile:thread:message",
|
|
3321
3269
|
"pluginAlias": "faces-cli",
|
|
3322
3270
|
"pluginName": "faces-cli",
|
|
3323
3271
|
"pluginType": "core",
|
|
@@ -3328,20 +3276,20 @@
|
|
|
3328
3276
|
"dist",
|
|
3329
3277
|
"commands",
|
|
3330
3278
|
"compile",
|
|
3331
|
-
"
|
|
3332
|
-
"
|
|
3279
|
+
"thread",
|
|
3280
|
+
"message.js"
|
|
3333
3281
|
]
|
|
3334
3282
|
},
|
|
3335
|
-
"compile:thread:
|
|
3283
|
+
"compile:thread:sync": {
|
|
3336
3284
|
"aliases": [],
|
|
3337
3285
|
"args": {
|
|
3338
|
-
"
|
|
3339
|
-
"description": "
|
|
3340
|
-
"name": "
|
|
3286
|
+
"thread_id": {
|
|
3287
|
+
"description": "Thread ID",
|
|
3288
|
+
"name": "thread_id",
|
|
3341
3289
|
"required": true
|
|
3342
3290
|
}
|
|
3343
3291
|
},
|
|
3344
|
-
"description": "
|
|
3292
|
+
"description": "Archive and sync a thread into a face",
|
|
3345
3293
|
"flags": {
|
|
3346
3294
|
"json": {
|
|
3347
3295
|
"description": "Format output as json.",
|
|
@@ -3373,18 +3321,11 @@
|
|
|
3373
3321
|
"hasDynamicHelp": false,
|
|
3374
3322
|
"multiple": false,
|
|
3375
3323
|
"type": "option"
|
|
3376
|
-
},
|
|
3377
|
-
"label": {
|
|
3378
|
-
"description": "Thread label",
|
|
3379
|
-
"name": "label",
|
|
3380
|
-
"hasDynamicHelp": false,
|
|
3381
|
-
"multiple": false,
|
|
3382
|
-
"type": "option"
|
|
3383
3324
|
}
|
|
3384
3325
|
},
|
|
3385
3326
|
"hasDynamicHelp": false,
|
|
3386
3327
|
"hiddenAliases": [],
|
|
3387
|
-
"id": "compile:thread:
|
|
3328
|
+
"id": "compile:thread:sync",
|
|
3388
3329
|
"pluginAlias": "faces-cli",
|
|
3389
3330
|
"pluginName": "faces-cli",
|
|
3390
3331
|
"pluginType": "core",
|
|
@@ -3396,19 +3337,19 @@
|
|
|
3396
3337
|
"commands",
|
|
3397
3338
|
"compile",
|
|
3398
3339
|
"thread",
|
|
3399
|
-
"
|
|
3340
|
+
"sync.js"
|
|
3400
3341
|
]
|
|
3401
3342
|
},
|
|
3402
|
-
"compile:
|
|
3343
|
+
"compile:doc:create": {
|
|
3403
3344
|
"aliases": [],
|
|
3404
3345
|
"args": {
|
|
3405
|
-
"
|
|
3406
|
-
"description": "
|
|
3407
|
-
"name": "
|
|
3346
|
+
"face_id": {
|
|
3347
|
+
"description": "Face alias",
|
|
3348
|
+
"name": "face_id",
|
|
3408
3349
|
"required": true
|
|
3409
3350
|
}
|
|
3410
3351
|
},
|
|
3411
|
-
"description": "
|
|
3352
|
+
"description": "Submit a document to a face",
|
|
3412
3353
|
"flags": {
|
|
3413
3354
|
"json": {
|
|
3414
3355
|
"description": "Format output as json.",
|
|
@@ -3441,16 +3382,43 @@
|
|
|
3441
3382
|
"multiple": false,
|
|
3442
3383
|
"type": "option"
|
|
3443
3384
|
},
|
|
3444
|
-
"
|
|
3445
|
-
"description": "
|
|
3446
|
-
"name": "
|
|
3447
|
-
"
|
|
3448
|
-
"
|
|
3385
|
+
"label": {
|
|
3386
|
+
"description": "Document label/title",
|
|
3387
|
+
"name": "label",
|
|
3388
|
+
"hasDynamicHelp": false,
|
|
3389
|
+
"multiple": false,
|
|
3390
|
+
"type": "option"
|
|
3391
|
+
},
|
|
3392
|
+
"content": {
|
|
3393
|
+
"description": "Inline text content",
|
|
3394
|
+
"name": "content",
|
|
3395
|
+
"hasDynamicHelp": false,
|
|
3396
|
+
"multiple": false,
|
|
3397
|
+
"type": "option"
|
|
3398
|
+
},
|
|
3399
|
+
"file": {
|
|
3400
|
+
"description": "Read content from file",
|
|
3401
|
+
"name": "file",
|
|
3402
|
+
"hasDynamicHelp": false,
|
|
3403
|
+
"multiple": false,
|
|
3404
|
+
"type": "option"
|
|
3405
|
+
},
|
|
3406
|
+
"perspective": {
|
|
3407
|
+
"description": "Perspective (first-person or third-person)",
|
|
3408
|
+
"name": "perspective",
|
|
3409
|
+
"default": "first-person",
|
|
3410
|
+
"hasDynamicHelp": false,
|
|
3411
|
+
"multiple": false,
|
|
3412
|
+
"options": [
|
|
3413
|
+
"first-person",
|
|
3414
|
+
"third-person"
|
|
3415
|
+
],
|
|
3416
|
+
"type": "option"
|
|
3449
3417
|
}
|
|
3450
3418
|
},
|
|
3451
3419
|
"hasDynamicHelp": false,
|
|
3452
3420
|
"hiddenAliases": [],
|
|
3453
|
-
"id": "compile:
|
|
3421
|
+
"id": "compile:doc:create",
|
|
3454
3422
|
"pluginAlias": "faces-cli",
|
|
3455
3423
|
"pluginName": "faces-cli",
|
|
3456
3424
|
"pluginType": "core",
|
|
@@ -3461,20 +3429,20 @@
|
|
|
3461
3429
|
"dist",
|
|
3462
3430
|
"commands",
|
|
3463
3431
|
"compile",
|
|
3464
|
-
"
|
|
3465
|
-
"
|
|
3432
|
+
"doc",
|
|
3433
|
+
"create.js"
|
|
3466
3434
|
]
|
|
3467
3435
|
},
|
|
3468
|
-
"compile:
|
|
3436
|
+
"compile:doc:delete": {
|
|
3469
3437
|
"aliases": [],
|
|
3470
3438
|
"args": {
|
|
3471
|
-
"
|
|
3472
|
-
"description": "
|
|
3473
|
-
"name": "
|
|
3439
|
+
"doc_id": {
|
|
3440
|
+
"description": "Document ID",
|
|
3441
|
+
"name": "doc_id",
|
|
3474
3442
|
"required": true
|
|
3475
3443
|
}
|
|
3476
3444
|
},
|
|
3477
|
-
"description": "
|
|
3445
|
+
"description": "Delete a document",
|
|
3478
3446
|
"flags": {
|
|
3479
3447
|
"json": {
|
|
3480
3448
|
"description": "Format output as json.",
|
|
@@ -3506,25 +3474,11 @@
|
|
|
3506
3474
|
"hasDynamicHelp": false,
|
|
3507
3475
|
"multiple": false,
|
|
3508
3476
|
"type": "option"
|
|
3509
|
-
},
|
|
3510
|
-
"label": {
|
|
3511
|
-
"description": "New thread label",
|
|
3512
|
-
"name": "label",
|
|
3513
|
-
"hasDynamicHelp": false,
|
|
3514
|
-
"multiple": false,
|
|
3515
|
-
"type": "option"
|
|
3516
|
-
},
|
|
3517
|
-
"face-speaker": {
|
|
3518
|
-
"description": "Reassign face speaker: set this speaker to role=user, all others to role=assistant",
|
|
3519
|
-
"name": "face-speaker",
|
|
3520
|
-
"hasDynamicHelp": false,
|
|
3521
|
-
"multiple": false,
|
|
3522
|
-
"type": "option"
|
|
3523
3477
|
}
|
|
3524
3478
|
},
|
|
3525
3479
|
"hasDynamicHelp": false,
|
|
3526
3480
|
"hiddenAliases": [],
|
|
3527
|
-
"id": "compile:
|
|
3481
|
+
"id": "compile:doc:delete",
|
|
3528
3482
|
"pluginAlias": "faces-cli",
|
|
3529
3483
|
"pluginName": "faces-cli",
|
|
3530
3484
|
"pluginType": "core",
|
|
@@ -3535,20 +3489,20 @@
|
|
|
3535
3489
|
"dist",
|
|
3536
3490
|
"commands",
|
|
3537
3491
|
"compile",
|
|
3538
|
-
"
|
|
3539
|
-
"
|
|
3492
|
+
"doc",
|
|
3493
|
+
"delete.js"
|
|
3540
3494
|
]
|
|
3541
3495
|
},
|
|
3542
|
-
"compile:
|
|
3496
|
+
"compile:doc:edit": {
|
|
3543
3497
|
"aliases": [],
|
|
3544
3498
|
"args": {
|
|
3545
|
-
"
|
|
3546
|
-
"description": "
|
|
3547
|
-
"name": "
|
|
3499
|
+
"doc_id": {
|
|
3500
|
+
"description": "Document ID",
|
|
3501
|
+
"name": "doc_id",
|
|
3548
3502
|
"required": true
|
|
3549
3503
|
}
|
|
3550
3504
|
},
|
|
3551
|
-
"description": "
|
|
3505
|
+
"description": "Edit a document (label, content, or perspective)",
|
|
3552
3506
|
"flags": {
|
|
3553
3507
|
"json": {
|
|
3554
3508
|
"description": "Format output as json.",
|
|
@@ -3580,11 +3534,43 @@
|
|
|
3580
3534
|
"hasDynamicHelp": false,
|
|
3581
3535
|
"multiple": false,
|
|
3582
3536
|
"type": "option"
|
|
3537
|
+
},
|
|
3538
|
+
"label": {
|
|
3539
|
+
"description": "New label/title",
|
|
3540
|
+
"name": "label",
|
|
3541
|
+
"hasDynamicHelp": false,
|
|
3542
|
+
"multiple": false,
|
|
3543
|
+
"type": "option"
|
|
3544
|
+
},
|
|
3545
|
+
"content": {
|
|
3546
|
+
"description": "New inline text content",
|
|
3547
|
+
"name": "content",
|
|
3548
|
+
"hasDynamicHelp": false,
|
|
3549
|
+
"multiple": false,
|
|
3550
|
+
"type": "option"
|
|
3551
|
+
},
|
|
3552
|
+
"file": {
|
|
3553
|
+
"description": "Read new content from file",
|
|
3554
|
+
"name": "file",
|
|
3555
|
+
"hasDynamicHelp": false,
|
|
3556
|
+
"multiple": false,
|
|
3557
|
+
"type": "option"
|
|
3558
|
+
},
|
|
3559
|
+
"perspective": {
|
|
3560
|
+
"description": "Perspective (first-person or third-person)",
|
|
3561
|
+
"name": "perspective",
|
|
3562
|
+
"hasDynamicHelp": false,
|
|
3563
|
+
"multiple": false,
|
|
3564
|
+
"options": [
|
|
3565
|
+
"first-person",
|
|
3566
|
+
"third-person"
|
|
3567
|
+
],
|
|
3568
|
+
"type": "option"
|
|
3583
3569
|
}
|
|
3584
3570
|
},
|
|
3585
3571
|
"hasDynamicHelp": false,
|
|
3586
3572
|
"hiddenAliases": [],
|
|
3587
|
-
"id": "compile:
|
|
3573
|
+
"id": "compile:doc:edit",
|
|
3588
3574
|
"pluginAlias": "faces-cli",
|
|
3589
3575
|
"pluginName": "faces-cli",
|
|
3590
3576
|
"pluginType": "core",
|
|
@@ -3595,20 +3581,20 @@
|
|
|
3595
3581
|
"dist",
|
|
3596
3582
|
"commands",
|
|
3597
3583
|
"compile",
|
|
3598
|
-
"
|
|
3599
|
-
"
|
|
3584
|
+
"doc",
|
|
3585
|
+
"edit.js"
|
|
3600
3586
|
]
|
|
3601
3587
|
},
|
|
3602
|
-
"compile:
|
|
3588
|
+
"compile:doc:get": {
|
|
3603
3589
|
"aliases": [],
|
|
3604
3590
|
"args": {
|
|
3605
|
-
"
|
|
3606
|
-
"description": "
|
|
3607
|
-
"name": "
|
|
3591
|
+
"doc_id": {
|
|
3592
|
+
"description": "Document ID",
|
|
3593
|
+
"name": "doc_id",
|
|
3608
3594
|
"required": true
|
|
3609
3595
|
}
|
|
3610
3596
|
},
|
|
3611
|
-
"description": "
|
|
3597
|
+
"description": "Get a document by ID",
|
|
3612
3598
|
"flags": {
|
|
3613
3599
|
"json": {
|
|
3614
3600
|
"description": "Format output as json.",
|
|
@@ -3644,7 +3630,7 @@
|
|
|
3644
3630
|
},
|
|
3645
3631
|
"hasDynamicHelp": false,
|
|
3646
3632
|
"hiddenAliases": [],
|
|
3647
|
-
"id": "compile:
|
|
3633
|
+
"id": "compile:doc:get",
|
|
3648
3634
|
"pluginAlias": "faces-cli",
|
|
3649
3635
|
"pluginName": "faces-cli",
|
|
3650
3636
|
"pluginType": "core",
|
|
@@ -3655,20 +3641,20 @@
|
|
|
3655
3641
|
"dist",
|
|
3656
3642
|
"commands",
|
|
3657
3643
|
"compile",
|
|
3658
|
-
"
|
|
3659
|
-
"
|
|
3644
|
+
"doc",
|
|
3645
|
+
"get.js"
|
|
3660
3646
|
]
|
|
3661
3647
|
},
|
|
3662
|
-
"compile:
|
|
3648
|
+
"compile:doc": {
|
|
3663
3649
|
"aliases": [],
|
|
3664
3650
|
"args": {
|
|
3665
|
-
"
|
|
3666
|
-
"description": "
|
|
3667
|
-
"name": "
|
|
3651
|
+
"face_id": {
|
|
3652
|
+
"description": "Face alias",
|
|
3653
|
+
"name": "face_id",
|
|
3668
3654
|
"required": true
|
|
3669
3655
|
}
|
|
3670
3656
|
},
|
|
3671
|
-
"description": "Compile
|
|
3657
|
+
"description": "Compile a document into a face (create → make in one step)",
|
|
3672
3658
|
"flags": {
|
|
3673
3659
|
"json": {
|
|
3674
3660
|
"description": "Format output as json.",
|
|
@@ -3701,6 +3687,39 @@
|
|
|
3701
3687
|
"multiple": false,
|
|
3702
3688
|
"type": "option"
|
|
3703
3689
|
},
|
|
3690
|
+
"label": {
|
|
3691
|
+
"description": "Document label/title",
|
|
3692
|
+
"name": "label",
|
|
3693
|
+
"hasDynamicHelp": false,
|
|
3694
|
+
"multiple": false,
|
|
3695
|
+
"type": "option"
|
|
3696
|
+
},
|
|
3697
|
+
"content": {
|
|
3698
|
+
"description": "Inline text content",
|
|
3699
|
+
"name": "content",
|
|
3700
|
+
"hasDynamicHelp": false,
|
|
3701
|
+
"multiple": false,
|
|
3702
|
+
"type": "option"
|
|
3703
|
+
},
|
|
3704
|
+
"file": {
|
|
3705
|
+
"description": "Read content from file",
|
|
3706
|
+
"name": "file",
|
|
3707
|
+
"hasDynamicHelp": false,
|
|
3708
|
+
"multiple": false,
|
|
3709
|
+
"type": "option"
|
|
3710
|
+
},
|
|
3711
|
+
"perspective": {
|
|
3712
|
+
"description": "Perspective",
|
|
3713
|
+
"name": "perspective",
|
|
3714
|
+
"default": "first-person",
|
|
3715
|
+
"hasDynamicHelp": false,
|
|
3716
|
+
"multiple": false,
|
|
3717
|
+
"options": [
|
|
3718
|
+
"first-person",
|
|
3719
|
+
"third-person"
|
|
3720
|
+
],
|
|
3721
|
+
"type": "option"
|
|
3722
|
+
},
|
|
3704
3723
|
"timeout": {
|
|
3705
3724
|
"description": "Compile timeout in seconds (default: 600)",
|
|
3706
3725
|
"name": "timeout",
|
|
@@ -3708,11 +3727,17 @@
|
|
|
3708
3727
|
"hasDynamicHelp": false,
|
|
3709
3728
|
"multiple": false,
|
|
3710
3729
|
"type": "option"
|
|
3730
|
+
},
|
|
3731
|
+
"no-wait": {
|
|
3732
|
+
"description": "Create and trigger compilation, then return immediately without polling.",
|
|
3733
|
+
"name": "no-wait",
|
|
3734
|
+
"allowNo": false,
|
|
3735
|
+
"type": "boolean"
|
|
3711
3736
|
}
|
|
3712
3737
|
},
|
|
3713
3738
|
"hasDynamicHelp": false,
|
|
3714
3739
|
"hiddenAliases": [],
|
|
3715
|
-
"id": "compile:
|
|
3740
|
+
"id": "compile:doc",
|
|
3716
3741
|
"pluginAlias": "faces-cli",
|
|
3717
3742
|
"pluginName": "faces-cli",
|
|
3718
3743
|
"pluginType": "core",
|
|
@@ -3723,20 +3748,20 @@
|
|
|
3723
3748
|
"dist",
|
|
3724
3749
|
"commands",
|
|
3725
3750
|
"compile",
|
|
3726
|
-
"
|
|
3727
|
-
"
|
|
3751
|
+
"doc",
|
|
3752
|
+
"index.js"
|
|
3728
3753
|
]
|
|
3729
3754
|
},
|
|
3730
|
-
"compile:
|
|
3755
|
+
"compile:doc:list": {
|
|
3731
3756
|
"aliases": [],
|
|
3732
3757
|
"args": {
|
|
3733
|
-
"
|
|
3734
|
-
"description": "
|
|
3735
|
-
"name": "
|
|
3758
|
+
"face_id": {
|
|
3759
|
+
"description": "Face alias",
|
|
3760
|
+
"name": "face_id",
|
|
3736
3761
|
"required": true
|
|
3737
3762
|
}
|
|
3738
3763
|
},
|
|
3739
|
-
"description": "
|
|
3764
|
+
"description": "List documents for a face",
|
|
3740
3765
|
"flags": {
|
|
3741
3766
|
"json": {
|
|
3742
3767
|
"description": "Format output as json.",
|
|
@@ -3768,20 +3793,11 @@
|
|
|
3768
3793
|
"hasDynamicHelp": false,
|
|
3769
3794
|
"multiple": false,
|
|
3770
3795
|
"type": "option"
|
|
3771
|
-
},
|
|
3772
|
-
"message": {
|
|
3773
|
-
"char": "m",
|
|
3774
|
-
"description": "User message to append",
|
|
3775
|
-
"name": "message",
|
|
3776
|
-
"required": true,
|
|
3777
|
-
"hasDynamicHelp": false,
|
|
3778
|
-
"multiple": false,
|
|
3779
|
-
"type": "option"
|
|
3780
3796
|
}
|
|
3781
3797
|
},
|
|
3782
3798
|
"hasDynamicHelp": false,
|
|
3783
3799
|
"hiddenAliases": [],
|
|
3784
|
-
"id": "compile:
|
|
3800
|
+
"id": "compile:doc:list",
|
|
3785
3801
|
"pluginAlias": "faces-cli",
|
|
3786
3802
|
"pluginName": "faces-cli",
|
|
3787
3803
|
"pluginType": "core",
|
|
@@ -3792,20 +3808,20 @@
|
|
|
3792
3808
|
"dist",
|
|
3793
3809
|
"commands",
|
|
3794
3810
|
"compile",
|
|
3795
|
-
"
|
|
3796
|
-
"
|
|
3811
|
+
"doc",
|
|
3812
|
+
"list.js"
|
|
3797
3813
|
]
|
|
3798
3814
|
},
|
|
3799
|
-
"compile:
|
|
3815
|
+
"compile:doc:make": {
|
|
3800
3816
|
"aliases": [],
|
|
3801
3817
|
"args": {
|
|
3802
|
-
"
|
|
3803
|
-
"description": "
|
|
3804
|
-
"name": "
|
|
3818
|
+
"doc_id": {
|
|
3819
|
+
"description": "Document ID",
|
|
3820
|
+
"name": "doc_id",
|
|
3805
3821
|
"required": true
|
|
3806
3822
|
}
|
|
3807
3823
|
},
|
|
3808
|
-
"description": "
|
|
3824
|
+
"description": "Compile an existing document (prepare + sync in one step)",
|
|
3809
3825
|
"flags": {
|
|
3810
3826
|
"json": {
|
|
3811
3827
|
"description": "Format output as json.",
|
|
@@ -3837,11 +3853,25 @@
|
|
|
3837
3853
|
"hasDynamicHelp": false,
|
|
3838
3854
|
"multiple": false,
|
|
3839
3855
|
"type": "option"
|
|
3856
|
+
},
|
|
3857
|
+
"timeout": {
|
|
3858
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
3859
|
+
"name": "timeout",
|
|
3860
|
+
"default": 600,
|
|
3861
|
+
"hasDynamicHelp": false,
|
|
3862
|
+
"multiple": false,
|
|
3863
|
+
"type": "option"
|
|
3864
|
+
},
|
|
3865
|
+
"no-wait": {
|
|
3866
|
+
"description": "Return immediately after triggering compilation. Prints the document ID for manual polling.",
|
|
3867
|
+
"name": "no-wait",
|
|
3868
|
+
"allowNo": false,
|
|
3869
|
+
"type": "boolean"
|
|
3840
3870
|
}
|
|
3841
3871
|
},
|
|
3842
3872
|
"hasDynamicHelp": false,
|
|
3843
3873
|
"hiddenAliases": [],
|
|
3844
|
-
"id": "compile:
|
|
3874
|
+
"id": "compile:doc:make",
|
|
3845
3875
|
"pluginAlias": "faces-cli",
|
|
3846
3876
|
"pluginName": "faces-cli",
|
|
3847
3877
|
"pluginType": "core",
|
|
@@ -3852,10 +3882,10 @@
|
|
|
3852
3882
|
"dist",
|
|
3853
3883
|
"commands",
|
|
3854
3884
|
"compile",
|
|
3855
|
-
"
|
|
3856
|
-
"
|
|
3885
|
+
"doc",
|
|
3886
|
+
"make.js"
|
|
3857
3887
|
]
|
|
3858
3888
|
}
|
|
3859
3889
|
},
|
|
3860
|
-
"version": "1.5.
|
|
3890
|
+
"version": "1.5.3"
|
|
3861
3891
|
}
|