faces-cli 1.5.5 → 1.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/compile/doc/pause.d.ts +13 -0
- package/dist/commands/compile/doc/pause.js +29 -0
- package/dist/commands/compile/doc/reset.d.ts +14 -0
- package/dist/commands/compile/doc/reset.js +30 -0
- package/dist/commands/compile/thread/pause.d.ts +13 -0
- package/dist/commands/compile/thread/pause.js +29 -0
- package/dist/commands/compile/thread/reset.d.ts +14 -0
- package/dist/commands/compile/thread/reset.js +30 -0
- package/oclif.manifest.json +886 -634
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -578,10 +578,10 @@
|
|
|
578
578
|
"whoami.js"
|
|
579
579
|
]
|
|
580
580
|
},
|
|
581
|
-
"
|
|
581
|
+
"catalog:doctor": {
|
|
582
582
|
"aliases": [],
|
|
583
583
|
"args": {},
|
|
584
|
-
"description": "
|
|
584
|
+
"description": "Diagnose and repair the local face catalog",
|
|
585
585
|
"flags": {
|
|
586
586
|
"json": {
|
|
587
587
|
"description": "Format output as json.",
|
|
@@ -613,11 +613,23 @@
|
|
|
613
613
|
"hasDynamicHelp": false,
|
|
614
614
|
"multiple": false,
|
|
615
615
|
"type": "option"
|
|
616
|
+
},
|
|
617
|
+
"fix": {
|
|
618
|
+
"description": "Rebuild missing or stale catalog entries from API",
|
|
619
|
+
"name": "fix",
|
|
620
|
+
"allowNo": false,
|
|
621
|
+
"type": "boolean"
|
|
622
|
+
},
|
|
623
|
+
"generate": {
|
|
624
|
+
"description": "Fix + generate missing descriptions via LLM",
|
|
625
|
+
"name": "generate",
|
|
626
|
+
"allowNo": false,
|
|
627
|
+
"type": "boolean"
|
|
616
628
|
}
|
|
617
629
|
},
|
|
618
630
|
"hasDynamicHelp": false,
|
|
619
631
|
"hiddenAliases": [],
|
|
620
|
-
"id": "
|
|
632
|
+
"id": "catalog:doctor",
|
|
621
633
|
"pluginAlias": "faces-cli",
|
|
622
634
|
"pluginName": "faces-cli",
|
|
623
635
|
"pluginType": "core",
|
|
@@ -627,14 +639,14 @@
|
|
|
627
639
|
"relativePath": [
|
|
628
640
|
"dist",
|
|
629
641
|
"commands",
|
|
630
|
-
"
|
|
631
|
-
"
|
|
642
|
+
"catalog",
|
|
643
|
+
"doctor.js"
|
|
632
644
|
]
|
|
633
645
|
},
|
|
634
|
-
"
|
|
646
|
+
"catalog:list": {
|
|
635
647
|
"aliases": [],
|
|
636
648
|
"args": {},
|
|
637
|
-
"description": "
|
|
649
|
+
"description": "List all faces in the local catalog",
|
|
638
650
|
"flags": {
|
|
639
651
|
"json": {
|
|
640
652
|
"description": "Format output as json.",
|
|
@@ -670,7 +682,7 @@
|
|
|
670
682
|
},
|
|
671
683
|
"hasDynamicHelp": false,
|
|
672
684
|
"hiddenAliases": [],
|
|
673
|
-
"id": "
|
|
685
|
+
"id": "catalog:list",
|
|
674
686
|
"pluginAlias": "faces-cli",
|
|
675
687
|
"pluginName": "faces-cli",
|
|
676
688
|
"pluginType": "core",
|
|
@@ -680,14 +692,14 @@
|
|
|
680
692
|
"relativePath": [
|
|
681
693
|
"dist",
|
|
682
694
|
"commands",
|
|
683
|
-
"
|
|
684
|
-
"
|
|
695
|
+
"catalog",
|
|
696
|
+
"list.js"
|
|
685
697
|
]
|
|
686
698
|
},
|
|
687
|
-
"billing:
|
|
699
|
+
"billing:balance": {
|
|
688
700
|
"aliases": [],
|
|
689
701
|
"args": {},
|
|
690
|
-
"description": "
|
|
702
|
+
"description": "Show credit balance and payment method status",
|
|
691
703
|
"flags": {
|
|
692
704
|
"json": {
|
|
693
705
|
"description": "Format output as json.",
|
|
@@ -719,22 +731,11 @@
|
|
|
719
731
|
"hasDynamicHelp": false,
|
|
720
732
|
"multiple": false,
|
|
721
733
|
"type": "option"
|
|
722
|
-
},
|
|
723
|
-
"plan": {
|
|
724
|
-
"description": "Plan to subscribe to",
|
|
725
|
-
"name": "plan",
|
|
726
|
-
"default": "connect",
|
|
727
|
-
"hasDynamicHelp": false,
|
|
728
|
-
"multiple": false,
|
|
729
|
-
"options": [
|
|
730
|
-
"connect"
|
|
731
|
-
],
|
|
732
|
-
"type": "option"
|
|
733
734
|
}
|
|
734
735
|
},
|
|
735
736
|
"hasDynamicHelp": false,
|
|
736
737
|
"hiddenAliases": [],
|
|
737
|
-
"id": "billing:
|
|
738
|
+
"id": "billing:balance",
|
|
738
739
|
"pluginAlias": "faces-cli",
|
|
739
740
|
"pluginName": "faces-cli",
|
|
740
741
|
"pluginType": "core",
|
|
@@ -745,13 +746,13 @@
|
|
|
745
746
|
"dist",
|
|
746
747
|
"commands",
|
|
747
748
|
"billing",
|
|
748
|
-
"
|
|
749
|
+
"balance.js"
|
|
749
750
|
]
|
|
750
751
|
},
|
|
751
|
-
"billing:
|
|
752
|
+
"billing:card-setup": {
|
|
752
753
|
"aliases": [],
|
|
753
754
|
"args": {},
|
|
754
|
-
"description": "
|
|
755
|
+
"description": "Get a Stripe card setup URL to save a payment method",
|
|
755
756
|
"flags": {
|
|
756
757
|
"json": {
|
|
757
758
|
"description": "Format output as json.",
|
|
@@ -783,18 +784,11 @@
|
|
|
783
784
|
"hasDynamicHelp": false,
|
|
784
785
|
"multiple": false,
|
|
785
786
|
"type": "option"
|
|
786
|
-
},
|
|
787
|
-
"provider": {
|
|
788
|
-
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
789
|
-
"name": "provider",
|
|
790
|
-
"hasDynamicHelp": false,
|
|
791
|
-
"multiple": false,
|
|
792
|
-
"type": "option"
|
|
793
787
|
}
|
|
794
788
|
},
|
|
795
789
|
"hasDynamicHelp": false,
|
|
796
790
|
"hiddenAliases": [],
|
|
797
|
-
"id": "billing:
|
|
791
|
+
"id": "billing:card-setup",
|
|
798
792
|
"pluginAlias": "faces-cli",
|
|
799
793
|
"pluginName": "faces-cli",
|
|
800
794
|
"pluginType": "core",
|
|
@@ -805,13 +799,13 @@
|
|
|
805
799
|
"dist",
|
|
806
800
|
"commands",
|
|
807
801
|
"billing",
|
|
808
|
-
"
|
|
802
|
+
"card-setup.js"
|
|
809
803
|
]
|
|
810
804
|
},
|
|
811
|
-
"billing:
|
|
805
|
+
"billing:checkout": {
|
|
812
806
|
"aliases": [],
|
|
813
807
|
"args": {},
|
|
814
|
-
"description": "
|
|
808
|
+
"description": "Get a Stripe checkout URL to upgrade your subscription plan",
|
|
815
809
|
"flags": {
|
|
816
810
|
"json": {
|
|
817
811
|
"description": "Format output as json.",
|
|
@@ -843,11 +837,22 @@
|
|
|
843
837
|
"hasDynamicHelp": false,
|
|
844
838
|
"multiple": false,
|
|
845
839
|
"type": "option"
|
|
840
|
+
},
|
|
841
|
+
"plan": {
|
|
842
|
+
"description": "Plan to subscribe to",
|
|
843
|
+
"name": "plan",
|
|
844
|
+
"default": "connect",
|
|
845
|
+
"hasDynamicHelp": false,
|
|
846
|
+
"multiple": false,
|
|
847
|
+
"options": [
|
|
848
|
+
"connect"
|
|
849
|
+
],
|
|
850
|
+
"type": "option"
|
|
846
851
|
}
|
|
847
852
|
},
|
|
848
853
|
"hasDynamicHelp": false,
|
|
849
854
|
"hiddenAliases": [],
|
|
850
|
-
"id": "billing:
|
|
855
|
+
"id": "billing:checkout",
|
|
851
856
|
"pluginAlias": "faces-cli",
|
|
852
857
|
"pluginName": "faces-cli",
|
|
853
858
|
"pluginType": "core",
|
|
@@ -858,13 +863,13 @@
|
|
|
858
863
|
"dist",
|
|
859
864
|
"commands",
|
|
860
865
|
"billing",
|
|
861
|
-
"
|
|
866
|
+
"checkout.js"
|
|
862
867
|
]
|
|
863
868
|
},
|
|
864
|
-
"billing:
|
|
869
|
+
"billing:llm-costs": {
|
|
865
870
|
"aliases": [],
|
|
866
871
|
"args": {},
|
|
867
|
-
"description": "
|
|
872
|
+
"description": "List available LLMs and their per-token costs",
|
|
868
873
|
"flags": {
|
|
869
874
|
"json": {
|
|
870
875
|
"description": "Format output as json.",
|
|
@@ -896,11 +901,18 @@
|
|
|
896
901
|
"hasDynamicHelp": false,
|
|
897
902
|
"multiple": false,
|
|
898
903
|
"type": "option"
|
|
904
|
+
},
|
|
905
|
+
"provider": {
|
|
906
|
+
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
907
|
+
"name": "provider",
|
|
908
|
+
"hasDynamicHelp": false,
|
|
909
|
+
"multiple": false,
|
|
910
|
+
"type": "option"
|
|
899
911
|
}
|
|
900
912
|
},
|
|
901
913
|
"hasDynamicHelp": false,
|
|
902
914
|
"hiddenAliases": [],
|
|
903
|
-
"id": "billing:
|
|
915
|
+
"id": "billing:llm-costs",
|
|
904
916
|
"pluginAlias": "faces-cli",
|
|
905
917
|
"pluginName": "faces-cli",
|
|
906
918
|
"pluginType": "core",
|
|
@@ -911,13 +923,13 @@
|
|
|
911
923
|
"dist",
|
|
912
924
|
"commands",
|
|
913
925
|
"billing",
|
|
914
|
-
"
|
|
926
|
+
"llm-costs.js"
|
|
915
927
|
]
|
|
916
928
|
},
|
|
917
|
-
"billing:
|
|
929
|
+
"billing:quota": {
|
|
918
930
|
"aliases": [],
|
|
919
931
|
"args": {},
|
|
920
|
-
"description": "
|
|
932
|
+
"description": "Show compile token quota and per-face stats",
|
|
921
933
|
"flags": {
|
|
922
934
|
"json": {
|
|
923
935
|
"description": "Format output as json.",
|
|
@@ -949,26 +961,11 @@
|
|
|
949
961
|
"hasDynamicHelp": false,
|
|
950
962
|
"multiple": false,
|
|
951
963
|
"type": "option"
|
|
952
|
-
},
|
|
953
|
-
"amount": {
|
|
954
|
-
"description": "Top-up amount in USD (min $1)",
|
|
955
|
-
"name": "amount",
|
|
956
|
-
"required": true,
|
|
957
|
-
"hasDynamicHelp": false,
|
|
958
|
-
"multiple": false,
|
|
959
|
-
"type": "option"
|
|
960
|
-
},
|
|
961
|
-
"payment-ref": {
|
|
962
|
-
"description": "Payment reference (admin/test path)",
|
|
963
|
-
"name": "payment-ref",
|
|
964
|
-
"hasDynamicHelp": false,
|
|
965
|
-
"multiple": false,
|
|
966
|
-
"type": "option"
|
|
967
964
|
}
|
|
968
965
|
},
|
|
969
966
|
"hasDynamicHelp": false,
|
|
970
967
|
"hiddenAliases": [],
|
|
971
|
-
"id": "billing:
|
|
968
|
+
"id": "billing:quota",
|
|
972
969
|
"pluginAlias": "faces-cli",
|
|
973
970
|
"pluginName": "faces-cli",
|
|
974
971
|
"pluginType": "core",
|
|
@@ -979,13 +976,13 @@
|
|
|
979
976
|
"dist",
|
|
980
977
|
"commands",
|
|
981
978
|
"billing",
|
|
982
|
-
"
|
|
979
|
+
"quota.js"
|
|
983
980
|
]
|
|
984
981
|
},
|
|
985
|
-
"billing:
|
|
982
|
+
"billing:subscription": {
|
|
986
983
|
"aliases": [],
|
|
987
984
|
"args": {},
|
|
988
|
-
"description": "
|
|
985
|
+
"description": "Show current plan, face count, and renewal date",
|
|
989
986
|
"flags": {
|
|
990
987
|
"json": {
|
|
991
988
|
"description": "Format output as json.",
|
|
@@ -1017,38 +1014,11 @@
|
|
|
1017
1014
|
"hasDynamicHelp": false,
|
|
1018
1015
|
"multiple": false,
|
|
1019
1016
|
"type": "option"
|
|
1020
|
-
},
|
|
1021
|
-
"group-by": {
|
|
1022
|
-
"description": "Group results",
|
|
1023
|
-
"name": "group-by",
|
|
1024
|
-
"hasDynamicHelp": false,
|
|
1025
|
-
"multiple": false,
|
|
1026
|
-
"options": [
|
|
1027
|
-
"api_key",
|
|
1028
|
-
"model",
|
|
1029
|
-
"llm",
|
|
1030
|
-
"date"
|
|
1031
|
-
],
|
|
1032
|
-
"type": "option"
|
|
1033
|
-
},
|
|
1034
|
-
"from": {
|
|
1035
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
1036
|
-
"name": "from",
|
|
1037
|
-
"hasDynamicHelp": false,
|
|
1038
|
-
"multiple": false,
|
|
1039
|
-
"type": "option"
|
|
1040
|
-
},
|
|
1041
|
-
"to": {
|
|
1042
|
-
"description": "End date (YYYY-MM-DD)",
|
|
1043
|
-
"name": "to",
|
|
1044
|
-
"hasDynamicHelp": false,
|
|
1045
|
-
"multiple": false,
|
|
1046
|
-
"type": "option"
|
|
1047
1017
|
}
|
|
1048
1018
|
},
|
|
1049
1019
|
"hasDynamicHelp": false,
|
|
1050
1020
|
"hiddenAliases": [],
|
|
1051
|
-
"id": "billing:
|
|
1021
|
+
"id": "billing:subscription",
|
|
1052
1022
|
"pluginAlias": "faces-cli",
|
|
1053
1023
|
"pluginName": "faces-cli",
|
|
1054
1024
|
"pluginType": "core",
|
|
@@ -1059,13 +1029,13 @@
|
|
|
1059
1029
|
"dist",
|
|
1060
1030
|
"commands",
|
|
1061
1031
|
"billing",
|
|
1062
|
-
"
|
|
1032
|
+
"subscription.js"
|
|
1063
1033
|
]
|
|
1064
1034
|
},
|
|
1065
|
-
"
|
|
1035
|
+
"billing:topup": {
|
|
1066
1036
|
"aliases": [],
|
|
1067
1037
|
"args": {},
|
|
1068
|
-
"description": "
|
|
1038
|
+
"description": "Top up credit balance using saved payment method",
|
|
1069
1039
|
"flags": {
|
|
1070
1040
|
"json": {
|
|
1071
1041
|
"description": "Format output as json.",
|
|
@@ -1098,22 +1068,25 @@
|
|
|
1098
1068
|
"multiple": false,
|
|
1099
1069
|
"type": "option"
|
|
1100
1070
|
},
|
|
1101
|
-
"
|
|
1102
|
-
"description": "
|
|
1103
|
-
"name": "
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1071
|
+
"amount": {
|
|
1072
|
+
"description": "Top-up amount in USD (min $1)",
|
|
1073
|
+
"name": "amount",
|
|
1074
|
+
"required": true,
|
|
1075
|
+
"hasDynamicHelp": false,
|
|
1076
|
+
"multiple": false,
|
|
1077
|
+
"type": "option"
|
|
1106
1078
|
},
|
|
1107
|
-
"
|
|
1108
|
-
"description": "
|
|
1109
|
-
"name": "
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1079
|
+
"payment-ref": {
|
|
1080
|
+
"description": "Payment reference (admin/test path)",
|
|
1081
|
+
"name": "payment-ref",
|
|
1082
|
+
"hasDynamicHelp": false,
|
|
1083
|
+
"multiple": false,
|
|
1084
|
+
"type": "option"
|
|
1112
1085
|
}
|
|
1113
1086
|
},
|
|
1114
1087
|
"hasDynamicHelp": false,
|
|
1115
1088
|
"hiddenAliases": [],
|
|
1116
|
-
"id": "
|
|
1089
|
+
"id": "billing:topup",
|
|
1117
1090
|
"pluginAlias": "faces-cli",
|
|
1118
1091
|
"pluginName": "faces-cli",
|
|
1119
1092
|
"pluginType": "core",
|
|
@@ -1123,14 +1096,14 @@
|
|
|
1123
1096
|
"relativePath": [
|
|
1124
1097
|
"dist",
|
|
1125
1098
|
"commands",
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1099
|
+
"billing",
|
|
1100
|
+
"topup.js"
|
|
1128
1101
|
]
|
|
1129
1102
|
},
|
|
1130
|
-
"
|
|
1103
|
+
"billing:usage": {
|
|
1131
1104
|
"aliases": [],
|
|
1132
1105
|
"args": {},
|
|
1133
|
-
"description": "
|
|
1106
|
+
"description": "Aggregated usage analytics",
|
|
1134
1107
|
"flags": {
|
|
1135
1108
|
"json": {
|
|
1136
1109
|
"description": "Format output as json.",
|
|
@@ -1162,11 +1135,38 @@
|
|
|
1162
1135
|
"hasDynamicHelp": false,
|
|
1163
1136
|
"multiple": false,
|
|
1164
1137
|
"type": "option"
|
|
1138
|
+
},
|
|
1139
|
+
"group-by": {
|
|
1140
|
+
"description": "Group results",
|
|
1141
|
+
"name": "group-by",
|
|
1142
|
+
"hasDynamicHelp": false,
|
|
1143
|
+
"multiple": false,
|
|
1144
|
+
"options": [
|
|
1145
|
+
"api_key",
|
|
1146
|
+
"model",
|
|
1147
|
+
"llm",
|
|
1148
|
+
"date"
|
|
1149
|
+
],
|
|
1150
|
+
"type": "option"
|
|
1151
|
+
},
|
|
1152
|
+
"from": {
|
|
1153
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
1154
|
+
"name": "from",
|
|
1155
|
+
"hasDynamicHelp": false,
|
|
1156
|
+
"multiple": false,
|
|
1157
|
+
"type": "option"
|
|
1158
|
+
},
|
|
1159
|
+
"to": {
|
|
1160
|
+
"description": "End date (YYYY-MM-DD)",
|
|
1161
|
+
"name": "to",
|
|
1162
|
+
"hasDynamicHelp": false,
|
|
1163
|
+
"multiple": false,
|
|
1164
|
+
"type": "option"
|
|
1165
1165
|
}
|
|
1166
1166
|
},
|
|
1167
1167
|
"hasDynamicHelp": false,
|
|
1168
1168
|
"hiddenAliases": [],
|
|
1169
|
-
"id": "
|
|
1169
|
+
"id": "billing:usage",
|
|
1170
1170
|
"pluginAlias": "faces-cli",
|
|
1171
1171
|
"pluginName": "faces-cli",
|
|
1172
1172
|
"pluginType": "core",
|
|
@@ -1176,8 +1176,8 @@
|
|
|
1176
1176
|
"relativePath": [
|
|
1177
1177
|
"dist",
|
|
1178
1178
|
"commands",
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1179
|
+
"billing",
|
|
1180
|
+
"usage.js"
|
|
1181
1181
|
]
|
|
1182
1182
|
},
|
|
1183
1183
|
"chat:chat": {
|
|
@@ -1849,10 +1849,10 @@
|
|
|
1849
1849
|
"show.js"
|
|
1850
1850
|
]
|
|
1851
1851
|
},
|
|
1852
|
-
"
|
|
1852
|
+
"keys:create": {
|
|
1853
1853
|
"aliases": [],
|
|
1854
1854
|
"args": {},
|
|
1855
|
-
"description": "Create a new
|
|
1855
|
+
"description": "Create a new API key (JWT required)",
|
|
1856
1856
|
"flags": {
|
|
1857
1857
|
"json": {
|
|
1858
1858
|
"description": "Format output as json.",
|
|
@@ -1886,52 +1886,37 @@
|
|
|
1886
1886
|
"type": "option"
|
|
1887
1887
|
},
|
|
1888
1888
|
"name": {
|
|
1889
|
-
"description": "
|
|
1889
|
+
"description": "Key name/label",
|
|
1890
1890
|
"name": "name",
|
|
1891
1891
|
"required": true,
|
|
1892
1892
|
"hasDynamicHelp": false,
|
|
1893
1893
|
"multiple": false,
|
|
1894
1894
|
"type": "option"
|
|
1895
1895
|
},
|
|
1896
|
-
"
|
|
1897
|
-
"description": "
|
|
1898
|
-
"name": "
|
|
1899
|
-
"required": true,
|
|
1896
|
+
"expires-days": {
|
|
1897
|
+
"description": "Expiry in days (omit for no expiry)",
|
|
1898
|
+
"name": "expires-days",
|
|
1900
1899
|
"hasDynamicHelp": false,
|
|
1901
1900
|
"multiple": false,
|
|
1902
1901
|
"type": "option"
|
|
1903
1902
|
},
|
|
1904
|
-
"
|
|
1905
|
-
"description": "
|
|
1906
|
-
"name": "
|
|
1903
|
+
"budget": {
|
|
1904
|
+
"description": "Spend budget in USD",
|
|
1905
|
+
"name": "budget",
|
|
1907
1906
|
"hasDynamicHelp": false,
|
|
1908
1907
|
"multiple": false,
|
|
1909
1908
|
"type": "option"
|
|
1910
1909
|
},
|
|
1911
|
-
"
|
|
1912
|
-
"description": "
|
|
1913
|
-
"name": "
|
|
1910
|
+
"face": {
|
|
1911
|
+
"description": "Allowed face alias (repeatable)",
|
|
1912
|
+
"name": "face",
|
|
1914
1913
|
"hasDynamicHelp": false,
|
|
1915
|
-
"multiple":
|
|
1914
|
+
"multiple": true,
|
|
1916
1915
|
"type": "option"
|
|
1917
1916
|
},
|
|
1918
|
-
"
|
|
1919
|
-
"description": "
|
|
1920
|
-
"name": "
|
|
1921
|
-
"hasDynamicHelp": false,
|
|
1922
|
-
"multiple": false,
|
|
1923
|
-
"type": "option"
|
|
1924
|
-
},
|
|
1925
|
-
"attr": {
|
|
1926
|
-
"description": "Attribute KEY=VALUE (repeatable)",
|
|
1927
|
-
"name": "attr",
|
|
1928
|
-
"hasDynamicHelp": false,
|
|
1929
|
-
"multiple": true,
|
|
1930
|
-
"type": "option"
|
|
1931
|
-
},
|
|
1932
|
-
"tool": {
|
|
1933
|
-
"description": "Tool name to enable (repeatable)",
|
|
1934
|
-
"name": "tool",
|
|
1917
|
+
"model": {
|
|
1918
|
+
"description": "Allowed model name (repeatable)",
|
|
1919
|
+
"name": "model",
|
|
1935
1920
|
"hasDynamicHelp": false,
|
|
1936
1921
|
"multiple": true,
|
|
1937
1922
|
"type": "option"
|
|
@@ -1939,7 +1924,7 @@
|
|
|
1939
1924
|
},
|
|
1940
1925
|
"hasDynamicHelp": false,
|
|
1941
1926
|
"hiddenAliases": [],
|
|
1942
|
-
"id": "
|
|
1927
|
+
"id": "keys:create",
|
|
1943
1928
|
"pluginAlias": "faces-cli",
|
|
1944
1929
|
"pluginName": "faces-cli",
|
|
1945
1930
|
"pluginType": "core",
|
|
@@ -1949,20 +1934,14 @@
|
|
|
1949
1934
|
"relativePath": [
|
|
1950
1935
|
"dist",
|
|
1951
1936
|
"commands",
|
|
1952
|
-
"
|
|
1937
|
+
"keys",
|
|
1953
1938
|
"create.js"
|
|
1954
1939
|
]
|
|
1955
1940
|
},
|
|
1956
|
-
"
|
|
1941
|
+
"keys:list": {
|
|
1957
1942
|
"aliases": [],
|
|
1958
|
-
"args": {
|
|
1959
|
-
|
|
1960
|
-
"description": "Face alias",
|
|
1961
|
-
"name": "face_id",
|
|
1962
|
-
"required": true
|
|
1963
|
-
}
|
|
1964
|
-
},
|
|
1965
|
-
"description": "Delete a face permanently",
|
|
1943
|
+
"args": {},
|
|
1944
|
+
"description": "List all API keys (JWT required)",
|
|
1966
1945
|
"flags": {
|
|
1967
1946
|
"json": {
|
|
1968
1947
|
"description": "Format output as json.",
|
|
@@ -1994,17 +1973,11 @@
|
|
|
1994
1973
|
"hasDynamicHelp": false,
|
|
1995
1974
|
"multiple": false,
|
|
1996
1975
|
"type": "option"
|
|
1997
|
-
},
|
|
1998
|
-
"yes": {
|
|
1999
|
-
"description": "Skip confirmation",
|
|
2000
|
-
"name": "yes",
|
|
2001
|
-
"allowNo": false,
|
|
2002
|
-
"type": "boolean"
|
|
2003
1976
|
}
|
|
2004
1977
|
},
|
|
2005
1978
|
"hasDynamicHelp": false,
|
|
2006
1979
|
"hiddenAliases": [],
|
|
2007
|
-
"id": "
|
|
1980
|
+
"id": "keys:list",
|
|
2008
1981
|
"pluginAlias": "faces-cli",
|
|
2009
1982
|
"pluginName": "faces-cli",
|
|
2010
1983
|
"pluginType": "core",
|
|
@@ -2014,14 +1987,20 @@
|
|
|
2014
1987
|
"relativePath": [
|
|
2015
1988
|
"dist",
|
|
2016
1989
|
"commands",
|
|
2017
|
-
"
|
|
2018
|
-
"
|
|
1990
|
+
"keys",
|
|
1991
|
+
"list.js"
|
|
2019
1992
|
]
|
|
2020
1993
|
},
|
|
2021
|
-
"
|
|
1994
|
+
"keys:revoke": {
|
|
2022
1995
|
"aliases": [],
|
|
2023
|
-
"args": {
|
|
2024
|
-
|
|
1996
|
+
"args": {
|
|
1997
|
+
"key_id": {
|
|
1998
|
+
"description": "Key ID",
|
|
1999
|
+
"name": "key_id",
|
|
2000
|
+
"required": true
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"description": "Revoke an API key (JWT required)",
|
|
2025
2004
|
"flags": {
|
|
2026
2005
|
"json": {
|
|
2027
2006
|
"description": "Format output as json.",
|
|
@@ -2054,18 +2033,16 @@
|
|
|
2054
2033
|
"multiple": false,
|
|
2055
2034
|
"type": "option"
|
|
2056
2035
|
},
|
|
2057
|
-
"
|
|
2058
|
-
"description": "
|
|
2059
|
-
"name": "
|
|
2060
|
-
"
|
|
2061
|
-
"
|
|
2062
|
-
"multiple": true,
|
|
2063
|
-
"type": "option"
|
|
2036
|
+
"yes": {
|
|
2037
|
+
"description": "Skip confirmation",
|
|
2038
|
+
"name": "yes",
|
|
2039
|
+
"allowNo": false,
|
|
2040
|
+
"type": "boolean"
|
|
2064
2041
|
}
|
|
2065
2042
|
},
|
|
2066
2043
|
"hasDynamicHelp": false,
|
|
2067
2044
|
"hiddenAliases": [],
|
|
2068
|
-
"id": "
|
|
2045
|
+
"id": "keys:revoke",
|
|
2069
2046
|
"pluginAlias": "faces-cli",
|
|
2070
2047
|
"pluginName": "faces-cli",
|
|
2071
2048
|
"pluginType": "core",
|
|
@@ -2075,20 +2052,20 @@
|
|
|
2075
2052
|
"relativePath": [
|
|
2076
2053
|
"dist",
|
|
2077
2054
|
"commands",
|
|
2078
|
-
"
|
|
2079
|
-
"
|
|
2055
|
+
"keys",
|
|
2056
|
+
"revoke.js"
|
|
2080
2057
|
]
|
|
2081
2058
|
},
|
|
2082
|
-
"
|
|
2059
|
+
"keys:update": {
|
|
2083
2060
|
"aliases": [],
|
|
2084
2061
|
"args": {
|
|
2085
|
-
"
|
|
2086
|
-
"description": "
|
|
2087
|
-
"name": "
|
|
2062
|
+
"key_id": {
|
|
2063
|
+
"description": "Key ID",
|
|
2064
|
+
"name": "key_id",
|
|
2088
2065
|
"required": true
|
|
2089
2066
|
}
|
|
2090
2067
|
},
|
|
2091
|
-
"description": "
|
|
2068
|
+
"description": "Update API key metadata (JWT required)",
|
|
2092
2069
|
"flags": {
|
|
2093
2070
|
"json": {
|
|
2094
2071
|
"description": "Format output as json.",
|
|
@@ -2120,11 +2097,31 @@
|
|
|
2120
2097
|
"hasDynamicHelp": false,
|
|
2121
2098
|
"multiple": false,
|
|
2122
2099
|
"type": "option"
|
|
2100
|
+
},
|
|
2101
|
+
"name": {
|
|
2102
|
+
"description": "New key name",
|
|
2103
|
+
"name": "name",
|
|
2104
|
+
"hasDynamicHelp": false,
|
|
2105
|
+
"multiple": false,
|
|
2106
|
+
"type": "option"
|
|
2107
|
+
},
|
|
2108
|
+
"budget": {
|
|
2109
|
+
"description": "New spend budget in USD",
|
|
2110
|
+
"name": "budget",
|
|
2111
|
+
"hasDynamicHelp": false,
|
|
2112
|
+
"multiple": false,
|
|
2113
|
+
"type": "option"
|
|
2114
|
+
},
|
|
2115
|
+
"reset-spent": {
|
|
2116
|
+
"description": "Reset spent amount to zero",
|
|
2117
|
+
"name": "reset-spent",
|
|
2118
|
+
"allowNo": false,
|
|
2119
|
+
"type": "boolean"
|
|
2123
2120
|
}
|
|
2124
2121
|
},
|
|
2125
2122
|
"hasDynamicHelp": false,
|
|
2126
2123
|
"hiddenAliases": [],
|
|
2127
|
-
"id": "
|
|
2124
|
+
"id": "keys:update",
|
|
2128
2125
|
"pluginAlias": "faces-cli",
|
|
2129
2126
|
"pluginName": "faces-cli",
|
|
2130
2127
|
"pluginType": "core",
|
|
@@ -2134,14 +2131,14 @@
|
|
|
2134
2131
|
"relativePath": [
|
|
2135
2132
|
"dist",
|
|
2136
2133
|
"commands",
|
|
2137
|
-
"
|
|
2138
|
-
"
|
|
2134
|
+
"keys",
|
|
2135
|
+
"update.js"
|
|
2139
2136
|
]
|
|
2140
2137
|
},
|
|
2141
|
-
"face:
|
|
2138
|
+
"face:create": {
|
|
2142
2139
|
"aliases": [],
|
|
2143
2140
|
"args": {},
|
|
2144
|
-
"description": "
|
|
2141
|
+
"description": "Create a new face",
|
|
2145
2142
|
"flags": {
|
|
2146
2143
|
"json": {
|
|
2147
2144
|
"description": "Format output as json.",
|
|
@@ -2173,11 +2170,62 @@
|
|
|
2173
2170
|
"hasDynamicHelp": false,
|
|
2174
2171
|
"multiple": false,
|
|
2175
2172
|
"type": "option"
|
|
2173
|
+
},
|
|
2174
|
+
"name": {
|
|
2175
|
+
"description": "Display name",
|
|
2176
|
+
"name": "name",
|
|
2177
|
+
"required": true,
|
|
2178
|
+
"hasDynamicHelp": false,
|
|
2179
|
+
"multiple": false,
|
|
2180
|
+
"type": "option"
|
|
2181
|
+
},
|
|
2182
|
+
"alias": {
|
|
2183
|
+
"description": "Unique alias slug",
|
|
2184
|
+
"name": "alias",
|
|
2185
|
+
"required": true,
|
|
2186
|
+
"hasDynamicHelp": false,
|
|
2187
|
+
"multiple": false,
|
|
2188
|
+
"type": "option"
|
|
2189
|
+
},
|
|
2190
|
+
"description": {
|
|
2191
|
+
"description": "Description for local catalog",
|
|
2192
|
+
"name": "description",
|
|
2193
|
+
"hasDynamicHelp": false,
|
|
2194
|
+
"multiple": false,
|
|
2195
|
+
"type": "option"
|
|
2196
|
+
},
|
|
2197
|
+
"default-model": {
|
|
2198
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2199
|
+
"name": "default-model",
|
|
2200
|
+
"hasDynamicHelp": false,
|
|
2201
|
+
"multiple": false,
|
|
2202
|
+
"type": "option"
|
|
2203
|
+
},
|
|
2204
|
+
"formula": {
|
|
2205
|
+
"description": "Boolean formula over owned concrete face aliases (e.g. \"a | b\", \"(a | b) - c\"). Creates a composite face.",
|
|
2206
|
+
"name": "formula",
|
|
2207
|
+
"hasDynamicHelp": false,
|
|
2208
|
+
"multiple": false,
|
|
2209
|
+
"type": "option"
|
|
2210
|
+
},
|
|
2211
|
+
"attr": {
|
|
2212
|
+
"description": "Attribute KEY=VALUE (repeatable)",
|
|
2213
|
+
"name": "attr",
|
|
2214
|
+
"hasDynamicHelp": false,
|
|
2215
|
+
"multiple": true,
|
|
2216
|
+
"type": "option"
|
|
2217
|
+
},
|
|
2218
|
+
"tool": {
|
|
2219
|
+
"description": "Tool name to enable (repeatable)",
|
|
2220
|
+
"name": "tool",
|
|
2221
|
+
"hasDynamicHelp": false,
|
|
2222
|
+
"multiple": true,
|
|
2223
|
+
"type": "option"
|
|
2176
2224
|
}
|
|
2177
2225
|
},
|
|
2178
2226
|
"hasDynamicHelp": false,
|
|
2179
2227
|
"hiddenAliases": [],
|
|
2180
|
-
"id": "face:
|
|
2228
|
+
"id": "face:create",
|
|
2181
2229
|
"pluginAlias": "faces-cli",
|
|
2182
2230
|
"pluginName": "faces-cli",
|
|
2183
2231
|
"pluginType": "core",
|
|
@@ -2188,10 +2236,10 @@
|
|
|
2188
2236
|
"dist",
|
|
2189
2237
|
"commands",
|
|
2190
2238
|
"face",
|
|
2191
|
-
"
|
|
2239
|
+
"create.js"
|
|
2192
2240
|
]
|
|
2193
2241
|
},
|
|
2194
|
-
"face:
|
|
2242
|
+
"face:delete": {
|
|
2195
2243
|
"aliases": [],
|
|
2196
2244
|
"args": {
|
|
2197
2245
|
"face_id": {
|
|
@@ -2200,7 +2248,7 @@
|
|
|
2200
2248
|
"required": true
|
|
2201
2249
|
}
|
|
2202
2250
|
},
|
|
2203
|
-
"description": "
|
|
2251
|
+
"description": "Delete a face permanently",
|
|
2204
2252
|
"flags": {
|
|
2205
2253
|
"json": {
|
|
2206
2254
|
"description": "Format output as json.",
|
|
@@ -2233,44 +2281,16 @@
|
|
|
2233
2281
|
"multiple": false,
|
|
2234
2282
|
"type": "option"
|
|
2235
2283
|
},
|
|
2236
|
-
"
|
|
2237
|
-
"description": "
|
|
2238
|
-
"name": "
|
|
2239
|
-
"
|
|
2240
|
-
"
|
|
2241
|
-
"multiple": false,
|
|
2242
|
-
"type": "option"
|
|
2243
|
-
},
|
|
2244
|
-
"component": {
|
|
2245
|
-
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
2246
|
-
"name": "component",
|
|
2247
|
-
"default": "face",
|
|
2248
|
-
"hasDynamicHelp": false,
|
|
2249
|
-
"multiple": false,
|
|
2250
|
-
"options": [
|
|
2251
|
-
"face",
|
|
2252
|
-
"beta",
|
|
2253
|
-
"delta",
|
|
2254
|
-
"epsilon"
|
|
2255
|
-
],
|
|
2256
|
-
"type": "option"
|
|
2257
|
-
},
|
|
2258
|
-
"direction": {
|
|
2259
|
-
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
2260
|
-
"name": "direction",
|
|
2261
|
-
"default": "nearest",
|
|
2262
|
-
"hasDynamicHelp": false,
|
|
2263
|
-
"multiple": false,
|
|
2264
|
-
"options": [
|
|
2265
|
-
"nearest",
|
|
2266
|
-
"furthest"
|
|
2267
|
-
],
|
|
2268
|
-
"type": "option"
|
|
2284
|
+
"yes": {
|
|
2285
|
+
"description": "Skip confirmation",
|
|
2286
|
+
"name": "yes",
|
|
2287
|
+
"allowNo": false,
|
|
2288
|
+
"type": "boolean"
|
|
2269
2289
|
}
|
|
2270
2290
|
},
|
|
2271
2291
|
"hasDynamicHelp": false,
|
|
2272
2292
|
"hiddenAliases": [],
|
|
2273
|
-
"id": "face:
|
|
2293
|
+
"id": "face:delete",
|
|
2274
2294
|
"pluginAlias": "faces-cli",
|
|
2275
2295
|
"pluginName": "faces-cli",
|
|
2276
2296
|
"pluginType": "core",
|
|
@@ -2281,13 +2301,13 @@
|
|
|
2281
2301
|
"dist",
|
|
2282
2302
|
"commands",
|
|
2283
2303
|
"face",
|
|
2284
|
-
"
|
|
2304
|
+
"delete.js"
|
|
2285
2305
|
]
|
|
2286
2306
|
},
|
|
2287
|
-
"face:
|
|
2307
|
+
"face:diff": {
|
|
2288
2308
|
"aliases": [],
|
|
2289
2309
|
"args": {},
|
|
2290
|
-
"description": "
|
|
2310
|
+
"description": "Compare owned faces pairwise across all centroid components",
|
|
2291
2311
|
"flags": {
|
|
2292
2312
|
"json": {
|
|
2293
2313
|
"description": "Format output as json.",
|
|
@@ -2319,11 +2339,19 @@
|
|
|
2319
2339
|
"hasDynamicHelp": false,
|
|
2320
2340
|
"multiple": false,
|
|
2321
2341
|
"type": "option"
|
|
2342
|
+
},
|
|
2343
|
+
"face": {
|
|
2344
|
+
"description": "Face alias to include (repeatable, min 2)",
|
|
2345
|
+
"name": "face",
|
|
2346
|
+
"required": true,
|
|
2347
|
+
"hasDynamicHelp": false,
|
|
2348
|
+
"multiple": true,
|
|
2349
|
+
"type": "option"
|
|
2322
2350
|
}
|
|
2323
2351
|
},
|
|
2324
2352
|
"hasDynamicHelp": false,
|
|
2325
2353
|
"hiddenAliases": [],
|
|
2326
|
-
"id": "face:
|
|
2354
|
+
"id": "face:diff",
|
|
2327
2355
|
"pluginAlias": "faces-cli",
|
|
2328
2356
|
"pluginName": "faces-cli",
|
|
2329
2357
|
"pluginType": "core",
|
|
@@ -2334,10 +2362,10 @@
|
|
|
2334
2362
|
"dist",
|
|
2335
2363
|
"commands",
|
|
2336
2364
|
"face",
|
|
2337
|
-
"
|
|
2365
|
+
"diff.js"
|
|
2338
2366
|
]
|
|
2339
2367
|
},
|
|
2340
|
-
"face:
|
|
2368
|
+
"face:get": {
|
|
2341
2369
|
"aliases": [],
|
|
2342
2370
|
"args": {
|
|
2343
2371
|
"face_id": {
|
|
@@ -2346,7 +2374,7 @@
|
|
|
2346
2374
|
"required": true
|
|
2347
2375
|
}
|
|
2348
2376
|
},
|
|
2349
|
-
"description": "
|
|
2377
|
+
"description": "Get details for a face by alias",
|
|
2350
2378
|
"flags": {
|
|
2351
2379
|
"json": {
|
|
2352
2380
|
"description": "Format output as json.",
|
|
@@ -2378,24 +2406,282 @@
|
|
|
2378
2406
|
"hasDynamicHelp": false,
|
|
2379
2407
|
"multiple": false,
|
|
2380
2408
|
"type": "option"
|
|
2381
|
-
}
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
"
|
|
2397
|
-
|
|
2398
|
-
|
|
2409
|
+
}
|
|
2410
|
+
},
|
|
2411
|
+
"hasDynamicHelp": false,
|
|
2412
|
+
"hiddenAliases": [],
|
|
2413
|
+
"id": "face:get",
|
|
2414
|
+
"pluginAlias": "faces-cli",
|
|
2415
|
+
"pluginName": "faces-cli",
|
|
2416
|
+
"pluginType": "core",
|
|
2417
|
+
"strict": true,
|
|
2418
|
+
"enableJsonFlag": true,
|
|
2419
|
+
"isESM": true,
|
|
2420
|
+
"relativePath": [
|
|
2421
|
+
"dist",
|
|
2422
|
+
"commands",
|
|
2423
|
+
"face",
|
|
2424
|
+
"get.js"
|
|
2425
|
+
]
|
|
2426
|
+
},
|
|
2427
|
+
"face:list": {
|
|
2428
|
+
"aliases": [],
|
|
2429
|
+
"args": {},
|
|
2430
|
+
"description": "List all owned faces",
|
|
2431
|
+
"flags": {
|
|
2432
|
+
"json": {
|
|
2433
|
+
"description": "Format output as json.",
|
|
2434
|
+
"helpGroup": "GLOBAL",
|
|
2435
|
+
"name": "json",
|
|
2436
|
+
"allowNo": false,
|
|
2437
|
+
"type": "boolean"
|
|
2438
|
+
},
|
|
2439
|
+
"base-url": {
|
|
2440
|
+
"description": "API base URL",
|
|
2441
|
+
"env": "FACES_BASE_URL",
|
|
2442
|
+
"name": "base-url",
|
|
2443
|
+
"hasDynamicHelp": false,
|
|
2444
|
+
"multiple": false,
|
|
2445
|
+
"type": "option"
|
|
2446
|
+
},
|
|
2447
|
+
"token": {
|
|
2448
|
+
"description": "JWT bearer token",
|
|
2449
|
+
"env": "FACES_TOKEN",
|
|
2450
|
+
"name": "token",
|
|
2451
|
+
"hasDynamicHelp": false,
|
|
2452
|
+
"multiple": false,
|
|
2453
|
+
"type": "option"
|
|
2454
|
+
},
|
|
2455
|
+
"api-key": {
|
|
2456
|
+
"description": "API key",
|
|
2457
|
+
"env": "FACES_API_KEY",
|
|
2458
|
+
"name": "api-key",
|
|
2459
|
+
"hasDynamicHelp": false,
|
|
2460
|
+
"multiple": false,
|
|
2461
|
+
"type": "option"
|
|
2462
|
+
}
|
|
2463
|
+
},
|
|
2464
|
+
"hasDynamicHelp": false,
|
|
2465
|
+
"hiddenAliases": [],
|
|
2466
|
+
"id": "face:list",
|
|
2467
|
+
"pluginAlias": "faces-cli",
|
|
2468
|
+
"pluginName": "faces-cli",
|
|
2469
|
+
"pluginType": "core",
|
|
2470
|
+
"strict": true,
|
|
2471
|
+
"enableJsonFlag": true,
|
|
2472
|
+
"isESM": true,
|
|
2473
|
+
"relativePath": [
|
|
2474
|
+
"dist",
|
|
2475
|
+
"commands",
|
|
2476
|
+
"face",
|
|
2477
|
+
"list.js"
|
|
2478
|
+
]
|
|
2479
|
+
},
|
|
2480
|
+
"face:neighbors": {
|
|
2481
|
+
"aliases": [],
|
|
2482
|
+
"args": {
|
|
2483
|
+
"face_id": {
|
|
2484
|
+
"description": "Face alias",
|
|
2485
|
+
"name": "face_id",
|
|
2486
|
+
"required": true
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
2490
|
+
"flags": {
|
|
2491
|
+
"json": {
|
|
2492
|
+
"description": "Format output as json.",
|
|
2493
|
+
"helpGroup": "GLOBAL",
|
|
2494
|
+
"name": "json",
|
|
2495
|
+
"allowNo": false,
|
|
2496
|
+
"type": "boolean"
|
|
2497
|
+
},
|
|
2498
|
+
"base-url": {
|
|
2499
|
+
"description": "API base URL",
|
|
2500
|
+
"env": "FACES_BASE_URL",
|
|
2501
|
+
"name": "base-url",
|
|
2502
|
+
"hasDynamicHelp": false,
|
|
2503
|
+
"multiple": false,
|
|
2504
|
+
"type": "option"
|
|
2505
|
+
},
|
|
2506
|
+
"token": {
|
|
2507
|
+
"description": "JWT bearer token",
|
|
2508
|
+
"env": "FACES_TOKEN",
|
|
2509
|
+
"name": "token",
|
|
2510
|
+
"hasDynamicHelp": false,
|
|
2511
|
+
"multiple": false,
|
|
2512
|
+
"type": "option"
|
|
2513
|
+
},
|
|
2514
|
+
"api-key": {
|
|
2515
|
+
"description": "API key",
|
|
2516
|
+
"env": "FACES_API_KEY",
|
|
2517
|
+
"name": "api-key",
|
|
2518
|
+
"hasDynamicHelp": false,
|
|
2519
|
+
"multiple": false,
|
|
2520
|
+
"type": "option"
|
|
2521
|
+
},
|
|
2522
|
+
"k": {
|
|
2523
|
+
"description": "Number of results (1–20)",
|
|
2524
|
+
"name": "k",
|
|
2525
|
+
"default": 5,
|
|
2526
|
+
"hasDynamicHelp": false,
|
|
2527
|
+
"multiple": false,
|
|
2528
|
+
"type": "option"
|
|
2529
|
+
},
|
|
2530
|
+
"component": {
|
|
2531
|
+
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
2532
|
+
"name": "component",
|
|
2533
|
+
"default": "face",
|
|
2534
|
+
"hasDynamicHelp": false,
|
|
2535
|
+
"multiple": false,
|
|
2536
|
+
"options": [
|
|
2537
|
+
"face",
|
|
2538
|
+
"beta",
|
|
2539
|
+
"delta",
|
|
2540
|
+
"epsilon"
|
|
2541
|
+
],
|
|
2542
|
+
"type": "option"
|
|
2543
|
+
},
|
|
2544
|
+
"direction": {
|
|
2545
|
+
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
2546
|
+
"name": "direction",
|
|
2547
|
+
"default": "nearest",
|
|
2548
|
+
"hasDynamicHelp": false,
|
|
2549
|
+
"multiple": false,
|
|
2550
|
+
"options": [
|
|
2551
|
+
"nearest",
|
|
2552
|
+
"furthest"
|
|
2553
|
+
],
|
|
2554
|
+
"type": "option"
|
|
2555
|
+
}
|
|
2556
|
+
},
|
|
2557
|
+
"hasDynamicHelp": false,
|
|
2558
|
+
"hiddenAliases": [],
|
|
2559
|
+
"id": "face:neighbors",
|
|
2560
|
+
"pluginAlias": "faces-cli",
|
|
2561
|
+
"pluginName": "faces-cli",
|
|
2562
|
+
"pluginType": "core",
|
|
2563
|
+
"strict": true,
|
|
2564
|
+
"enableJsonFlag": true,
|
|
2565
|
+
"isESM": true,
|
|
2566
|
+
"relativePath": [
|
|
2567
|
+
"dist",
|
|
2568
|
+
"commands",
|
|
2569
|
+
"face",
|
|
2570
|
+
"neighbors.js"
|
|
2571
|
+
]
|
|
2572
|
+
},
|
|
2573
|
+
"face:stats": {
|
|
2574
|
+
"aliases": [],
|
|
2575
|
+
"args": {},
|
|
2576
|
+
"description": "Compile and chat stats for all owned faces",
|
|
2577
|
+
"flags": {
|
|
2578
|
+
"json": {
|
|
2579
|
+
"description": "Format output as json.",
|
|
2580
|
+
"helpGroup": "GLOBAL",
|
|
2581
|
+
"name": "json",
|
|
2582
|
+
"allowNo": false,
|
|
2583
|
+
"type": "boolean"
|
|
2584
|
+
},
|
|
2585
|
+
"base-url": {
|
|
2586
|
+
"description": "API base URL",
|
|
2587
|
+
"env": "FACES_BASE_URL",
|
|
2588
|
+
"name": "base-url",
|
|
2589
|
+
"hasDynamicHelp": false,
|
|
2590
|
+
"multiple": false,
|
|
2591
|
+
"type": "option"
|
|
2592
|
+
},
|
|
2593
|
+
"token": {
|
|
2594
|
+
"description": "JWT bearer token",
|
|
2595
|
+
"env": "FACES_TOKEN",
|
|
2596
|
+
"name": "token",
|
|
2597
|
+
"hasDynamicHelp": false,
|
|
2598
|
+
"multiple": false,
|
|
2599
|
+
"type": "option"
|
|
2600
|
+
},
|
|
2601
|
+
"api-key": {
|
|
2602
|
+
"description": "API key",
|
|
2603
|
+
"env": "FACES_API_KEY",
|
|
2604
|
+
"name": "api-key",
|
|
2605
|
+
"hasDynamicHelp": false,
|
|
2606
|
+
"multiple": false,
|
|
2607
|
+
"type": "option"
|
|
2608
|
+
}
|
|
2609
|
+
},
|
|
2610
|
+
"hasDynamicHelp": false,
|
|
2611
|
+
"hiddenAliases": [],
|
|
2612
|
+
"id": "face:stats",
|
|
2613
|
+
"pluginAlias": "faces-cli",
|
|
2614
|
+
"pluginName": "faces-cli",
|
|
2615
|
+
"pluginType": "core",
|
|
2616
|
+
"strict": true,
|
|
2617
|
+
"enableJsonFlag": true,
|
|
2618
|
+
"isESM": true,
|
|
2619
|
+
"relativePath": [
|
|
2620
|
+
"dist",
|
|
2621
|
+
"commands",
|
|
2622
|
+
"face",
|
|
2623
|
+
"stats.js"
|
|
2624
|
+
]
|
|
2625
|
+
},
|
|
2626
|
+
"face:update": {
|
|
2627
|
+
"aliases": [],
|
|
2628
|
+
"args": {
|
|
2629
|
+
"face_id": {
|
|
2630
|
+
"description": "Face alias",
|
|
2631
|
+
"name": "face_id",
|
|
2632
|
+
"required": true
|
|
2633
|
+
}
|
|
2634
|
+
},
|
|
2635
|
+
"description": "Update a face's metadata",
|
|
2636
|
+
"flags": {
|
|
2637
|
+
"json": {
|
|
2638
|
+
"description": "Format output as json.",
|
|
2639
|
+
"helpGroup": "GLOBAL",
|
|
2640
|
+
"name": "json",
|
|
2641
|
+
"allowNo": false,
|
|
2642
|
+
"type": "boolean"
|
|
2643
|
+
},
|
|
2644
|
+
"base-url": {
|
|
2645
|
+
"description": "API base URL",
|
|
2646
|
+
"env": "FACES_BASE_URL",
|
|
2647
|
+
"name": "base-url",
|
|
2648
|
+
"hasDynamicHelp": false,
|
|
2649
|
+
"multiple": false,
|
|
2650
|
+
"type": "option"
|
|
2651
|
+
},
|
|
2652
|
+
"token": {
|
|
2653
|
+
"description": "JWT bearer token",
|
|
2654
|
+
"env": "FACES_TOKEN",
|
|
2655
|
+
"name": "token",
|
|
2656
|
+
"hasDynamicHelp": false,
|
|
2657
|
+
"multiple": false,
|
|
2658
|
+
"type": "option"
|
|
2659
|
+
},
|
|
2660
|
+
"api-key": {
|
|
2661
|
+
"description": "API key",
|
|
2662
|
+
"env": "FACES_API_KEY",
|
|
2663
|
+
"name": "api-key",
|
|
2664
|
+
"hasDynamicHelp": false,
|
|
2665
|
+
"multiple": false,
|
|
2666
|
+
"type": "option"
|
|
2667
|
+
},
|
|
2668
|
+
"name": {
|
|
2669
|
+
"description": "New display name",
|
|
2670
|
+
"name": "name",
|
|
2671
|
+
"hasDynamicHelp": false,
|
|
2672
|
+
"multiple": false,
|
|
2673
|
+
"type": "option"
|
|
2674
|
+
},
|
|
2675
|
+
"description": {
|
|
2676
|
+
"description": "Description for local catalog",
|
|
2677
|
+
"name": "description",
|
|
2678
|
+
"hasDynamicHelp": false,
|
|
2679
|
+
"multiple": false,
|
|
2680
|
+
"type": "option"
|
|
2681
|
+
},
|
|
2682
|
+
"default-model": {
|
|
2683
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2684
|
+
"name": "default-model",
|
|
2399
2685
|
"hasDynamicHelp": false,
|
|
2400
2686
|
"multiple": false,
|
|
2401
2687
|
"type": "option"
|
|
@@ -2536,10 +2822,16 @@
|
|
|
2536
2822
|
"upload.js"
|
|
2537
2823
|
]
|
|
2538
2824
|
},
|
|
2539
|
-
"
|
|
2825
|
+
"compile:thread:create": {
|
|
2540
2826
|
"aliases": [],
|
|
2541
|
-
"args": {
|
|
2542
|
-
|
|
2827
|
+
"args": {
|
|
2828
|
+
"face_id": {
|
|
2829
|
+
"description": "Face alias",
|
|
2830
|
+
"name": "face_id",
|
|
2831
|
+
"required": true
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
"description": "Start a new thread for a face",
|
|
2543
2835
|
"flags": {
|
|
2544
2836
|
"json": {
|
|
2545
2837
|
"description": "Format output as json.",
|
|
@@ -2572,46 +2864,83 @@
|
|
|
2572
2864
|
"multiple": false,
|
|
2573
2865
|
"type": "option"
|
|
2574
2866
|
},
|
|
2575
|
-
"
|
|
2576
|
-
"description": "
|
|
2577
|
-
"name": "
|
|
2578
|
-
"required": true,
|
|
2867
|
+
"label": {
|
|
2868
|
+
"description": "Thread label",
|
|
2869
|
+
"name": "label",
|
|
2579
2870
|
"hasDynamicHelp": false,
|
|
2580
2871
|
"multiple": false,
|
|
2581
2872
|
"type": "option"
|
|
2873
|
+
}
|
|
2874
|
+
},
|
|
2875
|
+
"hasDynamicHelp": false,
|
|
2876
|
+
"hiddenAliases": [],
|
|
2877
|
+
"id": "compile:thread:create",
|
|
2878
|
+
"pluginAlias": "faces-cli",
|
|
2879
|
+
"pluginName": "faces-cli",
|
|
2880
|
+
"pluginType": "core",
|
|
2881
|
+
"strict": true,
|
|
2882
|
+
"enableJsonFlag": true,
|
|
2883
|
+
"isESM": true,
|
|
2884
|
+
"relativePath": [
|
|
2885
|
+
"dist",
|
|
2886
|
+
"commands",
|
|
2887
|
+
"compile",
|
|
2888
|
+
"thread",
|
|
2889
|
+
"create.js"
|
|
2890
|
+
]
|
|
2891
|
+
},
|
|
2892
|
+
"compile:thread:delete": {
|
|
2893
|
+
"aliases": [],
|
|
2894
|
+
"args": {
|
|
2895
|
+
"thread_id": {
|
|
2896
|
+
"description": "Thread ID",
|
|
2897
|
+
"name": "thread_id",
|
|
2898
|
+
"required": true
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
"description": "Delete a thread",
|
|
2902
|
+
"flags": {
|
|
2903
|
+
"json": {
|
|
2904
|
+
"description": "Format output as json.",
|
|
2905
|
+
"helpGroup": "GLOBAL",
|
|
2906
|
+
"name": "json",
|
|
2907
|
+
"allowNo": false,
|
|
2908
|
+
"type": "boolean"
|
|
2582
2909
|
},
|
|
2583
|
-
"
|
|
2584
|
-
"description": "
|
|
2585
|
-
"
|
|
2910
|
+
"base-url": {
|
|
2911
|
+
"description": "API base URL",
|
|
2912
|
+
"env": "FACES_BASE_URL",
|
|
2913
|
+
"name": "base-url",
|
|
2586
2914
|
"hasDynamicHelp": false,
|
|
2587
2915
|
"multiple": false,
|
|
2588
2916
|
"type": "option"
|
|
2589
2917
|
},
|
|
2590
|
-
"
|
|
2591
|
-
"description": "
|
|
2592
|
-
"
|
|
2918
|
+
"token": {
|
|
2919
|
+
"description": "JWT bearer token",
|
|
2920
|
+
"env": "FACES_TOKEN",
|
|
2921
|
+
"name": "token",
|
|
2593
2922
|
"hasDynamicHelp": false,
|
|
2594
2923
|
"multiple": false,
|
|
2595
2924
|
"type": "option"
|
|
2596
2925
|
},
|
|
2597
|
-
"
|
|
2598
|
-
"description": "
|
|
2599
|
-
"
|
|
2926
|
+
"api-key": {
|
|
2927
|
+
"description": "API key",
|
|
2928
|
+
"env": "FACES_API_KEY",
|
|
2929
|
+
"name": "api-key",
|
|
2600
2930
|
"hasDynamicHelp": false,
|
|
2601
|
-
"multiple":
|
|
2931
|
+
"multiple": false,
|
|
2602
2932
|
"type": "option"
|
|
2603
2933
|
},
|
|
2604
|
-
"
|
|
2605
|
-
"description": "
|
|
2606
|
-
"name": "
|
|
2607
|
-
"
|
|
2608
|
-
"
|
|
2609
|
-
"type": "option"
|
|
2934
|
+
"yes": {
|
|
2935
|
+
"description": "Skip confirmation",
|
|
2936
|
+
"name": "yes",
|
|
2937
|
+
"allowNo": false,
|
|
2938
|
+
"type": "boolean"
|
|
2610
2939
|
}
|
|
2611
2940
|
},
|
|
2612
2941
|
"hasDynamicHelp": false,
|
|
2613
2942
|
"hiddenAliases": [],
|
|
2614
|
-
"id": "
|
|
2943
|
+
"id": "compile:thread:delete",
|
|
2615
2944
|
"pluginAlias": "faces-cli",
|
|
2616
2945
|
"pluginName": "faces-cli",
|
|
2617
2946
|
"pluginType": "core",
|
|
@@ -2621,14 +2950,21 @@
|
|
|
2621
2950
|
"relativePath": [
|
|
2622
2951
|
"dist",
|
|
2623
2952
|
"commands",
|
|
2624
|
-
"
|
|
2625
|
-
"
|
|
2953
|
+
"compile",
|
|
2954
|
+
"thread",
|
|
2955
|
+
"delete.js"
|
|
2626
2956
|
]
|
|
2627
2957
|
},
|
|
2628
|
-
"
|
|
2958
|
+
"compile:thread:edit": {
|
|
2629
2959
|
"aliases": [],
|
|
2630
|
-
"args": {
|
|
2631
|
-
|
|
2960
|
+
"args": {
|
|
2961
|
+
"thread_id": {
|
|
2962
|
+
"description": "Thread ID",
|
|
2963
|
+
"name": "thread_id",
|
|
2964
|
+
"required": true
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2967
|
+
"description": "Edit a thread (label and/or reassign face speaker)",
|
|
2632
2968
|
"flags": {
|
|
2633
2969
|
"json": {
|
|
2634
2970
|
"description": "Format output as json.",
|
|
@@ -2660,11 +2996,25 @@
|
|
|
2660
2996
|
"hasDynamicHelp": false,
|
|
2661
2997
|
"multiple": false,
|
|
2662
2998
|
"type": "option"
|
|
2999
|
+
},
|
|
3000
|
+
"label": {
|
|
3001
|
+
"description": "New thread label",
|
|
3002
|
+
"name": "label",
|
|
3003
|
+
"hasDynamicHelp": false,
|
|
3004
|
+
"multiple": false,
|
|
3005
|
+
"type": "option"
|
|
3006
|
+
},
|
|
3007
|
+
"face-speaker": {
|
|
3008
|
+
"description": "Reassign face speaker: set this speaker to role=user, all others to role=assistant",
|
|
3009
|
+
"name": "face-speaker",
|
|
3010
|
+
"hasDynamicHelp": false,
|
|
3011
|
+
"multiple": false,
|
|
3012
|
+
"type": "option"
|
|
2663
3013
|
}
|
|
2664
3014
|
},
|
|
2665
3015
|
"hasDynamicHelp": false,
|
|
2666
3016
|
"hiddenAliases": [],
|
|
2667
|
-
"id": "
|
|
3017
|
+
"id": "compile:thread:edit",
|
|
2668
3018
|
"pluginAlias": "faces-cli",
|
|
2669
3019
|
"pluginName": "faces-cli",
|
|
2670
3020
|
"pluginType": "core",
|
|
@@ -2674,20 +3024,21 @@
|
|
|
2674
3024
|
"relativePath": [
|
|
2675
3025
|
"dist",
|
|
2676
3026
|
"commands",
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
3027
|
+
"compile",
|
|
3028
|
+
"thread",
|
|
3029
|
+
"edit.js"
|
|
2679
3030
|
]
|
|
2680
3031
|
},
|
|
2681
|
-
"
|
|
3032
|
+
"compile:thread:get": {
|
|
2682
3033
|
"aliases": [],
|
|
2683
3034
|
"args": {
|
|
2684
|
-
"
|
|
2685
|
-
"description": "
|
|
2686
|
-
"name": "
|
|
3035
|
+
"thread_id": {
|
|
3036
|
+
"description": "Thread ID",
|
|
3037
|
+
"name": "thread_id",
|
|
2687
3038
|
"required": true
|
|
2688
3039
|
}
|
|
2689
3040
|
},
|
|
2690
|
-
"description": "
|
|
3041
|
+
"description": "Get a thread by ID",
|
|
2691
3042
|
"flags": {
|
|
2692
3043
|
"json": {
|
|
2693
3044
|
"description": "Format output as json.",
|
|
@@ -2719,17 +3070,71 @@
|
|
|
2719
3070
|
"hasDynamicHelp": false,
|
|
2720
3071
|
"multiple": false,
|
|
2721
3072
|
"type": "option"
|
|
2722
|
-
}
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
3075
|
+
"hasDynamicHelp": false,
|
|
3076
|
+
"hiddenAliases": [],
|
|
3077
|
+
"id": "compile:thread:get",
|
|
3078
|
+
"pluginAlias": "faces-cli",
|
|
3079
|
+
"pluginName": "faces-cli",
|
|
3080
|
+
"pluginType": "core",
|
|
3081
|
+
"strict": true,
|
|
3082
|
+
"enableJsonFlag": true,
|
|
3083
|
+
"isESM": true,
|
|
3084
|
+
"relativePath": [
|
|
3085
|
+
"dist",
|
|
3086
|
+
"commands",
|
|
3087
|
+
"compile",
|
|
3088
|
+
"thread",
|
|
3089
|
+
"get.js"
|
|
3090
|
+
]
|
|
3091
|
+
},
|
|
3092
|
+
"compile:thread:list": {
|
|
3093
|
+
"aliases": [],
|
|
3094
|
+
"args": {
|
|
3095
|
+
"face_id": {
|
|
3096
|
+
"description": "Face alias",
|
|
3097
|
+
"name": "face_id",
|
|
3098
|
+
"required": true
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
3101
|
+
"description": "List threads for a face",
|
|
3102
|
+
"flags": {
|
|
3103
|
+
"json": {
|
|
3104
|
+
"description": "Format output as json.",
|
|
3105
|
+
"helpGroup": "GLOBAL",
|
|
3106
|
+
"name": "json",
|
|
2726
3107
|
"allowNo": false,
|
|
2727
3108
|
"type": "boolean"
|
|
3109
|
+
},
|
|
3110
|
+
"base-url": {
|
|
3111
|
+
"description": "API base URL",
|
|
3112
|
+
"env": "FACES_BASE_URL",
|
|
3113
|
+
"name": "base-url",
|
|
3114
|
+
"hasDynamicHelp": false,
|
|
3115
|
+
"multiple": false,
|
|
3116
|
+
"type": "option"
|
|
3117
|
+
},
|
|
3118
|
+
"token": {
|
|
3119
|
+
"description": "JWT bearer token",
|
|
3120
|
+
"env": "FACES_TOKEN",
|
|
3121
|
+
"name": "token",
|
|
3122
|
+
"hasDynamicHelp": false,
|
|
3123
|
+
"multiple": false,
|
|
3124
|
+
"type": "option"
|
|
3125
|
+
},
|
|
3126
|
+
"api-key": {
|
|
3127
|
+
"description": "API key",
|
|
3128
|
+
"env": "FACES_API_KEY",
|
|
3129
|
+
"name": "api-key",
|
|
3130
|
+
"hasDynamicHelp": false,
|
|
3131
|
+
"multiple": false,
|
|
3132
|
+
"type": "option"
|
|
2728
3133
|
}
|
|
2729
3134
|
},
|
|
2730
3135
|
"hasDynamicHelp": false,
|
|
2731
3136
|
"hiddenAliases": [],
|
|
2732
|
-
"id": "
|
|
3137
|
+
"id": "compile:thread:list",
|
|
2733
3138
|
"pluginAlias": "faces-cli",
|
|
2734
3139
|
"pluginName": "faces-cli",
|
|
2735
3140
|
"pluginType": "core",
|
|
@@ -2739,20 +3144,21 @@
|
|
|
2739
3144
|
"relativePath": [
|
|
2740
3145
|
"dist",
|
|
2741
3146
|
"commands",
|
|
2742
|
-
"
|
|
2743
|
-
"
|
|
3147
|
+
"compile",
|
|
3148
|
+
"thread",
|
|
3149
|
+
"list.js"
|
|
2744
3150
|
]
|
|
2745
3151
|
},
|
|
2746
|
-
"
|
|
3152
|
+
"compile:thread:make": {
|
|
2747
3153
|
"aliases": [],
|
|
2748
3154
|
"args": {
|
|
2749
|
-
"
|
|
2750
|
-
"description": "
|
|
2751
|
-
"name": "
|
|
3155
|
+
"thread_id": {
|
|
3156
|
+
"description": "Thread ID",
|
|
3157
|
+
"name": "thread_id",
|
|
2752
3158
|
"required": true
|
|
2753
3159
|
}
|
|
2754
3160
|
},
|
|
2755
|
-
"description": "
|
|
3161
|
+
"description": "Compile an existing thread (prepare + sync in one step)",
|
|
2756
3162
|
"flags": {
|
|
2757
3163
|
"json": {
|
|
2758
3164
|
"description": "Format output as json.",
|
|
@@ -2785,30 +3191,24 @@
|
|
|
2785
3191
|
"multiple": false,
|
|
2786
3192
|
"type": "option"
|
|
2787
3193
|
},
|
|
2788
|
-
"
|
|
2789
|
-
"description": "
|
|
2790
|
-
"name": "
|
|
2791
|
-
"
|
|
2792
|
-
"multiple": false,
|
|
2793
|
-
"type": "option"
|
|
2794
|
-
},
|
|
2795
|
-
"budget": {
|
|
2796
|
-
"description": "New spend budget in USD",
|
|
2797
|
-
"name": "budget",
|
|
3194
|
+
"timeout": {
|
|
3195
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
3196
|
+
"name": "timeout",
|
|
3197
|
+
"default": 600,
|
|
2798
3198
|
"hasDynamicHelp": false,
|
|
2799
3199
|
"multiple": false,
|
|
2800
3200
|
"type": "option"
|
|
2801
3201
|
},
|
|
2802
|
-
"
|
|
2803
|
-
"description": "
|
|
2804
|
-
"name": "
|
|
3202
|
+
"no-wait": {
|
|
3203
|
+
"description": "Return immediately after triggering compilation. Prints the thread ID for manual polling.",
|
|
3204
|
+
"name": "no-wait",
|
|
2805
3205
|
"allowNo": false,
|
|
2806
3206
|
"type": "boolean"
|
|
2807
3207
|
}
|
|
2808
3208
|
},
|
|
2809
3209
|
"hasDynamicHelp": false,
|
|
2810
3210
|
"hiddenAliases": [],
|
|
2811
|
-
"id": "
|
|
3211
|
+
"id": "compile:thread:make",
|
|
2812
3212
|
"pluginAlias": "faces-cli",
|
|
2813
3213
|
"pluginName": "faces-cli",
|
|
2814
3214
|
"pluginType": "core",
|
|
@@ -2818,20 +3218,21 @@
|
|
|
2818
3218
|
"relativePath": [
|
|
2819
3219
|
"dist",
|
|
2820
3220
|
"commands",
|
|
2821
|
-
"
|
|
2822
|
-
"
|
|
3221
|
+
"compile",
|
|
3222
|
+
"thread",
|
|
3223
|
+
"make.js"
|
|
2823
3224
|
]
|
|
2824
3225
|
},
|
|
2825
|
-
"compile:
|
|
3226
|
+
"compile:thread:message": {
|
|
2826
3227
|
"aliases": [],
|
|
2827
3228
|
"args": {
|
|
2828
|
-
"
|
|
2829
|
-
"description": "
|
|
2830
|
-
"name": "
|
|
3229
|
+
"thread_id": {
|
|
3230
|
+
"description": "Thread ID",
|
|
3231
|
+
"name": "thread_id",
|
|
2831
3232
|
"required": true
|
|
2832
3233
|
}
|
|
2833
3234
|
},
|
|
2834
|
-
"description": "
|
|
3235
|
+
"description": "Send a user message to a thread",
|
|
2835
3236
|
"flags": {
|
|
2836
3237
|
"json": {
|
|
2837
3238
|
"description": "Format output as json.",
|
|
@@ -2864,43 +3265,19 @@
|
|
|
2864
3265
|
"multiple": false,
|
|
2865
3266
|
"type": "option"
|
|
2866
3267
|
},
|
|
2867
|
-
"
|
|
2868
|
-
"
|
|
2869
|
-
"
|
|
2870
|
-
"
|
|
2871
|
-
"
|
|
2872
|
-
"type": "option"
|
|
2873
|
-
},
|
|
2874
|
-
"content": {
|
|
2875
|
-
"description": "Inline text content",
|
|
2876
|
-
"name": "content",
|
|
2877
|
-
"hasDynamicHelp": false,
|
|
2878
|
-
"multiple": false,
|
|
2879
|
-
"type": "option"
|
|
2880
|
-
},
|
|
2881
|
-
"file": {
|
|
2882
|
-
"description": "Read content from file",
|
|
2883
|
-
"name": "file",
|
|
2884
|
-
"hasDynamicHelp": false,
|
|
2885
|
-
"multiple": false,
|
|
2886
|
-
"type": "option"
|
|
2887
|
-
},
|
|
2888
|
-
"perspective": {
|
|
2889
|
-
"description": "Perspective (first-person or third-person)",
|
|
2890
|
-
"name": "perspective",
|
|
2891
|
-
"default": "first-person",
|
|
3268
|
+
"message": {
|
|
3269
|
+
"char": "m",
|
|
3270
|
+
"description": "User message to append",
|
|
3271
|
+
"name": "message",
|
|
3272
|
+
"required": true,
|
|
2892
3273
|
"hasDynamicHelp": false,
|
|
2893
3274
|
"multiple": false,
|
|
2894
|
-
"options": [
|
|
2895
|
-
"first-person",
|
|
2896
|
-
"third-person"
|
|
2897
|
-
],
|
|
2898
3275
|
"type": "option"
|
|
2899
3276
|
}
|
|
2900
3277
|
},
|
|
2901
3278
|
"hasDynamicHelp": false,
|
|
2902
3279
|
"hiddenAliases": [],
|
|
2903
|
-
"id": "compile:
|
|
3280
|
+
"id": "compile:thread:message",
|
|
2904
3281
|
"pluginAlias": "faces-cli",
|
|
2905
3282
|
"pluginName": "faces-cli",
|
|
2906
3283
|
"pluginType": "core",
|
|
@@ -2911,20 +3288,20 @@
|
|
|
2911
3288
|
"dist",
|
|
2912
3289
|
"commands",
|
|
2913
3290
|
"compile",
|
|
2914
|
-
"
|
|
2915
|
-
"
|
|
3291
|
+
"thread",
|
|
3292
|
+
"message.js"
|
|
2916
3293
|
]
|
|
2917
3294
|
},
|
|
2918
|
-
"compile:
|
|
3295
|
+
"compile:thread:pause": {
|
|
2919
3296
|
"aliases": [],
|
|
2920
3297
|
"args": {
|
|
2921
|
-
"
|
|
2922
|
-
"description": "
|
|
2923
|
-
"name": "
|
|
3298
|
+
"thread_id": {
|
|
3299
|
+
"description": "Thread ID",
|
|
3300
|
+
"name": "thread_id",
|
|
2924
3301
|
"required": true
|
|
2925
3302
|
}
|
|
2926
3303
|
},
|
|
2927
|
-
"description": "
|
|
3304
|
+
"description": "Pause a running thread compilation (preserves progress, resume with make)",
|
|
2928
3305
|
"flags": {
|
|
2929
3306
|
"json": {
|
|
2930
3307
|
"description": "Format output as json.",
|
|
@@ -2960,7 +3337,7 @@
|
|
|
2960
3337
|
},
|
|
2961
3338
|
"hasDynamicHelp": false,
|
|
2962
3339
|
"hiddenAliases": [],
|
|
2963
|
-
"id": "compile:
|
|
3340
|
+
"id": "compile:thread:pause",
|
|
2964
3341
|
"pluginAlias": "faces-cli",
|
|
2965
3342
|
"pluginName": "faces-cli",
|
|
2966
3343
|
"pluginType": "core",
|
|
@@ -2971,20 +3348,20 @@
|
|
|
2971
3348
|
"dist",
|
|
2972
3349
|
"commands",
|
|
2973
3350
|
"compile",
|
|
2974
|
-
"
|
|
2975
|
-
"
|
|
3351
|
+
"thread",
|
|
3352
|
+
"pause.js"
|
|
2976
3353
|
]
|
|
2977
3354
|
},
|
|
2978
|
-
"compile:
|
|
3355
|
+
"compile:thread:reset": {
|
|
2979
3356
|
"aliases": [],
|
|
2980
3357
|
"args": {
|
|
2981
|
-
"
|
|
2982
|
-
"description": "
|
|
2983
|
-
"name": "
|
|
3358
|
+
"thread_id": {
|
|
3359
|
+
"description": "Thread ID",
|
|
3360
|
+
"name": "thread_id",
|
|
2984
3361
|
"required": true
|
|
2985
3362
|
}
|
|
2986
3363
|
},
|
|
2987
|
-
"description": "
|
|
3364
|
+
"description": "Reset thread compilation progress (wipe extraction, keep source messages)",
|
|
2988
3365
|
"flags": {
|
|
2989
3366
|
"json": {
|
|
2990
3367
|
"description": "Format output as json.",
|
|
@@ -3017,42 +3394,16 @@
|
|
|
3017
3394
|
"multiple": false,
|
|
3018
3395
|
"type": "option"
|
|
3019
3396
|
},
|
|
3020
|
-
"
|
|
3021
|
-
"description": "
|
|
3022
|
-
"name": "
|
|
3023
|
-
"
|
|
3024
|
-
"
|
|
3025
|
-
"type": "option"
|
|
3026
|
-
},
|
|
3027
|
-
"content": {
|
|
3028
|
-
"description": "New inline text content",
|
|
3029
|
-
"name": "content",
|
|
3030
|
-
"hasDynamicHelp": false,
|
|
3031
|
-
"multiple": false,
|
|
3032
|
-
"type": "option"
|
|
3033
|
-
},
|
|
3034
|
-
"file": {
|
|
3035
|
-
"description": "Read new content from file",
|
|
3036
|
-
"name": "file",
|
|
3037
|
-
"hasDynamicHelp": false,
|
|
3038
|
-
"multiple": false,
|
|
3039
|
-
"type": "option"
|
|
3040
|
-
},
|
|
3041
|
-
"perspective": {
|
|
3042
|
-
"description": "Perspective (first-person or third-person)",
|
|
3043
|
-
"name": "perspective",
|
|
3044
|
-
"hasDynamicHelp": false,
|
|
3045
|
-
"multiple": false,
|
|
3046
|
-
"options": [
|
|
3047
|
-
"first-person",
|
|
3048
|
-
"third-person"
|
|
3049
|
-
],
|
|
3050
|
-
"type": "option"
|
|
3397
|
+
"yes": {
|
|
3398
|
+
"description": "Skip confirmation",
|
|
3399
|
+
"name": "yes",
|
|
3400
|
+
"allowNo": false,
|
|
3401
|
+
"type": "boolean"
|
|
3051
3402
|
}
|
|
3052
3403
|
},
|
|
3053
3404
|
"hasDynamicHelp": false,
|
|
3054
3405
|
"hiddenAliases": [],
|
|
3055
|
-
"id": "compile:
|
|
3406
|
+
"id": "compile:thread:reset",
|
|
3056
3407
|
"pluginAlias": "faces-cli",
|
|
3057
3408
|
"pluginName": "faces-cli",
|
|
3058
3409
|
"pluginType": "core",
|
|
@@ -3063,20 +3414,20 @@
|
|
|
3063
3414
|
"dist",
|
|
3064
3415
|
"commands",
|
|
3065
3416
|
"compile",
|
|
3066
|
-
"
|
|
3067
|
-
"
|
|
3417
|
+
"thread",
|
|
3418
|
+
"reset.js"
|
|
3068
3419
|
]
|
|
3069
3420
|
},
|
|
3070
|
-
"compile:
|
|
3421
|
+
"compile:thread:sync": {
|
|
3071
3422
|
"aliases": [],
|
|
3072
3423
|
"args": {
|
|
3073
|
-
"
|
|
3074
|
-
"description": "
|
|
3075
|
-
"name": "
|
|
3424
|
+
"thread_id": {
|
|
3425
|
+
"description": "Thread ID",
|
|
3426
|
+
"name": "thread_id",
|
|
3076
3427
|
"required": true
|
|
3077
3428
|
}
|
|
3078
3429
|
},
|
|
3079
|
-
"description": "
|
|
3430
|
+
"description": "Archive and sync a thread into a face",
|
|
3080
3431
|
"flags": {
|
|
3081
3432
|
"json": {
|
|
3082
3433
|
"description": "Format output as json.",
|
|
@@ -3112,7 +3463,7 @@
|
|
|
3112
3463
|
},
|
|
3113
3464
|
"hasDynamicHelp": false,
|
|
3114
3465
|
"hiddenAliases": [],
|
|
3115
|
-
"id": "compile:
|
|
3466
|
+
"id": "compile:thread:sync",
|
|
3116
3467
|
"pluginAlias": "faces-cli",
|
|
3117
3468
|
"pluginName": "faces-cli",
|
|
3118
3469
|
"pluginType": "core",
|
|
@@ -3123,11 +3474,11 @@
|
|
|
3123
3474
|
"dist",
|
|
3124
3475
|
"commands",
|
|
3125
3476
|
"compile",
|
|
3126
|
-
"
|
|
3127
|
-
"
|
|
3477
|
+
"thread",
|
|
3478
|
+
"sync.js"
|
|
3128
3479
|
]
|
|
3129
3480
|
},
|
|
3130
|
-
"compile:doc": {
|
|
3481
|
+
"compile:doc:create": {
|
|
3131
3482
|
"aliases": [],
|
|
3132
3483
|
"args": {
|
|
3133
3484
|
"face_id": {
|
|
@@ -3136,7 +3487,7 @@
|
|
|
3136
3487
|
"required": true
|
|
3137
3488
|
}
|
|
3138
3489
|
},
|
|
3139
|
-
"description": "
|
|
3490
|
+
"description": "Submit a document to a face",
|
|
3140
3491
|
"flags": {
|
|
3141
3492
|
"json": {
|
|
3142
3493
|
"description": "Format output as json.",
|
|
@@ -3189,97 +3540,23 @@
|
|
|
3189
3540
|
"hasDynamicHelp": false,
|
|
3190
3541
|
"multiple": false,
|
|
3191
3542
|
"type": "option"
|
|
3192
|
-
},
|
|
3193
|
-
"perspective": {
|
|
3194
|
-
"description": "Perspective",
|
|
3195
|
-
"name": "perspective",
|
|
3196
|
-
"default": "first-person",
|
|
3197
|
-
"hasDynamicHelp": false,
|
|
3198
|
-
"multiple": false,
|
|
3199
|
-
"options": [
|
|
3200
|
-
"first-person",
|
|
3201
|
-
"third-person"
|
|
3202
|
-
],
|
|
3203
|
-
"type": "option"
|
|
3204
|
-
},
|
|
3205
|
-
"timeout": {
|
|
3206
|
-
"description": "Compile timeout in seconds (default: 600)",
|
|
3207
|
-
"name": "timeout",
|
|
3208
|
-
"default": 600,
|
|
3209
|
-
"hasDynamicHelp": false,
|
|
3210
|
-
"multiple": false,
|
|
3211
|
-
"type": "option"
|
|
3212
|
-
},
|
|
3213
|
-
"no-wait": {
|
|
3214
|
-
"description": "Create and trigger compilation, then return immediately without polling.",
|
|
3215
|
-
"name": "no-wait",
|
|
3216
|
-
"allowNo": false,
|
|
3217
|
-
"type": "boolean"
|
|
3218
|
-
}
|
|
3219
|
-
},
|
|
3220
|
-
"hasDynamicHelp": false,
|
|
3221
|
-
"hiddenAliases": [],
|
|
3222
|
-
"id": "compile:doc",
|
|
3223
|
-
"pluginAlias": "faces-cli",
|
|
3224
|
-
"pluginName": "faces-cli",
|
|
3225
|
-
"pluginType": "core",
|
|
3226
|
-
"strict": true,
|
|
3227
|
-
"enableJsonFlag": true,
|
|
3228
|
-
"isESM": true,
|
|
3229
|
-
"relativePath": [
|
|
3230
|
-
"dist",
|
|
3231
|
-
"commands",
|
|
3232
|
-
"compile",
|
|
3233
|
-
"doc",
|
|
3234
|
-
"index.js"
|
|
3235
|
-
]
|
|
3236
|
-
},
|
|
3237
|
-
"compile:doc:list": {
|
|
3238
|
-
"aliases": [],
|
|
3239
|
-
"args": {
|
|
3240
|
-
"face_id": {
|
|
3241
|
-
"description": "Face alias",
|
|
3242
|
-
"name": "face_id",
|
|
3243
|
-
"required": true
|
|
3244
|
-
}
|
|
3245
|
-
},
|
|
3246
|
-
"description": "List documents for a face",
|
|
3247
|
-
"flags": {
|
|
3248
|
-
"json": {
|
|
3249
|
-
"description": "Format output as json.",
|
|
3250
|
-
"helpGroup": "GLOBAL",
|
|
3251
|
-
"name": "json",
|
|
3252
|
-
"allowNo": false,
|
|
3253
|
-
"type": "boolean"
|
|
3254
|
-
},
|
|
3255
|
-
"base-url": {
|
|
3256
|
-
"description": "API base URL",
|
|
3257
|
-
"env": "FACES_BASE_URL",
|
|
3258
|
-
"name": "base-url",
|
|
3259
|
-
"hasDynamicHelp": false,
|
|
3260
|
-
"multiple": false,
|
|
3261
|
-
"type": "option"
|
|
3262
|
-
},
|
|
3263
|
-
"token": {
|
|
3264
|
-
"description": "JWT bearer token",
|
|
3265
|
-
"env": "FACES_TOKEN",
|
|
3266
|
-
"name": "token",
|
|
3267
|
-
"hasDynamicHelp": false,
|
|
3268
|
-
"multiple": false,
|
|
3269
|
-
"type": "option"
|
|
3270
|
-
},
|
|
3271
|
-
"api-key": {
|
|
3272
|
-
"description": "API key",
|
|
3273
|
-
"env": "FACES_API_KEY",
|
|
3274
|
-
"name": "api-key",
|
|
3543
|
+
},
|
|
3544
|
+
"perspective": {
|
|
3545
|
+
"description": "Perspective (first-person or third-person)",
|
|
3546
|
+
"name": "perspective",
|
|
3547
|
+
"default": "first-person",
|
|
3275
3548
|
"hasDynamicHelp": false,
|
|
3276
3549
|
"multiple": false,
|
|
3550
|
+
"options": [
|
|
3551
|
+
"first-person",
|
|
3552
|
+
"third-person"
|
|
3553
|
+
],
|
|
3277
3554
|
"type": "option"
|
|
3278
3555
|
}
|
|
3279
3556
|
},
|
|
3280
3557
|
"hasDynamicHelp": false,
|
|
3281
3558
|
"hiddenAliases": [],
|
|
3282
|
-
"id": "compile:doc:
|
|
3559
|
+
"id": "compile:doc:create",
|
|
3283
3560
|
"pluginAlias": "faces-cli",
|
|
3284
3561
|
"pluginName": "faces-cli",
|
|
3285
3562
|
"pluginType": "core",
|
|
@@ -3291,10 +3568,10 @@
|
|
|
3291
3568
|
"commands",
|
|
3292
3569
|
"compile",
|
|
3293
3570
|
"doc",
|
|
3294
|
-
"
|
|
3571
|
+
"create.js"
|
|
3295
3572
|
]
|
|
3296
3573
|
},
|
|
3297
|
-
"compile:doc:
|
|
3574
|
+
"compile:doc:delete": {
|
|
3298
3575
|
"aliases": [],
|
|
3299
3576
|
"args": {
|
|
3300
3577
|
"doc_id": {
|
|
@@ -3303,7 +3580,7 @@
|
|
|
3303
3580
|
"required": true
|
|
3304
3581
|
}
|
|
3305
3582
|
},
|
|
3306
|
-
"description": "
|
|
3583
|
+
"description": "Delete a document",
|
|
3307
3584
|
"flags": {
|
|
3308
3585
|
"json": {
|
|
3309
3586
|
"description": "Format output as json.",
|
|
@@ -3335,25 +3612,11 @@
|
|
|
3335
3612
|
"hasDynamicHelp": false,
|
|
3336
3613
|
"multiple": false,
|
|
3337
3614
|
"type": "option"
|
|
3338
|
-
},
|
|
3339
|
-
"timeout": {
|
|
3340
|
-
"description": "Compile timeout in seconds (default: 600)",
|
|
3341
|
-
"name": "timeout",
|
|
3342
|
-
"default": 600,
|
|
3343
|
-
"hasDynamicHelp": false,
|
|
3344
|
-
"multiple": false,
|
|
3345
|
-
"type": "option"
|
|
3346
|
-
},
|
|
3347
|
-
"no-wait": {
|
|
3348
|
-
"description": "Return immediately after triggering compilation. Prints the document ID for manual polling.",
|
|
3349
|
-
"name": "no-wait",
|
|
3350
|
-
"allowNo": false,
|
|
3351
|
-
"type": "boolean"
|
|
3352
3615
|
}
|
|
3353
3616
|
},
|
|
3354
3617
|
"hasDynamicHelp": false,
|
|
3355
3618
|
"hiddenAliases": [],
|
|
3356
|
-
"id": "compile:doc:
|
|
3619
|
+
"id": "compile:doc:delete",
|
|
3357
3620
|
"pluginAlias": "faces-cli",
|
|
3358
3621
|
"pluginName": "faces-cli",
|
|
3359
3622
|
"pluginType": "core",
|
|
@@ -3365,19 +3628,19 @@
|
|
|
3365
3628
|
"commands",
|
|
3366
3629
|
"compile",
|
|
3367
3630
|
"doc",
|
|
3368
|
-
"
|
|
3631
|
+
"delete.js"
|
|
3369
3632
|
]
|
|
3370
3633
|
},
|
|
3371
|
-
"compile:
|
|
3634
|
+
"compile:doc:edit": {
|
|
3372
3635
|
"aliases": [],
|
|
3373
3636
|
"args": {
|
|
3374
|
-
"
|
|
3375
|
-
"description": "
|
|
3376
|
-
"name": "
|
|
3637
|
+
"doc_id": {
|
|
3638
|
+
"description": "Document ID",
|
|
3639
|
+
"name": "doc_id",
|
|
3377
3640
|
"required": true
|
|
3378
3641
|
}
|
|
3379
3642
|
},
|
|
3380
|
-
"description": "
|
|
3643
|
+
"description": "Edit a document (label, content, or perspective)",
|
|
3381
3644
|
"flags": {
|
|
3382
3645
|
"json": {
|
|
3383
3646
|
"description": "Format output as json.",
|
|
@@ -3411,16 +3674,41 @@
|
|
|
3411
3674
|
"type": "option"
|
|
3412
3675
|
},
|
|
3413
3676
|
"label": {
|
|
3414
|
-
"description": "
|
|
3677
|
+
"description": "New label/title",
|
|
3415
3678
|
"name": "label",
|
|
3416
3679
|
"hasDynamicHelp": false,
|
|
3417
3680
|
"multiple": false,
|
|
3418
3681
|
"type": "option"
|
|
3682
|
+
},
|
|
3683
|
+
"content": {
|
|
3684
|
+
"description": "New inline text content",
|
|
3685
|
+
"name": "content",
|
|
3686
|
+
"hasDynamicHelp": false,
|
|
3687
|
+
"multiple": false,
|
|
3688
|
+
"type": "option"
|
|
3689
|
+
},
|
|
3690
|
+
"file": {
|
|
3691
|
+
"description": "Read new content from file",
|
|
3692
|
+
"name": "file",
|
|
3693
|
+
"hasDynamicHelp": false,
|
|
3694
|
+
"multiple": false,
|
|
3695
|
+
"type": "option"
|
|
3696
|
+
},
|
|
3697
|
+
"perspective": {
|
|
3698
|
+
"description": "Perspective (first-person or third-person)",
|
|
3699
|
+
"name": "perspective",
|
|
3700
|
+
"hasDynamicHelp": false,
|
|
3701
|
+
"multiple": false,
|
|
3702
|
+
"options": [
|
|
3703
|
+
"first-person",
|
|
3704
|
+
"third-person"
|
|
3705
|
+
],
|
|
3706
|
+
"type": "option"
|
|
3419
3707
|
}
|
|
3420
3708
|
},
|
|
3421
3709
|
"hasDynamicHelp": false,
|
|
3422
3710
|
"hiddenAliases": [],
|
|
3423
|
-
"id": "compile:
|
|
3711
|
+
"id": "compile:doc:edit",
|
|
3424
3712
|
"pluginAlias": "faces-cli",
|
|
3425
3713
|
"pluginName": "faces-cli",
|
|
3426
3714
|
"pluginType": "core",
|
|
@@ -3431,20 +3719,20 @@
|
|
|
3431
3719
|
"dist",
|
|
3432
3720
|
"commands",
|
|
3433
3721
|
"compile",
|
|
3434
|
-
"
|
|
3435
|
-
"
|
|
3722
|
+
"doc",
|
|
3723
|
+
"edit.js"
|
|
3436
3724
|
]
|
|
3437
3725
|
},
|
|
3438
|
-
"compile:
|
|
3726
|
+
"compile:doc:get": {
|
|
3439
3727
|
"aliases": [],
|
|
3440
3728
|
"args": {
|
|
3441
|
-
"
|
|
3442
|
-
"description": "
|
|
3443
|
-
"name": "
|
|
3729
|
+
"doc_id": {
|
|
3730
|
+
"description": "Document ID",
|
|
3731
|
+
"name": "doc_id",
|
|
3444
3732
|
"required": true
|
|
3445
3733
|
}
|
|
3446
3734
|
},
|
|
3447
|
-
"description": "
|
|
3735
|
+
"description": "Get a document by ID",
|
|
3448
3736
|
"flags": {
|
|
3449
3737
|
"json": {
|
|
3450
3738
|
"description": "Format output as json.",
|
|
@@ -3476,17 +3764,11 @@
|
|
|
3476
3764
|
"hasDynamicHelp": false,
|
|
3477
3765
|
"multiple": false,
|
|
3478
3766
|
"type": "option"
|
|
3479
|
-
},
|
|
3480
|
-
"yes": {
|
|
3481
|
-
"description": "Skip confirmation",
|
|
3482
|
-
"name": "yes",
|
|
3483
|
-
"allowNo": false,
|
|
3484
|
-
"type": "boolean"
|
|
3485
3767
|
}
|
|
3486
3768
|
},
|
|
3487
3769
|
"hasDynamicHelp": false,
|
|
3488
3770
|
"hiddenAliases": [],
|
|
3489
|
-
"id": "compile:
|
|
3771
|
+
"id": "compile:doc:get",
|
|
3490
3772
|
"pluginAlias": "faces-cli",
|
|
3491
3773
|
"pluginName": "faces-cli",
|
|
3492
3774
|
"pluginType": "core",
|
|
@@ -3497,20 +3779,20 @@
|
|
|
3497
3779
|
"dist",
|
|
3498
3780
|
"commands",
|
|
3499
3781
|
"compile",
|
|
3500
|
-
"
|
|
3501
|
-
"
|
|
3782
|
+
"doc",
|
|
3783
|
+
"get.js"
|
|
3502
3784
|
]
|
|
3503
3785
|
},
|
|
3504
|
-
"compile:
|
|
3786
|
+
"compile:doc": {
|
|
3505
3787
|
"aliases": [],
|
|
3506
3788
|
"args": {
|
|
3507
|
-
"
|
|
3508
|
-
"description": "
|
|
3509
|
-
"name": "
|
|
3789
|
+
"face_id": {
|
|
3790
|
+
"description": "Face alias",
|
|
3791
|
+
"name": "face_id",
|
|
3510
3792
|
"required": true
|
|
3511
3793
|
}
|
|
3512
3794
|
},
|
|
3513
|
-
"description": "
|
|
3795
|
+
"description": "Compile a document into a face (create → make in one step)",
|
|
3514
3796
|
"flags": {
|
|
3515
3797
|
"json": {
|
|
3516
3798
|
"description": "Format output as json.",
|
|
@@ -3544,83 +3826,56 @@
|
|
|
3544
3826
|
"type": "option"
|
|
3545
3827
|
},
|
|
3546
3828
|
"label": {
|
|
3547
|
-
"description": "
|
|
3829
|
+
"description": "Document label/title",
|
|
3548
3830
|
"name": "label",
|
|
3549
3831
|
"hasDynamicHelp": false,
|
|
3550
3832
|
"multiple": false,
|
|
3551
3833
|
"type": "option"
|
|
3552
3834
|
},
|
|
3553
|
-
"
|
|
3554
|
-
"description": "
|
|
3555
|
-
"name": "
|
|
3835
|
+
"content": {
|
|
3836
|
+
"description": "Inline text content",
|
|
3837
|
+
"name": "content",
|
|
3556
3838
|
"hasDynamicHelp": false,
|
|
3557
3839
|
"multiple": false,
|
|
3558
3840
|
"type": "option"
|
|
3559
|
-
}
|
|
3560
|
-
},
|
|
3561
|
-
"hasDynamicHelp": false,
|
|
3562
|
-
"hiddenAliases": [],
|
|
3563
|
-
"id": "compile:thread:edit",
|
|
3564
|
-
"pluginAlias": "faces-cli",
|
|
3565
|
-
"pluginName": "faces-cli",
|
|
3566
|
-
"pluginType": "core",
|
|
3567
|
-
"strict": true,
|
|
3568
|
-
"enableJsonFlag": true,
|
|
3569
|
-
"isESM": true,
|
|
3570
|
-
"relativePath": [
|
|
3571
|
-
"dist",
|
|
3572
|
-
"commands",
|
|
3573
|
-
"compile",
|
|
3574
|
-
"thread",
|
|
3575
|
-
"edit.js"
|
|
3576
|
-
]
|
|
3577
|
-
},
|
|
3578
|
-
"compile:thread:get": {
|
|
3579
|
-
"aliases": [],
|
|
3580
|
-
"args": {
|
|
3581
|
-
"thread_id": {
|
|
3582
|
-
"description": "Thread ID",
|
|
3583
|
-
"name": "thread_id",
|
|
3584
|
-
"required": true
|
|
3585
|
-
}
|
|
3586
|
-
},
|
|
3587
|
-
"description": "Get a thread by ID",
|
|
3588
|
-
"flags": {
|
|
3589
|
-
"json": {
|
|
3590
|
-
"description": "Format output as json.",
|
|
3591
|
-
"helpGroup": "GLOBAL",
|
|
3592
|
-
"name": "json",
|
|
3593
|
-
"allowNo": false,
|
|
3594
|
-
"type": "boolean"
|
|
3595
3841
|
},
|
|
3596
|
-
"
|
|
3597
|
-
"description": "
|
|
3598
|
-
"
|
|
3599
|
-
"name": "base-url",
|
|
3842
|
+
"file": {
|
|
3843
|
+
"description": "Read content from file",
|
|
3844
|
+
"name": "file",
|
|
3600
3845
|
"hasDynamicHelp": false,
|
|
3601
3846
|
"multiple": false,
|
|
3602
3847
|
"type": "option"
|
|
3603
3848
|
},
|
|
3604
|
-
"
|
|
3605
|
-
"description": "
|
|
3606
|
-
"
|
|
3607
|
-
"
|
|
3849
|
+
"perspective": {
|
|
3850
|
+
"description": "Perspective",
|
|
3851
|
+
"name": "perspective",
|
|
3852
|
+
"default": "first-person",
|
|
3608
3853
|
"hasDynamicHelp": false,
|
|
3609
3854
|
"multiple": false,
|
|
3855
|
+
"options": [
|
|
3856
|
+
"first-person",
|
|
3857
|
+
"third-person"
|
|
3858
|
+
],
|
|
3610
3859
|
"type": "option"
|
|
3611
3860
|
},
|
|
3612
|
-
"
|
|
3613
|
-
"description": "
|
|
3614
|
-
"
|
|
3615
|
-
"
|
|
3861
|
+
"timeout": {
|
|
3862
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
3863
|
+
"name": "timeout",
|
|
3864
|
+
"default": 600,
|
|
3616
3865
|
"hasDynamicHelp": false,
|
|
3617
3866
|
"multiple": false,
|
|
3618
3867
|
"type": "option"
|
|
3868
|
+
},
|
|
3869
|
+
"no-wait": {
|
|
3870
|
+
"description": "Create and trigger compilation, then return immediately without polling.",
|
|
3871
|
+
"name": "no-wait",
|
|
3872
|
+
"allowNo": false,
|
|
3873
|
+
"type": "boolean"
|
|
3619
3874
|
}
|
|
3620
3875
|
},
|
|
3621
3876
|
"hasDynamicHelp": false,
|
|
3622
3877
|
"hiddenAliases": [],
|
|
3623
|
-
"id": "compile:
|
|
3878
|
+
"id": "compile:doc",
|
|
3624
3879
|
"pluginAlias": "faces-cli",
|
|
3625
3880
|
"pluginName": "faces-cli",
|
|
3626
3881
|
"pluginType": "core",
|
|
@@ -3631,11 +3886,11 @@
|
|
|
3631
3886
|
"dist",
|
|
3632
3887
|
"commands",
|
|
3633
3888
|
"compile",
|
|
3634
|
-
"
|
|
3635
|
-
"
|
|
3889
|
+
"doc",
|
|
3890
|
+
"index.js"
|
|
3636
3891
|
]
|
|
3637
3892
|
},
|
|
3638
|
-
"compile:
|
|
3893
|
+
"compile:doc:list": {
|
|
3639
3894
|
"aliases": [],
|
|
3640
3895
|
"args": {
|
|
3641
3896
|
"face_id": {
|
|
@@ -3644,7 +3899,7 @@
|
|
|
3644
3899
|
"required": true
|
|
3645
3900
|
}
|
|
3646
3901
|
},
|
|
3647
|
-
"description": "List
|
|
3902
|
+
"description": "List documents for a face",
|
|
3648
3903
|
"flags": {
|
|
3649
3904
|
"json": {
|
|
3650
3905
|
"description": "Format output as json.",
|
|
@@ -3680,7 +3935,7 @@
|
|
|
3680
3935
|
},
|
|
3681
3936
|
"hasDynamicHelp": false,
|
|
3682
3937
|
"hiddenAliases": [],
|
|
3683
|
-
"id": "compile:
|
|
3938
|
+
"id": "compile:doc:list",
|
|
3684
3939
|
"pluginAlias": "faces-cli",
|
|
3685
3940
|
"pluginName": "faces-cli",
|
|
3686
3941
|
"pluginType": "core",
|
|
@@ -3691,20 +3946,20 @@
|
|
|
3691
3946
|
"dist",
|
|
3692
3947
|
"commands",
|
|
3693
3948
|
"compile",
|
|
3694
|
-
"
|
|
3949
|
+
"doc",
|
|
3695
3950
|
"list.js"
|
|
3696
3951
|
]
|
|
3697
3952
|
},
|
|
3698
|
-
"compile:
|
|
3953
|
+
"compile:doc:make": {
|
|
3699
3954
|
"aliases": [],
|
|
3700
3955
|
"args": {
|
|
3701
|
-
"
|
|
3702
|
-
"description": "
|
|
3703
|
-
"name": "
|
|
3956
|
+
"doc_id": {
|
|
3957
|
+
"description": "Document ID",
|
|
3958
|
+
"name": "doc_id",
|
|
3704
3959
|
"required": true
|
|
3705
3960
|
}
|
|
3706
3961
|
},
|
|
3707
|
-
"description": "Compile an existing
|
|
3962
|
+
"description": "Compile an existing document (prepare + sync in one step)",
|
|
3708
3963
|
"flags": {
|
|
3709
3964
|
"json": {
|
|
3710
3965
|
"description": "Format output as json.",
|
|
@@ -3746,7 +4001,7 @@
|
|
|
3746
4001
|
"type": "option"
|
|
3747
4002
|
},
|
|
3748
4003
|
"no-wait": {
|
|
3749
|
-
"description": "Return immediately after triggering compilation. Prints the
|
|
4004
|
+
"description": "Return immediately after triggering compilation. Prints the document ID for manual polling.",
|
|
3750
4005
|
"name": "no-wait",
|
|
3751
4006
|
"allowNo": false,
|
|
3752
4007
|
"type": "boolean"
|
|
@@ -3754,7 +4009,7 @@
|
|
|
3754
4009
|
},
|
|
3755
4010
|
"hasDynamicHelp": false,
|
|
3756
4011
|
"hiddenAliases": [],
|
|
3757
|
-
"id": "compile:
|
|
4012
|
+
"id": "compile:doc:make",
|
|
3758
4013
|
"pluginAlias": "faces-cli",
|
|
3759
4014
|
"pluginName": "faces-cli",
|
|
3760
4015
|
"pluginType": "core",
|
|
@@ -3765,20 +4020,20 @@
|
|
|
3765
4020
|
"dist",
|
|
3766
4021
|
"commands",
|
|
3767
4022
|
"compile",
|
|
3768
|
-
"
|
|
4023
|
+
"doc",
|
|
3769
4024
|
"make.js"
|
|
3770
4025
|
]
|
|
3771
4026
|
},
|
|
3772
|
-
"compile:
|
|
4027
|
+
"compile:doc:pause": {
|
|
3773
4028
|
"aliases": [],
|
|
3774
4029
|
"args": {
|
|
3775
|
-
"
|
|
3776
|
-
"description": "
|
|
3777
|
-
"name": "
|
|
4030
|
+
"doc_id": {
|
|
4031
|
+
"description": "Document ID",
|
|
4032
|
+
"name": "doc_id",
|
|
3778
4033
|
"required": true
|
|
3779
4034
|
}
|
|
3780
4035
|
},
|
|
3781
|
-
"description": "
|
|
4036
|
+
"description": "Pause a running document compilation (preserves progress, resume with make)",
|
|
3782
4037
|
"flags": {
|
|
3783
4038
|
"json": {
|
|
3784
4039
|
"description": "Format output as json.",
|
|
@@ -3810,20 +4065,11 @@
|
|
|
3810
4065
|
"hasDynamicHelp": false,
|
|
3811
4066
|
"multiple": false,
|
|
3812
4067
|
"type": "option"
|
|
3813
|
-
},
|
|
3814
|
-
"message": {
|
|
3815
|
-
"char": "m",
|
|
3816
|
-
"description": "User message to append",
|
|
3817
|
-
"name": "message",
|
|
3818
|
-
"required": true,
|
|
3819
|
-
"hasDynamicHelp": false,
|
|
3820
|
-
"multiple": false,
|
|
3821
|
-
"type": "option"
|
|
3822
4068
|
}
|
|
3823
4069
|
},
|
|
3824
4070
|
"hasDynamicHelp": false,
|
|
3825
4071
|
"hiddenAliases": [],
|
|
3826
|
-
"id": "compile:
|
|
4072
|
+
"id": "compile:doc:pause",
|
|
3827
4073
|
"pluginAlias": "faces-cli",
|
|
3828
4074
|
"pluginName": "faces-cli",
|
|
3829
4075
|
"pluginType": "core",
|
|
@@ -3834,20 +4080,20 @@
|
|
|
3834
4080
|
"dist",
|
|
3835
4081
|
"commands",
|
|
3836
4082
|
"compile",
|
|
3837
|
-
"
|
|
3838
|
-
"
|
|
4083
|
+
"doc",
|
|
4084
|
+
"pause.js"
|
|
3839
4085
|
]
|
|
3840
4086
|
},
|
|
3841
|
-
"compile:
|
|
4087
|
+
"compile:doc:reset": {
|
|
3842
4088
|
"aliases": [],
|
|
3843
4089
|
"args": {
|
|
3844
|
-
"
|
|
3845
|
-
"description": "
|
|
3846
|
-
"name": "
|
|
4090
|
+
"doc_id": {
|
|
4091
|
+
"description": "Document ID",
|
|
4092
|
+
"name": "doc_id",
|
|
3847
4093
|
"required": true
|
|
3848
4094
|
}
|
|
3849
4095
|
},
|
|
3850
|
-
"description": "
|
|
4096
|
+
"description": "Reset document compilation progress (wipe extraction, keep content)",
|
|
3851
4097
|
"flags": {
|
|
3852
4098
|
"json": {
|
|
3853
4099
|
"description": "Format output as json.",
|
|
@@ -3879,11 +4125,17 @@
|
|
|
3879
4125
|
"hasDynamicHelp": false,
|
|
3880
4126
|
"multiple": false,
|
|
3881
4127
|
"type": "option"
|
|
4128
|
+
},
|
|
4129
|
+
"yes": {
|
|
4130
|
+
"description": "Skip confirmation",
|
|
4131
|
+
"name": "yes",
|
|
4132
|
+
"allowNo": false,
|
|
4133
|
+
"type": "boolean"
|
|
3882
4134
|
}
|
|
3883
4135
|
},
|
|
3884
4136
|
"hasDynamicHelp": false,
|
|
3885
4137
|
"hiddenAliases": [],
|
|
3886
|
-
"id": "compile:
|
|
4138
|
+
"id": "compile:doc:reset",
|
|
3887
4139
|
"pluginAlias": "faces-cli",
|
|
3888
4140
|
"pluginName": "faces-cli",
|
|
3889
4141
|
"pluginType": "core",
|
|
@@ -3894,10 +4146,10 @@
|
|
|
3894
4146
|
"dist",
|
|
3895
4147
|
"commands",
|
|
3896
4148
|
"compile",
|
|
3897
|
-
"
|
|
3898
|
-
"
|
|
4149
|
+
"doc",
|
|
4150
|
+
"reset.js"
|
|
3899
4151
|
]
|
|
3900
4152
|
}
|
|
3901
4153
|
},
|
|
3902
|
-
"version": "1.5.
|
|
4154
|
+
"version": "1.5.6"
|
|
3903
4155
|
}
|