faces-cli 1.7.2 → 1.7.4
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/chat/chat.js +1 -1
- package/dist/commands/face/create.d.ts +2 -0
- package/dist/commands/face/create.js +12 -1
- package/dist/commands/face/edit.d.ts +3 -0
- package/dist/commands/face/edit.js +18 -1
- package/dist/commands/face/get.d.ts +1 -0
- package/dist/commands/face/get.js +15 -0
- package/dist/utils.d.ts +8 -0
- package/dist/utils.js +23 -0
- package/oclif.manifest.json +992 -942
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -632,10 +632,10 @@
|
|
|
632
632
|
"whoami.js"
|
|
633
633
|
]
|
|
634
634
|
},
|
|
635
|
-
"
|
|
635
|
+
"billing:balance": {
|
|
636
636
|
"aliases": [],
|
|
637
637
|
"args": {},
|
|
638
|
-
"description": "
|
|
638
|
+
"description": "Show credit balance and payment method status",
|
|
639
639
|
"flags": {
|
|
640
640
|
"json": {
|
|
641
641
|
"description": "Format output as json.",
|
|
@@ -671,7 +671,7 @@
|
|
|
671
671
|
},
|
|
672
672
|
"hasDynamicHelp": false,
|
|
673
673
|
"hiddenAliases": [],
|
|
674
|
-
"id": "
|
|
674
|
+
"id": "billing:balance",
|
|
675
675
|
"pluginAlias": "faces-cli",
|
|
676
676
|
"pluginName": "faces-cli",
|
|
677
677
|
"pluginType": "core",
|
|
@@ -681,14 +681,14 @@
|
|
|
681
681
|
"relativePath": [
|
|
682
682
|
"dist",
|
|
683
683
|
"commands",
|
|
684
|
-
"
|
|
685
|
-
"
|
|
684
|
+
"billing",
|
|
685
|
+
"balance.js"
|
|
686
686
|
]
|
|
687
687
|
},
|
|
688
|
-
"
|
|
688
|
+
"billing:card-setup": {
|
|
689
689
|
"aliases": [],
|
|
690
690
|
"args": {},
|
|
691
|
-
"description": "
|
|
691
|
+
"description": "Get a Stripe card setup URL to save a payment method",
|
|
692
692
|
"flags": {
|
|
693
693
|
"json": {
|
|
694
694
|
"description": "Format output as json.",
|
|
@@ -720,23 +720,11 @@
|
|
|
720
720
|
"hasDynamicHelp": false,
|
|
721
721
|
"multiple": false,
|
|
722
722
|
"type": "option"
|
|
723
|
-
},
|
|
724
|
-
"fix": {
|
|
725
|
-
"description": "Rebuild missing or stale catalog entries from API",
|
|
726
|
-
"name": "fix",
|
|
727
|
-
"allowNo": false,
|
|
728
|
-
"type": "boolean"
|
|
729
|
-
},
|
|
730
|
-
"generate": {
|
|
731
|
-
"description": "Fix + generate missing descriptions via LLM",
|
|
732
|
-
"name": "generate",
|
|
733
|
-
"allowNo": false,
|
|
734
|
-
"type": "boolean"
|
|
735
723
|
}
|
|
736
724
|
},
|
|
737
725
|
"hasDynamicHelp": false,
|
|
738
726
|
"hiddenAliases": [],
|
|
739
|
-
"id": "
|
|
727
|
+
"id": "billing:card-setup",
|
|
740
728
|
"pluginAlias": "faces-cli",
|
|
741
729
|
"pluginName": "faces-cli",
|
|
742
730
|
"pluginType": "core",
|
|
@@ -746,14 +734,14 @@
|
|
|
746
734
|
"relativePath": [
|
|
747
735
|
"dist",
|
|
748
736
|
"commands",
|
|
749
|
-
"
|
|
750
|
-
"
|
|
737
|
+
"billing",
|
|
738
|
+
"card-setup.js"
|
|
751
739
|
]
|
|
752
740
|
},
|
|
753
|
-
"
|
|
741
|
+
"billing:llm-costs": {
|
|
754
742
|
"aliases": [],
|
|
755
743
|
"args": {},
|
|
756
|
-
"description": "List
|
|
744
|
+
"description": "List available LLMs and their per-token costs",
|
|
757
745
|
"flags": {
|
|
758
746
|
"json": {
|
|
759
747
|
"description": "Format output as json.",
|
|
@@ -785,11 +773,18 @@
|
|
|
785
773
|
"hasDynamicHelp": false,
|
|
786
774
|
"multiple": false,
|
|
787
775
|
"type": "option"
|
|
776
|
+
},
|
|
777
|
+
"provider": {
|
|
778
|
+
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
779
|
+
"name": "provider",
|
|
780
|
+
"hasDynamicHelp": false,
|
|
781
|
+
"multiple": false,
|
|
782
|
+
"type": "option"
|
|
788
783
|
}
|
|
789
784
|
},
|
|
790
785
|
"hasDynamicHelp": false,
|
|
791
786
|
"hiddenAliases": [],
|
|
792
|
-
"id": "
|
|
787
|
+
"id": "billing:llm-costs",
|
|
793
788
|
"pluginAlias": "faces-cli",
|
|
794
789
|
"pluginName": "faces-cli",
|
|
795
790
|
"pluginType": "core",
|
|
@@ -799,14 +794,14 @@
|
|
|
799
794
|
"relativePath": [
|
|
800
795
|
"dist",
|
|
801
796
|
"commands",
|
|
802
|
-
"
|
|
803
|
-
"
|
|
797
|
+
"billing",
|
|
798
|
+
"llm-costs.js"
|
|
804
799
|
]
|
|
805
800
|
},
|
|
806
|
-
"
|
|
801
|
+
"billing:quota": {
|
|
807
802
|
"aliases": [],
|
|
808
803
|
"args": {},
|
|
809
|
-
"description": "
|
|
804
|
+
"description": "Show compilation stats per face (deprecated — use compile:stats)",
|
|
810
805
|
"flags": {
|
|
811
806
|
"json": {
|
|
812
807
|
"description": "Format output as json.",
|
|
@@ -838,38 +833,11 @@
|
|
|
838
833
|
"hasDynamicHelp": false,
|
|
839
834
|
"multiple": false,
|
|
840
835
|
"type": "option"
|
|
841
|
-
},
|
|
842
|
-
"skill": {
|
|
843
|
-
"description": "Show details for a specific skill",
|
|
844
|
-
"name": "skill",
|
|
845
|
-
"hasDynamicHelp": false,
|
|
846
|
-
"multiple": false,
|
|
847
|
-
"type": "option"
|
|
848
|
-
},
|
|
849
|
-
"install": {
|
|
850
|
-
"description": "Install a skill by name",
|
|
851
|
-
"name": "install",
|
|
852
|
-
"hasDynamicHelp": false,
|
|
853
|
-
"multiple": false,
|
|
854
|
-
"type": "option"
|
|
855
|
-
},
|
|
856
|
-
"skills-dir": {
|
|
857
|
-
"description": "Directory to install skills into (required for --install)",
|
|
858
|
-
"name": "skills-dir",
|
|
859
|
-
"hasDynamicHelp": false,
|
|
860
|
-
"multiple": false,
|
|
861
|
-
"type": "option"
|
|
862
|
-
},
|
|
863
|
-
"refresh": {
|
|
864
|
-
"description": "Force refresh the skill index (ignore cache)",
|
|
865
|
-
"name": "refresh",
|
|
866
|
-
"allowNo": false,
|
|
867
|
-
"type": "boolean"
|
|
868
836
|
}
|
|
869
837
|
},
|
|
870
838
|
"hasDynamicHelp": false,
|
|
871
839
|
"hiddenAliases": [],
|
|
872
|
-
"id": "
|
|
840
|
+
"id": "billing:quota",
|
|
873
841
|
"pluginAlias": "faces-cli",
|
|
874
842
|
"pluginName": "faces-cli",
|
|
875
843
|
"pluginType": "core",
|
|
@@ -879,19 +847,14 @@
|
|
|
879
847
|
"relativePath": [
|
|
880
848
|
"dist",
|
|
881
849
|
"commands",
|
|
882
|
-
"
|
|
883
|
-
"
|
|
850
|
+
"billing",
|
|
851
|
+
"quota.js"
|
|
884
852
|
]
|
|
885
853
|
},
|
|
886
|
-
"
|
|
854
|
+
"billing:subscription": {
|
|
887
855
|
"aliases": [],
|
|
888
|
-
"args": {
|
|
889
|
-
|
|
890
|
-
"description": "Backup file path (default: most recent in ~/.faces/backups/)",
|
|
891
|
-
"name": "file"
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
"description": "Restore faces, teams, and source material from a backup snapshot",
|
|
856
|
+
"args": {},
|
|
857
|
+
"description": "Show current plan, face count, and renewal date",
|
|
895
858
|
"flags": {
|
|
896
859
|
"json": {
|
|
897
860
|
"description": "Format output as json.",
|
|
@@ -923,17 +886,11 @@
|
|
|
923
886
|
"hasDynamicHelp": false,
|
|
924
887
|
"multiple": false,
|
|
925
888
|
"type": "option"
|
|
926
|
-
},
|
|
927
|
-
"compile": {
|
|
928
|
-
"description": "Run compile:all after restoring",
|
|
929
|
-
"name": "compile",
|
|
930
|
-
"allowNo": false,
|
|
931
|
-
"type": "boolean"
|
|
932
889
|
}
|
|
933
890
|
},
|
|
934
891
|
"hasDynamicHelp": false,
|
|
935
892
|
"hiddenAliases": [],
|
|
936
|
-
"id": "
|
|
893
|
+
"id": "billing:subscription",
|
|
937
894
|
"pluginAlias": "faces-cli",
|
|
938
895
|
"pluginName": "faces-cli",
|
|
939
896
|
"pluginType": "core",
|
|
@@ -943,14 +900,14 @@
|
|
|
943
900
|
"relativePath": [
|
|
944
901
|
"dist",
|
|
945
902
|
"commands",
|
|
946
|
-
"
|
|
947
|
-
"
|
|
903
|
+
"billing",
|
|
904
|
+
"subscription.js"
|
|
948
905
|
]
|
|
949
906
|
},
|
|
950
|
-
"billing:
|
|
907
|
+
"billing:topup": {
|
|
951
908
|
"aliases": [],
|
|
952
909
|
"args": {},
|
|
953
|
-
"description": "
|
|
910
|
+
"description": "Top up credit balance using saved payment method",
|
|
954
911
|
"flags": {
|
|
955
912
|
"json": {
|
|
956
913
|
"description": "Format output as json.",
|
|
@@ -982,11 +939,26 @@
|
|
|
982
939
|
"hasDynamicHelp": false,
|
|
983
940
|
"multiple": false,
|
|
984
941
|
"type": "option"
|
|
942
|
+
},
|
|
943
|
+
"amount": {
|
|
944
|
+
"description": "Top-up amount in USD (min $1)",
|
|
945
|
+
"name": "amount",
|
|
946
|
+
"required": true,
|
|
947
|
+
"hasDynamicHelp": false,
|
|
948
|
+
"multiple": false,
|
|
949
|
+
"type": "option"
|
|
950
|
+
},
|
|
951
|
+
"payment-ref": {
|
|
952
|
+
"description": "Payment reference (admin/test path)",
|
|
953
|
+
"name": "payment-ref",
|
|
954
|
+
"hasDynamicHelp": false,
|
|
955
|
+
"multiple": false,
|
|
956
|
+
"type": "option"
|
|
985
957
|
}
|
|
986
958
|
},
|
|
987
959
|
"hasDynamicHelp": false,
|
|
988
960
|
"hiddenAliases": [],
|
|
989
|
-
"id": "billing:
|
|
961
|
+
"id": "billing:topup",
|
|
990
962
|
"pluginAlias": "faces-cli",
|
|
991
963
|
"pluginName": "faces-cli",
|
|
992
964
|
"pluginType": "core",
|
|
@@ -997,13 +969,13 @@
|
|
|
997
969
|
"dist",
|
|
998
970
|
"commands",
|
|
999
971
|
"billing",
|
|
1000
|
-
"
|
|
972
|
+
"topup.js"
|
|
1001
973
|
]
|
|
1002
974
|
},
|
|
1003
|
-
"billing:
|
|
975
|
+
"billing:usage": {
|
|
1004
976
|
"aliases": [],
|
|
1005
977
|
"args": {},
|
|
1006
|
-
"description": "
|
|
978
|
+
"description": "Aggregated usage analytics",
|
|
1007
979
|
"flags": {
|
|
1008
980
|
"json": {
|
|
1009
981
|
"description": "Format output as json.",
|
|
@@ -1035,11 +1007,38 @@
|
|
|
1035
1007
|
"hasDynamicHelp": false,
|
|
1036
1008
|
"multiple": false,
|
|
1037
1009
|
"type": "option"
|
|
1010
|
+
},
|
|
1011
|
+
"group-by": {
|
|
1012
|
+
"description": "Group results",
|
|
1013
|
+
"name": "group-by",
|
|
1014
|
+
"hasDynamicHelp": false,
|
|
1015
|
+
"multiple": false,
|
|
1016
|
+
"options": [
|
|
1017
|
+
"api_key",
|
|
1018
|
+
"model",
|
|
1019
|
+
"llm",
|
|
1020
|
+
"date"
|
|
1021
|
+
],
|
|
1022
|
+
"type": "option"
|
|
1023
|
+
},
|
|
1024
|
+
"from": {
|
|
1025
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
1026
|
+
"name": "from",
|
|
1027
|
+
"hasDynamicHelp": false,
|
|
1028
|
+
"multiple": false,
|
|
1029
|
+
"type": "option"
|
|
1030
|
+
},
|
|
1031
|
+
"to": {
|
|
1032
|
+
"description": "End date (YYYY-MM-DD)",
|
|
1033
|
+
"name": "to",
|
|
1034
|
+
"hasDynamicHelp": false,
|
|
1035
|
+
"multiple": false,
|
|
1036
|
+
"type": "option"
|
|
1038
1037
|
}
|
|
1039
1038
|
},
|
|
1040
1039
|
"hasDynamicHelp": false,
|
|
1041
1040
|
"hiddenAliases": [],
|
|
1042
|
-
"id": "billing:
|
|
1041
|
+
"id": "billing:usage",
|
|
1043
1042
|
"pluginAlias": "faces-cli",
|
|
1044
1043
|
"pluginName": "faces-cli",
|
|
1045
1044
|
"pluginType": "core",
|
|
@@ -1050,13 +1049,13 @@
|
|
|
1050
1049
|
"dist",
|
|
1051
1050
|
"commands",
|
|
1052
1051
|
"billing",
|
|
1053
|
-
"
|
|
1052
|
+
"usage.js"
|
|
1054
1053
|
]
|
|
1055
1054
|
},
|
|
1056
|
-
"
|
|
1055
|
+
"catalog:backup": {
|
|
1057
1056
|
"aliases": [],
|
|
1058
1057
|
"args": {},
|
|
1059
|
-
"description": "
|
|
1058
|
+
"description": "Snapshot all faces, teams, and source material for migration",
|
|
1060
1059
|
"flags": {
|
|
1061
1060
|
"json": {
|
|
1062
1061
|
"description": "Format output as json.",
|
|
@@ -1088,18 +1087,11 @@
|
|
|
1088
1087
|
"hasDynamicHelp": false,
|
|
1089
1088
|
"multiple": false,
|
|
1090
1089
|
"type": "option"
|
|
1091
|
-
},
|
|
1092
|
-
"provider": {
|
|
1093
|
-
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
1094
|
-
"name": "provider",
|
|
1095
|
-
"hasDynamicHelp": false,
|
|
1096
|
-
"multiple": false,
|
|
1097
|
-
"type": "option"
|
|
1098
1090
|
}
|
|
1099
1091
|
},
|
|
1100
1092
|
"hasDynamicHelp": false,
|
|
1101
1093
|
"hiddenAliases": [],
|
|
1102
|
-
"id": "
|
|
1094
|
+
"id": "catalog:backup",
|
|
1103
1095
|
"pluginAlias": "faces-cli",
|
|
1104
1096
|
"pluginName": "faces-cli",
|
|
1105
1097
|
"pluginType": "core",
|
|
@@ -1109,14 +1101,14 @@
|
|
|
1109
1101
|
"relativePath": [
|
|
1110
1102
|
"dist",
|
|
1111
1103
|
"commands",
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
1104
|
+
"catalog",
|
|
1105
|
+
"backup.js"
|
|
1114
1106
|
]
|
|
1115
1107
|
},
|
|
1116
|
-
"
|
|
1108
|
+
"catalog:doctor": {
|
|
1117
1109
|
"aliases": [],
|
|
1118
1110
|
"args": {},
|
|
1119
|
-
"description": "
|
|
1111
|
+
"description": "Diagnose and repair the local face and team catalog",
|
|
1120
1112
|
"flags": {
|
|
1121
1113
|
"json": {
|
|
1122
1114
|
"description": "Format output as json.",
|
|
@@ -1148,11 +1140,23 @@
|
|
|
1148
1140
|
"hasDynamicHelp": false,
|
|
1149
1141
|
"multiple": false,
|
|
1150
1142
|
"type": "option"
|
|
1143
|
+
},
|
|
1144
|
+
"fix": {
|
|
1145
|
+
"description": "Rebuild missing or stale catalog entries from API",
|
|
1146
|
+
"name": "fix",
|
|
1147
|
+
"allowNo": false,
|
|
1148
|
+
"type": "boolean"
|
|
1149
|
+
},
|
|
1150
|
+
"generate": {
|
|
1151
|
+
"description": "Fix + generate missing descriptions via LLM",
|
|
1152
|
+
"name": "generate",
|
|
1153
|
+
"allowNo": false,
|
|
1154
|
+
"type": "boolean"
|
|
1151
1155
|
}
|
|
1152
1156
|
},
|
|
1153
1157
|
"hasDynamicHelp": false,
|
|
1154
1158
|
"hiddenAliases": [],
|
|
1155
|
-
"id": "
|
|
1159
|
+
"id": "catalog:doctor",
|
|
1156
1160
|
"pluginAlias": "faces-cli",
|
|
1157
1161
|
"pluginName": "faces-cli",
|
|
1158
1162
|
"pluginType": "core",
|
|
@@ -1162,14 +1166,14 @@
|
|
|
1162
1166
|
"relativePath": [
|
|
1163
1167
|
"dist",
|
|
1164
1168
|
"commands",
|
|
1165
|
-
"
|
|
1166
|
-
"
|
|
1169
|
+
"catalog",
|
|
1170
|
+
"doctor.js"
|
|
1167
1171
|
]
|
|
1168
1172
|
},
|
|
1169
|
-
"
|
|
1173
|
+
"catalog:list": {
|
|
1170
1174
|
"aliases": [],
|
|
1171
1175
|
"args": {},
|
|
1172
|
-
"description": "
|
|
1176
|
+
"description": "List all faces in the local catalog",
|
|
1173
1177
|
"flags": {
|
|
1174
1178
|
"json": {
|
|
1175
1179
|
"description": "Format output as json.",
|
|
@@ -1205,7 +1209,7 @@
|
|
|
1205
1209
|
},
|
|
1206
1210
|
"hasDynamicHelp": false,
|
|
1207
1211
|
"hiddenAliases": [],
|
|
1208
|
-
"id": "
|
|
1212
|
+
"id": "catalog:list",
|
|
1209
1213
|
"pluginAlias": "faces-cli",
|
|
1210
1214
|
"pluginName": "faces-cli",
|
|
1211
1215
|
"pluginType": "core",
|
|
@@ -1215,14 +1219,14 @@
|
|
|
1215
1219
|
"relativePath": [
|
|
1216
1220
|
"dist",
|
|
1217
1221
|
"commands",
|
|
1218
|
-
"
|
|
1219
|
-
"
|
|
1222
|
+
"catalog",
|
|
1223
|
+
"list.js"
|
|
1220
1224
|
]
|
|
1221
1225
|
},
|
|
1222
|
-
"
|
|
1226
|
+
"catalog:manyfaced": {
|
|
1223
1227
|
"aliases": [],
|
|
1224
1228
|
"args": {},
|
|
1225
|
-
"description": "
|
|
1229
|
+
"description": "Browse and install community manyfaced skills from github.com/facessh/manyfaced",
|
|
1226
1230
|
"flags": {
|
|
1227
1231
|
"json": {
|
|
1228
1232
|
"description": "Format output as json.",
|
|
@@ -1255,25 +1259,37 @@
|
|
|
1255
1259
|
"multiple": false,
|
|
1256
1260
|
"type": "option"
|
|
1257
1261
|
},
|
|
1258
|
-
"
|
|
1259
|
-
"description": "
|
|
1260
|
-
"name": "
|
|
1261
|
-
"required": true,
|
|
1262
|
+
"skill": {
|
|
1263
|
+
"description": "Show details for a specific skill",
|
|
1264
|
+
"name": "skill",
|
|
1262
1265
|
"hasDynamicHelp": false,
|
|
1263
1266
|
"multiple": false,
|
|
1264
1267
|
"type": "option"
|
|
1265
1268
|
},
|
|
1266
|
-
"
|
|
1267
|
-
"description": "
|
|
1268
|
-
"name": "
|
|
1269
|
+
"install": {
|
|
1270
|
+
"description": "Install a skill by name",
|
|
1271
|
+
"name": "install",
|
|
1272
|
+
"hasDynamicHelp": false,
|
|
1273
|
+
"multiple": false,
|
|
1274
|
+
"type": "option"
|
|
1275
|
+
},
|
|
1276
|
+
"skills-dir": {
|
|
1277
|
+
"description": "Directory to install skills into (required for --install)",
|
|
1278
|
+
"name": "skills-dir",
|
|
1269
1279
|
"hasDynamicHelp": false,
|
|
1270
1280
|
"multiple": false,
|
|
1271
1281
|
"type": "option"
|
|
1282
|
+
},
|
|
1283
|
+
"refresh": {
|
|
1284
|
+
"description": "Force refresh the skill index (ignore cache)",
|
|
1285
|
+
"name": "refresh",
|
|
1286
|
+
"allowNo": false,
|
|
1287
|
+
"type": "boolean"
|
|
1272
1288
|
}
|
|
1273
1289
|
},
|
|
1274
1290
|
"hasDynamicHelp": false,
|
|
1275
1291
|
"hiddenAliases": [],
|
|
1276
|
-
"id": "
|
|
1292
|
+
"id": "catalog:manyfaced",
|
|
1277
1293
|
"pluginAlias": "faces-cli",
|
|
1278
1294
|
"pluginName": "faces-cli",
|
|
1279
1295
|
"pluginType": "core",
|
|
@@ -1283,14 +1299,19 @@
|
|
|
1283
1299
|
"relativePath": [
|
|
1284
1300
|
"dist",
|
|
1285
1301
|
"commands",
|
|
1286
|
-
"
|
|
1287
|
-
"
|
|
1302
|
+
"catalog",
|
|
1303
|
+
"manyfaced.js"
|
|
1288
1304
|
]
|
|
1289
1305
|
},
|
|
1290
|
-
"
|
|
1306
|
+
"catalog:restore": {
|
|
1291
1307
|
"aliases": [],
|
|
1292
|
-
"args": {
|
|
1293
|
-
|
|
1308
|
+
"args": {
|
|
1309
|
+
"file": {
|
|
1310
|
+
"description": "Backup file path (default: most recent in ~/.faces/backups/)",
|
|
1311
|
+
"name": "file"
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"description": "Restore faces, teams, and source material from a backup snapshot",
|
|
1294
1315
|
"flags": {
|
|
1295
1316
|
"json": {
|
|
1296
1317
|
"description": "Format output as json.",
|
|
@@ -1323,37 +1344,16 @@
|
|
|
1323
1344
|
"multiple": false,
|
|
1324
1345
|
"type": "option"
|
|
1325
1346
|
},
|
|
1326
|
-
"
|
|
1327
|
-
"description": "
|
|
1328
|
-
"name": "
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1331
|
-
"options": [
|
|
1332
|
-
"api_key",
|
|
1333
|
-
"model",
|
|
1334
|
-
"llm",
|
|
1335
|
-
"date"
|
|
1336
|
-
],
|
|
1337
|
-
"type": "option"
|
|
1338
|
-
},
|
|
1339
|
-
"from": {
|
|
1340
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
1341
|
-
"name": "from",
|
|
1342
|
-
"hasDynamicHelp": false,
|
|
1343
|
-
"multiple": false,
|
|
1344
|
-
"type": "option"
|
|
1345
|
-
},
|
|
1346
|
-
"to": {
|
|
1347
|
-
"description": "End date (YYYY-MM-DD)",
|
|
1348
|
-
"name": "to",
|
|
1349
|
-
"hasDynamicHelp": false,
|
|
1350
|
-
"multiple": false,
|
|
1351
|
-
"type": "option"
|
|
1347
|
+
"compile": {
|
|
1348
|
+
"description": "Run compile:all after restoring",
|
|
1349
|
+
"name": "compile",
|
|
1350
|
+
"allowNo": false,
|
|
1351
|
+
"type": "boolean"
|
|
1352
1352
|
}
|
|
1353
1353
|
},
|
|
1354
1354
|
"hasDynamicHelp": false,
|
|
1355
1355
|
"hiddenAliases": [],
|
|
1356
|
-
"id": "
|
|
1356
|
+
"id": "catalog:restore",
|
|
1357
1357
|
"pluginAlias": "faces-cli",
|
|
1358
1358
|
"pluginName": "faces-cli",
|
|
1359
1359
|
"pluginType": "core",
|
|
@@ -1363,8 +1363,8 @@
|
|
|
1363
1363
|
"relativePath": [
|
|
1364
1364
|
"dist",
|
|
1365
1365
|
"commands",
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1366
|
+
"catalog",
|
|
1367
|
+
"restore.js"
|
|
1368
1368
|
]
|
|
1369
1369
|
},
|
|
1370
1370
|
"chat:chat": {
|
|
@@ -1431,7 +1431,7 @@
|
|
|
1431
1431
|
"type": "option"
|
|
1432
1432
|
},
|
|
1433
1433
|
"formula": {
|
|
1434
|
-
"description": "Compose a run-time composite from your own faces, e.g. \"socrates | nietzsche\" (operators: | & ^ -). Requires --llm.",
|
|
1434
|
+
"description": "Compose a run-time composite from your own faces, e.g. \"socrates | nietzsche\" (operators: | & ^ -). Requires --llm. The composite takes the name of its first operand; use face:create --formula for a named, persisted composite.",
|
|
1435
1435
|
"name": "formula",
|
|
1436
1436
|
"hasDynamicHelp": false,
|
|
1437
1437
|
"multiple": false,
|
|
@@ -1828,182 +1828,6 @@
|
|
|
1828
1828
|
"thread.js"
|
|
1829
1829
|
]
|
|
1830
1830
|
},
|
|
1831
|
-
"config:clear": {
|
|
1832
|
-
"aliases": [],
|
|
1833
|
-
"args": {},
|
|
1834
|
-
"description": "Delete all saved credentials and config",
|
|
1835
|
-
"flags": {
|
|
1836
|
-
"json": {
|
|
1837
|
-
"description": "Format output as json.",
|
|
1838
|
-
"helpGroup": "GLOBAL",
|
|
1839
|
-
"name": "json",
|
|
1840
|
-
"allowNo": false,
|
|
1841
|
-
"type": "boolean"
|
|
1842
|
-
},
|
|
1843
|
-
"base-url": {
|
|
1844
|
-
"description": "API base URL",
|
|
1845
|
-
"env": "FACES_BASE_URL",
|
|
1846
|
-
"name": "base-url",
|
|
1847
|
-
"hasDynamicHelp": false,
|
|
1848
|
-
"multiple": false,
|
|
1849
|
-
"type": "option"
|
|
1850
|
-
},
|
|
1851
|
-
"token": {
|
|
1852
|
-
"description": "JWT bearer token",
|
|
1853
|
-
"env": "FACES_TOKEN",
|
|
1854
|
-
"name": "token",
|
|
1855
|
-
"hasDynamicHelp": false,
|
|
1856
|
-
"multiple": false,
|
|
1857
|
-
"type": "option"
|
|
1858
|
-
},
|
|
1859
|
-
"api-key": {
|
|
1860
|
-
"description": "API key",
|
|
1861
|
-
"env": "FACES_API_KEY",
|
|
1862
|
-
"name": "api-key",
|
|
1863
|
-
"hasDynamicHelp": false,
|
|
1864
|
-
"multiple": false,
|
|
1865
|
-
"type": "option"
|
|
1866
|
-
},
|
|
1867
|
-
"yes": {
|
|
1868
|
-
"description": "Skip confirmation",
|
|
1869
|
-
"name": "yes",
|
|
1870
|
-
"allowNo": false,
|
|
1871
|
-
"type": "boolean"
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1874
|
-
"hasDynamicHelp": false,
|
|
1875
|
-
"hiddenAliases": [],
|
|
1876
|
-
"id": "config:clear",
|
|
1877
|
-
"pluginAlias": "faces-cli",
|
|
1878
|
-
"pluginName": "faces-cli",
|
|
1879
|
-
"pluginType": "core",
|
|
1880
|
-
"strict": true,
|
|
1881
|
-
"enableJsonFlag": true,
|
|
1882
|
-
"isESM": true,
|
|
1883
|
-
"relativePath": [
|
|
1884
|
-
"dist",
|
|
1885
|
-
"commands",
|
|
1886
|
-
"config",
|
|
1887
|
-
"clear.js"
|
|
1888
|
-
]
|
|
1889
|
-
},
|
|
1890
|
-
"config:set": {
|
|
1891
|
-
"aliases": [],
|
|
1892
|
-
"args": {
|
|
1893
|
-
"key": {
|
|
1894
|
-
"description": "Config key",
|
|
1895
|
-
"name": "key",
|
|
1896
|
-
"required": true
|
|
1897
|
-
},
|
|
1898
|
-
"value": {
|
|
1899
|
-
"description": "Config value",
|
|
1900
|
-
"name": "value",
|
|
1901
|
-
"required": true
|
|
1902
|
-
}
|
|
1903
|
-
},
|
|
1904
|
-
"description": "Set a config value (e.g. base_url, api_key, token)",
|
|
1905
|
-
"flags": {
|
|
1906
|
-
"json": {
|
|
1907
|
-
"description": "Format output as json.",
|
|
1908
|
-
"helpGroup": "GLOBAL",
|
|
1909
|
-
"name": "json",
|
|
1910
|
-
"allowNo": false,
|
|
1911
|
-
"type": "boolean"
|
|
1912
|
-
},
|
|
1913
|
-
"base-url": {
|
|
1914
|
-
"description": "API base URL",
|
|
1915
|
-
"env": "FACES_BASE_URL",
|
|
1916
|
-
"name": "base-url",
|
|
1917
|
-
"hasDynamicHelp": false,
|
|
1918
|
-
"multiple": false,
|
|
1919
|
-
"type": "option"
|
|
1920
|
-
},
|
|
1921
|
-
"token": {
|
|
1922
|
-
"description": "JWT bearer token",
|
|
1923
|
-
"env": "FACES_TOKEN",
|
|
1924
|
-
"name": "token",
|
|
1925
|
-
"hasDynamicHelp": false,
|
|
1926
|
-
"multiple": false,
|
|
1927
|
-
"type": "option"
|
|
1928
|
-
},
|
|
1929
|
-
"api-key": {
|
|
1930
|
-
"description": "API key",
|
|
1931
|
-
"env": "FACES_API_KEY",
|
|
1932
|
-
"name": "api-key",
|
|
1933
|
-
"hasDynamicHelp": false,
|
|
1934
|
-
"multiple": false,
|
|
1935
|
-
"type": "option"
|
|
1936
|
-
}
|
|
1937
|
-
},
|
|
1938
|
-
"hasDynamicHelp": false,
|
|
1939
|
-
"hiddenAliases": [],
|
|
1940
|
-
"id": "config:set",
|
|
1941
|
-
"pluginAlias": "faces-cli",
|
|
1942
|
-
"pluginName": "faces-cli",
|
|
1943
|
-
"pluginType": "core",
|
|
1944
|
-
"strict": true,
|
|
1945
|
-
"enableJsonFlag": true,
|
|
1946
|
-
"isESM": true,
|
|
1947
|
-
"relativePath": [
|
|
1948
|
-
"dist",
|
|
1949
|
-
"commands",
|
|
1950
|
-
"config",
|
|
1951
|
-
"set.js"
|
|
1952
|
-
]
|
|
1953
|
-
},
|
|
1954
|
-
"config:show": {
|
|
1955
|
-
"aliases": [],
|
|
1956
|
-
"args": {},
|
|
1957
|
-
"description": "Print current config (credentials are masked)",
|
|
1958
|
-
"flags": {
|
|
1959
|
-
"json": {
|
|
1960
|
-
"description": "Format output as json.",
|
|
1961
|
-
"helpGroup": "GLOBAL",
|
|
1962
|
-
"name": "json",
|
|
1963
|
-
"allowNo": false,
|
|
1964
|
-
"type": "boolean"
|
|
1965
|
-
},
|
|
1966
|
-
"base-url": {
|
|
1967
|
-
"description": "API base URL",
|
|
1968
|
-
"env": "FACES_BASE_URL",
|
|
1969
|
-
"name": "base-url",
|
|
1970
|
-
"hasDynamicHelp": false,
|
|
1971
|
-
"multiple": false,
|
|
1972
|
-
"type": "option"
|
|
1973
|
-
},
|
|
1974
|
-
"token": {
|
|
1975
|
-
"description": "JWT bearer token",
|
|
1976
|
-
"env": "FACES_TOKEN",
|
|
1977
|
-
"name": "token",
|
|
1978
|
-
"hasDynamicHelp": false,
|
|
1979
|
-
"multiple": false,
|
|
1980
|
-
"type": "option"
|
|
1981
|
-
},
|
|
1982
|
-
"api-key": {
|
|
1983
|
-
"description": "API key",
|
|
1984
|
-
"env": "FACES_API_KEY",
|
|
1985
|
-
"name": "api-key",
|
|
1986
|
-
"hasDynamicHelp": false,
|
|
1987
|
-
"multiple": false,
|
|
1988
|
-
"type": "option"
|
|
1989
|
-
}
|
|
1990
|
-
},
|
|
1991
|
-
"hasDynamicHelp": false,
|
|
1992
|
-
"hiddenAliases": [],
|
|
1993
|
-
"id": "config:show",
|
|
1994
|
-
"pluginAlias": "faces-cli",
|
|
1995
|
-
"pluginName": "faces-cli",
|
|
1996
|
-
"pluginType": "core",
|
|
1997
|
-
"strict": true,
|
|
1998
|
-
"enableJsonFlag": true,
|
|
1999
|
-
"isESM": true,
|
|
2000
|
-
"relativePath": [
|
|
2001
|
-
"dist",
|
|
2002
|
-
"commands",
|
|
2003
|
-
"config",
|
|
2004
|
-
"show.js"
|
|
2005
|
-
]
|
|
2006
|
-
},
|
|
2007
1831
|
"compile:all": {
|
|
2008
1832
|
"aliases": [],
|
|
2009
1833
|
"args": {},
|
|
@@ -2326,10 +2150,10 @@
|
|
|
2326
2150
|
"upload.js"
|
|
2327
2151
|
]
|
|
2328
2152
|
},
|
|
2329
|
-
"
|
|
2153
|
+
"config:clear": {
|
|
2330
2154
|
"aliases": [],
|
|
2331
2155
|
"args": {},
|
|
2332
|
-
"description": "
|
|
2156
|
+
"description": "Delete all saved credentials and config",
|
|
2333
2157
|
"flags": {
|
|
2334
2158
|
"json": {
|
|
2335
2159
|
"description": "Format output as json.",
|
|
@@ -2362,105 +2186,16 @@
|
|
|
2362
2186
|
"multiple": false,
|
|
2363
2187
|
"type": "option"
|
|
2364
2188
|
},
|
|
2365
|
-
"
|
|
2366
|
-
"description": "
|
|
2367
|
-
"name": "
|
|
2368
|
-
"required": true,
|
|
2369
|
-
"hasDynamicHelp": false,
|
|
2370
|
-
"multiple": false,
|
|
2371
|
-
"type": "option"
|
|
2372
|
-
},
|
|
2373
|
-
"expires-days": {
|
|
2374
|
-
"description": "Expiry in days (omit for no expiry)",
|
|
2375
|
-
"name": "expires-days",
|
|
2376
|
-
"hasDynamicHelp": false,
|
|
2377
|
-
"multiple": false,
|
|
2378
|
-
"type": "option"
|
|
2379
|
-
},
|
|
2380
|
-
"budget": {
|
|
2381
|
-
"description": "Spend budget in USD",
|
|
2382
|
-
"name": "budget",
|
|
2383
|
-
"hasDynamicHelp": false,
|
|
2384
|
-
"multiple": false,
|
|
2385
|
-
"type": "option"
|
|
2386
|
-
},
|
|
2387
|
-
"face": {
|
|
2388
|
-
"description": "Allowed face alias (repeatable)",
|
|
2389
|
-
"name": "face",
|
|
2390
|
-
"hasDynamicHelp": false,
|
|
2391
|
-
"multiple": true,
|
|
2392
|
-
"type": "option"
|
|
2393
|
-
},
|
|
2394
|
-
"model": {
|
|
2395
|
-
"description": "Allowed model name (repeatable)",
|
|
2396
|
-
"name": "model",
|
|
2397
|
-
"hasDynamicHelp": false,
|
|
2398
|
-
"multiple": true,
|
|
2399
|
-
"type": "option"
|
|
2400
|
-
},
|
|
2401
|
-
"save": {
|
|
2402
|
-
"description": "Save the new key to ~/.faces/config.json as api_key (default: true; use --no-save to skip)",
|
|
2403
|
-
"name": "save",
|
|
2404
|
-
"allowNo": true,
|
|
2405
|
-
"type": "boolean"
|
|
2406
|
-
}
|
|
2407
|
-
},
|
|
2408
|
-
"hasDynamicHelp": false,
|
|
2409
|
-
"hiddenAliases": [],
|
|
2410
|
-
"id": "keys:create",
|
|
2411
|
-
"pluginAlias": "faces-cli",
|
|
2412
|
-
"pluginName": "faces-cli",
|
|
2413
|
-
"pluginType": "core",
|
|
2414
|
-
"strict": true,
|
|
2415
|
-
"enableJsonFlag": true,
|
|
2416
|
-
"isESM": true,
|
|
2417
|
-
"relativePath": [
|
|
2418
|
-
"dist",
|
|
2419
|
-
"commands",
|
|
2420
|
-
"keys",
|
|
2421
|
-
"create.js"
|
|
2422
|
-
]
|
|
2423
|
-
},
|
|
2424
|
-
"keys:list": {
|
|
2425
|
-
"aliases": [],
|
|
2426
|
-
"args": {},
|
|
2427
|
-
"description": "List all API keys (JWT required)",
|
|
2428
|
-
"flags": {
|
|
2429
|
-
"json": {
|
|
2430
|
-
"description": "Format output as json.",
|
|
2431
|
-
"helpGroup": "GLOBAL",
|
|
2432
|
-
"name": "json",
|
|
2189
|
+
"yes": {
|
|
2190
|
+
"description": "Skip confirmation",
|
|
2191
|
+
"name": "yes",
|
|
2433
2192
|
"allowNo": false,
|
|
2434
2193
|
"type": "boolean"
|
|
2435
|
-
},
|
|
2436
|
-
"base-url": {
|
|
2437
|
-
"description": "API base URL",
|
|
2438
|
-
"env": "FACES_BASE_URL",
|
|
2439
|
-
"name": "base-url",
|
|
2440
|
-
"hasDynamicHelp": false,
|
|
2441
|
-
"multiple": false,
|
|
2442
|
-
"type": "option"
|
|
2443
|
-
},
|
|
2444
|
-
"token": {
|
|
2445
|
-
"description": "JWT bearer token",
|
|
2446
|
-
"env": "FACES_TOKEN",
|
|
2447
|
-
"name": "token",
|
|
2448
|
-
"hasDynamicHelp": false,
|
|
2449
|
-
"multiple": false,
|
|
2450
|
-
"type": "option"
|
|
2451
|
-
},
|
|
2452
|
-
"api-key": {
|
|
2453
|
-
"description": "API key",
|
|
2454
|
-
"env": "FACES_API_KEY",
|
|
2455
|
-
"name": "api-key",
|
|
2456
|
-
"hasDynamicHelp": false,
|
|
2457
|
-
"multiple": false,
|
|
2458
|
-
"type": "option"
|
|
2459
2194
|
}
|
|
2460
2195
|
},
|
|
2461
2196
|
"hasDynamicHelp": false,
|
|
2462
2197
|
"hiddenAliases": [],
|
|
2463
|
-
"id": "
|
|
2198
|
+
"id": "config:clear",
|
|
2464
2199
|
"pluginAlias": "faces-cli",
|
|
2465
2200
|
"pluginName": "faces-cli",
|
|
2466
2201
|
"pluginType": "core",
|
|
@@ -2470,20 +2205,25 @@
|
|
|
2470
2205
|
"relativePath": [
|
|
2471
2206
|
"dist",
|
|
2472
2207
|
"commands",
|
|
2473
|
-
"
|
|
2474
|
-
"
|
|
2208
|
+
"config",
|
|
2209
|
+
"clear.js"
|
|
2475
2210
|
]
|
|
2476
2211
|
},
|
|
2477
|
-
"
|
|
2212
|
+
"config:set": {
|
|
2478
2213
|
"aliases": [],
|
|
2479
2214
|
"args": {
|
|
2480
|
-
"
|
|
2481
|
-
"description": "
|
|
2482
|
-
"name": "
|
|
2215
|
+
"key": {
|
|
2216
|
+
"description": "Config key",
|
|
2217
|
+
"name": "key",
|
|
2218
|
+
"required": true
|
|
2219
|
+
},
|
|
2220
|
+
"value": {
|
|
2221
|
+
"description": "Config value",
|
|
2222
|
+
"name": "value",
|
|
2483
2223
|
"required": true
|
|
2484
2224
|
}
|
|
2485
2225
|
},
|
|
2486
|
-
"description": "
|
|
2226
|
+
"description": "Set a config value (e.g. base_url, api_key, token)",
|
|
2487
2227
|
"flags": {
|
|
2488
2228
|
"json": {
|
|
2489
2229
|
"description": "Format output as json.",
|
|
@@ -2515,17 +2255,11 @@
|
|
|
2515
2255
|
"hasDynamicHelp": false,
|
|
2516
2256
|
"multiple": false,
|
|
2517
2257
|
"type": "option"
|
|
2518
|
-
},
|
|
2519
|
-
"yes": {
|
|
2520
|
-
"description": "Skip confirmation",
|
|
2521
|
-
"name": "yes",
|
|
2522
|
-
"allowNo": false,
|
|
2523
|
-
"type": "boolean"
|
|
2524
2258
|
}
|
|
2525
2259
|
},
|
|
2526
2260
|
"hasDynamicHelp": false,
|
|
2527
2261
|
"hiddenAliases": [],
|
|
2528
|
-
"id": "
|
|
2262
|
+
"id": "config:set",
|
|
2529
2263
|
"pluginAlias": "faces-cli",
|
|
2530
2264
|
"pluginName": "faces-cli",
|
|
2531
2265
|
"pluginType": "core",
|
|
@@ -2535,20 +2269,14 @@
|
|
|
2535
2269
|
"relativePath": [
|
|
2536
2270
|
"dist",
|
|
2537
2271
|
"commands",
|
|
2538
|
-
"
|
|
2539
|
-
"
|
|
2272
|
+
"config",
|
|
2273
|
+
"set.js"
|
|
2540
2274
|
]
|
|
2541
2275
|
},
|
|
2542
|
-
"
|
|
2276
|
+
"config:show": {
|
|
2543
2277
|
"aliases": [],
|
|
2544
|
-
"args": {
|
|
2545
|
-
|
|
2546
|
-
"description": "Key ID",
|
|
2547
|
-
"name": "key_id",
|
|
2548
|
-
"required": true
|
|
2549
|
-
}
|
|
2550
|
-
},
|
|
2551
|
-
"description": "Update API key metadata (JWT required)",
|
|
2278
|
+
"args": {},
|
|
2279
|
+
"description": "Print current config (credentials are masked)",
|
|
2552
2280
|
"flags": {
|
|
2553
2281
|
"json": {
|
|
2554
2282
|
"description": "Format output as json.",
|
|
@@ -2580,31 +2308,11 @@
|
|
|
2580
2308
|
"hasDynamicHelp": false,
|
|
2581
2309
|
"multiple": false,
|
|
2582
2310
|
"type": "option"
|
|
2583
|
-
},
|
|
2584
|
-
"name": {
|
|
2585
|
-
"description": "New key name",
|
|
2586
|
-
"name": "name",
|
|
2587
|
-
"hasDynamicHelp": false,
|
|
2588
|
-
"multiple": false,
|
|
2589
|
-
"type": "option"
|
|
2590
|
-
},
|
|
2591
|
-
"budget": {
|
|
2592
|
-
"description": "New spend budget in USD",
|
|
2593
|
-
"name": "budget",
|
|
2594
|
-
"hasDynamicHelp": false,
|
|
2595
|
-
"multiple": false,
|
|
2596
|
-
"type": "option"
|
|
2597
|
-
},
|
|
2598
|
-
"reset-spent": {
|
|
2599
|
-
"description": "Reset spent amount to zero",
|
|
2600
|
-
"name": "reset-spent",
|
|
2601
|
-
"allowNo": false,
|
|
2602
|
-
"type": "boolean"
|
|
2603
2311
|
}
|
|
2604
2312
|
},
|
|
2605
2313
|
"hasDynamicHelp": false,
|
|
2606
2314
|
"hiddenAliases": [],
|
|
2607
|
-
"id": "
|
|
2315
|
+
"id": "config:show",
|
|
2608
2316
|
"pluginAlias": "faces-cli",
|
|
2609
2317
|
"pluginName": "faces-cli",
|
|
2610
2318
|
"pluginType": "core",
|
|
@@ -2614,8 +2322,8 @@
|
|
|
2614
2322
|
"relativePath": [
|
|
2615
2323
|
"dist",
|
|
2616
2324
|
"commands",
|
|
2617
|
-
"
|
|
2618
|
-
"
|
|
2325
|
+
"config",
|
|
2326
|
+
"show.js"
|
|
2619
2327
|
]
|
|
2620
2328
|
},
|
|
2621
2329
|
"face:attributes": {
|
|
@@ -2764,6 +2472,23 @@
|
|
|
2764
2472
|
"hasDynamicHelp": false,
|
|
2765
2473
|
"multiple": true,
|
|
2766
2474
|
"type": "option"
|
|
2475
|
+
},
|
|
2476
|
+
"profile-addendum": {
|
|
2477
|
+
"description": "Per-face system prompt, injected after the persona profile and before any per-request system prompt (max 100,000 chars).",
|
|
2478
|
+
"name": "profile-addendum",
|
|
2479
|
+
"hasDynamicHelp": false,
|
|
2480
|
+
"multiple": false,
|
|
2481
|
+
"type": "option"
|
|
2482
|
+
},
|
|
2483
|
+
"profile-addendum-file": {
|
|
2484
|
+
"description": "Read the per-face system prompt from a file (alternative to --profile-addendum).",
|
|
2485
|
+
"exclusive": [
|
|
2486
|
+
"profile-addendum"
|
|
2487
|
+
],
|
|
2488
|
+
"name": "profile-addendum-file",
|
|
2489
|
+
"hasDynamicHelp": false,
|
|
2490
|
+
"multiple": false,
|
|
2491
|
+
"type": "option"
|
|
2767
2492
|
}
|
|
2768
2493
|
},
|
|
2769
2494
|
"hasDynamicHelp": false,
|
|
@@ -2998,6 +2723,33 @@
|
|
|
2998
2723
|
"hasDynamicHelp": false,
|
|
2999
2724
|
"multiple": true,
|
|
3000
2725
|
"type": "option"
|
|
2726
|
+
},
|
|
2727
|
+
"profile-addendum": {
|
|
2728
|
+
"description": "Replace the per-face system prompt (max 100,000 chars).",
|
|
2729
|
+
"name": "profile-addendum",
|
|
2730
|
+
"hasDynamicHelp": false,
|
|
2731
|
+
"multiple": false,
|
|
2732
|
+
"type": "option"
|
|
2733
|
+
},
|
|
2734
|
+
"profile-addendum-file": {
|
|
2735
|
+
"description": "Replace the per-face system prompt from a file.",
|
|
2736
|
+
"exclusive": [
|
|
2737
|
+
"profile-addendum"
|
|
2738
|
+
],
|
|
2739
|
+
"name": "profile-addendum-file",
|
|
2740
|
+
"hasDynamicHelp": false,
|
|
2741
|
+
"multiple": false,
|
|
2742
|
+
"type": "option"
|
|
2743
|
+
},
|
|
2744
|
+
"clear-profile-addendum": {
|
|
2745
|
+
"description": "Remove the per-face system prompt.",
|
|
2746
|
+
"exclusive": [
|
|
2747
|
+
"profile-addendum",
|
|
2748
|
+
"profile-addendum-file"
|
|
2749
|
+
],
|
|
2750
|
+
"name": "clear-profile-addendum",
|
|
2751
|
+
"allowNo": false,
|
|
2752
|
+
"type": "boolean"
|
|
3001
2753
|
}
|
|
3002
2754
|
},
|
|
3003
2755
|
"hasDynamicHelp": false,
|
|
@@ -3064,6 +2816,12 @@
|
|
|
3064
2816
|
"hasDynamicHelp": false,
|
|
3065
2817
|
"multiple": false,
|
|
3066
2818
|
"type": "option"
|
|
2819
|
+
},
|
|
2820
|
+
"full": {
|
|
2821
|
+
"description": "Print the full profile_addendum instead of a truncated preview",
|
|
2822
|
+
"name": "full",
|
|
2823
|
+
"allowNo": false,
|
|
2824
|
+
"type": "boolean"
|
|
3067
2825
|
}
|
|
3068
2826
|
},
|
|
3069
2827
|
"hasDynamicHelp": false,
|
|
@@ -3493,16 +3251,10 @@
|
|
|
3493
3251
|
"upload.js"
|
|
3494
3252
|
]
|
|
3495
3253
|
},
|
|
3496
|
-
"
|
|
3254
|
+
"keys:create": {
|
|
3497
3255
|
"aliases": [],
|
|
3498
|
-
"args": {
|
|
3499
|
-
|
|
3500
|
-
"description": "Team ID",
|
|
3501
|
-
"name": "team_id",
|
|
3502
|
-
"required": true
|
|
3503
|
-
}
|
|
3504
|
-
},
|
|
3505
|
-
"description": "Add face(s) to a team",
|
|
3256
|
+
"args": {},
|
|
3257
|
+
"description": "Create a new API key (JWT required). The new key is saved to ~/.faces/config.json as api_key by default; pass --no-save to skip.",
|
|
3506
3258
|
"flags": {
|
|
3507
3259
|
"json": {
|
|
3508
3260
|
"description": "Format output as json.",
|
|
@@ -3535,18 +3287,52 @@
|
|
|
3535
3287
|
"multiple": false,
|
|
3536
3288
|
"type": "option"
|
|
3537
3289
|
},
|
|
3290
|
+
"name": {
|
|
3291
|
+
"description": "Key name/label",
|
|
3292
|
+
"name": "name",
|
|
3293
|
+
"required": true,
|
|
3294
|
+
"hasDynamicHelp": false,
|
|
3295
|
+
"multiple": false,
|
|
3296
|
+
"type": "option"
|
|
3297
|
+
},
|
|
3298
|
+
"expires-days": {
|
|
3299
|
+
"description": "Expiry in days (omit for no expiry)",
|
|
3300
|
+
"name": "expires-days",
|
|
3301
|
+
"hasDynamicHelp": false,
|
|
3302
|
+
"multiple": false,
|
|
3303
|
+
"type": "option"
|
|
3304
|
+
},
|
|
3305
|
+
"budget": {
|
|
3306
|
+
"description": "Spend budget in USD",
|
|
3307
|
+
"name": "budget",
|
|
3308
|
+
"hasDynamicHelp": false,
|
|
3309
|
+
"multiple": false,
|
|
3310
|
+
"type": "option"
|
|
3311
|
+
},
|
|
3538
3312
|
"face": {
|
|
3539
|
-
"description": "
|
|
3313
|
+
"description": "Allowed face alias (repeatable)",
|
|
3540
3314
|
"name": "face",
|
|
3541
|
-
"required": true,
|
|
3542
3315
|
"hasDynamicHelp": false,
|
|
3543
3316
|
"multiple": true,
|
|
3544
3317
|
"type": "option"
|
|
3318
|
+
},
|
|
3319
|
+
"model": {
|
|
3320
|
+
"description": "Allowed model name (repeatable)",
|
|
3321
|
+
"name": "model",
|
|
3322
|
+
"hasDynamicHelp": false,
|
|
3323
|
+
"multiple": true,
|
|
3324
|
+
"type": "option"
|
|
3325
|
+
},
|
|
3326
|
+
"save": {
|
|
3327
|
+
"description": "Save the new key to ~/.faces/config.json as api_key (default: true; use --no-save to skip)",
|
|
3328
|
+
"name": "save",
|
|
3329
|
+
"allowNo": true,
|
|
3330
|
+
"type": "boolean"
|
|
3545
3331
|
}
|
|
3546
3332
|
},
|
|
3547
3333
|
"hasDynamicHelp": false,
|
|
3548
3334
|
"hiddenAliases": [],
|
|
3549
|
-
"id": "
|
|
3335
|
+
"id": "keys:create",
|
|
3550
3336
|
"pluginAlias": "faces-cli",
|
|
3551
3337
|
"pluginName": "faces-cli",
|
|
3552
3338
|
"pluginType": "core",
|
|
@@ -3556,14 +3342,14 @@
|
|
|
3556
3342
|
"relativePath": [
|
|
3557
3343
|
"dist",
|
|
3558
3344
|
"commands",
|
|
3559
|
-
"
|
|
3560
|
-
"
|
|
3345
|
+
"keys",
|
|
3346
|
+
"create.js"
|
|
3561
3347
|
]
|
|
3562
3348
|
},
|
|
3563
|
-
"
|
|
3349
|
+
"keys:list": {
|
|
3564
3350
|
"aliases": [],
|
|
3565
3351
|
"args": {},
|
|
3566
|
-
"description": "
|
|
3352
|
+
"description": "List all API keys (JWT required)",
|
|
3567
3353
|
"flags": {
|
|
3568
3354
|
"json": {
|
|
3569
3355
|
"description": "Format output as json.",
|
|
@@ -3595,47 +3381,11 @@
|
|
|
3595
3381
|
"hasDynamicHelp": false,
|
|
3596
3382
|
"multiple": false,
|
|
3597
3383
|
"type": "option"
|
|
3598
|
-
},
|
|
3599
|
-
"name": {
|
|
3600
|
-
"description": "Team name",
|
|
3601
|
-
"name": "name",
|
|
3602
|
-
"required": true,
|
|
3603
|
-
"hasDynamicHelp": false,
|
|
3604
|
-
"multiple": false,
|
|
3605
|
-
"type": "option"
|
|
3606
|
-
},
|
|
3607
|
-
"description": {
|
|
3608
|
-
"description": "Plain-text team description (max 1500 chars)",
|
|
3609
|
-
"name": "description",
|
|
3610
|
-
"hasDynamicHelp": false,
|
|
3611
|
-
"multiple": false,
|
|
3612
|
-
"type": "option"
|
|
3613
|
-
},
|
|
3614
|
-
"protocol": {
|
|
3615
|
-
"description": "Protocol content (mermaid diagram or markdown, max 1000 words)",
|
|
3616
|
-
"name": "protocol",
|
|
3617
|
-
"hasDynamicHelp": false,
|
|
3618
|
-
"multiple": false,
|
|
3619
|
-
"type": "option"
|
|
3620
|
-
},
|
|
3621
|
-
"protocol-file": {
|
|
3622
|
-
"description": "Read protocol from file",
|
|
3623
|
-
"name": "protocol-file",
|
|
3624
|
-
"hasDynamicHelp": false,
|
|
3625
|
-
"multiple": false,
|
|
3626
|
-
"type": "option"
|
|
3627
|
-
},
|
|
3628
|
-
"tag": {
|
|
3629
|
-
"description": "Tag label (repeatable, lowercase)",
|
|
3630
|
-
"name": "tag",
|
|
3631
|
-
"hasDynamicHelp": false,
|
|
3632
|
-
"multiple": true,
|
|
3633
|
-
"type": "option"
|
|
3634
3384
|
}
|
|
3635
3385
|
},
|
|
3636
3386
|
"hasDynamicHelp": false,
|
|
3637
3387
|
"hiddenAliases": [],
|
|
3638
|
-
"id": "
|
|
3388
|
+
"id": "keys:list",
|
|
3639
3389
|
"pluginAlias": "faces-cli",
|
|
3640
3390
|
"pluginName": "faces-cli",
|
|
3641
3391
|
"pluginType": "core",
|
|
@@ -3645,20 +3395,20 @@
|
|
|
3645
3395
|
"relativePath": [
|
|
3646
3396
|
"dist",
|
|
3647
3397
|
"commands",
|
|
3648
|
-
"
|
|
3649
|
-
"
|
|
3398
|
+
"keys",
|
|
3399
|
+
"list.js"
|
|
3650
3400
|
]
|
|
3651
3401
|
},
|
|
3652
|
-
"
|
|
3402
|
+
"keys:revoke": {
|
|
3653
3403
|
"aliases": [],
|
|
3654
3404
|
"args": {
|
|
3655
|
-
"
|
|
3656
|
-
"description": "
|
|
3657
|
-
"name": "
|
|
3405
|
+
"key_id": {
|
|
3406
|
+
"description": "Key ID",
|
|
3407
|
+
"name": "key_id",
|
|
3658
3408
|
"required": true
|
|
3659
3409
|
}
|
|
3660
3410
|
},
|
|
3661
|
-
"description": "
|
|
3411
|
+
"description": "Revoke an API key (JWT required)",
|
|
3662
3412
|
"flags": {
|
|
3663
3413
|
"json": {
|
|
3664
3414
|
"description": "Format output as json.",
|
|
@@ -3700,7 +3450,7 @@
|
|
|
3700
3450
|
},
|
|
3701
3451
|
"hasDynamicHelp": false,
|
|
3702
3452
|
"hiddenAliases": [],
|
|
3703
|
-
"id": "
|
|
3453
|
+
"id": "keys:revoke",
|
|
3704
3454
|
"pluginAlias": "faces-cli",
|
|
3705
3455
|
"pluginName": "faces-cli",
|
|
3706
3456
|
"pluginType": "core",
|
|
@@ -3710,20 +3460,20 @@
|
|
|
3710
3460
|
"relativePath": [
|
|
3711
3461
|
"dist",
|
|
3712
3462
|
"commands",
|
|
3713
|
-
"
|
|
3714
|
-
"
|
|
3463
|
+
"keys",
|
|
3464
|
+
"revoke.js"
|
|
3715
3465
|
]
|
|
3716
3466
|
},
|
|
3717
|
-
"
|
|
3467
|
+
"keys:update": {
|
|
3718
3468
|
"aliases": [],
|
|
3719
3469
|
"args": {
|
|
3720
|
-
"
|
|
3721
|
-
"description": "
|
|
3722
|
-
"name": "
|
|
3470
|
+
"key_id": {
|
|
3471
|
+
"description": "Key ID",
|
|
3472
|
+
"name": "key_id",
|
|
3723
3473
|
"required": true
|
|
3724
3474
|
}
|
|
3725
3475
|
},
|
|
3726
|
-
"description": "
|
|
3476
|
+
"description": "Update API key metadata (JWT required)",
|
|
3727
3477
|
"flags": {
|
|
3728
3478
|
"json": {
|
|
3729
3479
|
"description": "Format output as json.",
|
|
@@ -3757,37 +3507,29 @@
|
|
|
3757
3507
|
"type": "option"
|
|
3758
3508
|
},
|
|
3759
3509
|
"name": {
|
|
3760
|
-
"description": "New
|
|
3510
|
+
"description": "New key name",
|
|
3761
3511
|
"name": "name",
|
|
3762
3512
|
"hasDynamicHelp": false,
|
|
3763
3513
|
"multiple": false,
|
|
3764
3514
|
"type": "option"
|
|
3765
3515
|
},
|
|
3766
|
-
"
|
|
3767
|
-
"description": "New
|
|
3768
|
-
"name": "
|
|
3769
|
-
"hasDynamicHelp": false,
|
|
3770
|
-
"multiple": false,
|
|
3771
|
-
"type": "option"
|
|
3772
|
-
},
|
|
3773
|
-
"protocol": {
|
|
3774
|
-
"description": "New protocol content",
|
|
3775
|
-
"name": "protocol",
|
|
3516
|
+
"budget": {
|
|
3517
|
+
"description": "New spend budget in USD",
|
|
3518
|
+
"name": "budget",
|
|
3776
3519
|
"hasDynamicHelp": false,
|
|
3777
3520
|
"multiple": false,
|
|
3778
3521
|
"type": "option"
|
|
3779
3522
|
},
|
|
3780
|
-
"
|
|
3781
|
-
"description": "
|
|
3782
|
-
"name": "
|
|
3783
|
-
"
|
|
3784
|
-
"
|
|
3785
|
-
"type": "option"
|
|
3523
|
+
"reset-spent": {
|
|
3524
|
+
"description": "Reset spent amount to zero",
|
|
3525
|
+
"name": "reset-spent",
|
|
3526
|
+
"allowNo": false,
|
|
3527
|
+
"type": "boolean"
|
|
3786
3528
|
}
|
|
3787
3529
|
},
|
|
3788
3530
|
"hasDynamicHelp": false,
|
|
3789
3531
|
"hiddenAliases": [],
|
|
3790
|
-
"id": "
|
|
3532
|
+
"id": "keys:update",
|
|
3791
3533
|
"pluginAlias": "faces-cli",
|
|
3792
3534
|
"pluginName": "faces-cli",
|
|
3793
3535
|
"pluginType": "core",
|
|
@@ -3797,11 +3539,11 @@
|
|
|
3797
3539
|
"relativePath": [
|
|
3798
3540
|
"dist",
|
|
3799
3541
|
"commands",
|
|
3800
|
-
"
|
|
3801
|
-
"
|
|
3542
|
+
"keys",
|
|
3543
|
+
"update.js"
|
|
3802
3544
|
]
|
|
3803
3545
|
},
|
|
3804
|
-
"team:
|
|
3546
|
+
"team:add": {
|
|
3805
3547
|
"aliases": [],
|
|
3806
3548
|
"args": {
|
|
3807
3549
|
"team_id": {
|
|
@@ -3810,7 +3552,7 @@
|
|
|
3810
3552
|
"required": true
|
|
3811
3553
|
}
|
|
3812
3554
|
},
|
|
3813
|
-
"description": "
|
|
3555
|
+
"description": "Add face(s) to a team",
|
|
3814
3556
|
"flags": {
|
|
3815
3557
|
"json": {
|
|
3816
3558
|
"description": "Format output as json.",
|
|
@@ -3842,11 +3584,19 @@
|
|
|
3842
3584
|
"hasDynamicHelp": false,
|
|
3843
3585
|
"multiple": false,
|
|
3844
3586
|
"type": "option"
|
|
3587
|
+
},
|
|
3588
|
+
"face": {
|
|
3589
|
+
"description": "Face alias to add (repeatable)",
|
|
3590
|
+
"name": "face",
|
|
3591
|
+
"required": true,
|
|
3592
|
+
"hasDynamicHelp": false,
|
|
3593
|
+
"multiple": true,
|
|
3594
|
+
"type": "option"
|
|
3845
3595
|
}
|
|
3846
3596
|
},
|
|
3847
3597
|
"hasDynamicHelp": false,
|
|
3848
3598
|
"hiddenAliases": [],
|
|
3849
|
-
"id": "team:
|
|
3599
|
+
"id": "team:add",
|
|
3850
3600
|
"pluginAlias": "faces-cli",
|
|
3851
3601
|
"pluginName": "faces-cli",
|
|
3852
3602
|
"pluginType": "core",
|
|
@@ -3857,13 +3607,13 @@
|
|
|
3857
3607
|
"dist",
|
|
3858
3608
|
"commands",
|
|
3859
3609
|
"team",
|
|
3860
|
-
"
|
|
3610
|
+
"add.js"
|
|
3861
3611
|
]
|
|
3862
3612
|
},
|
|
3863
|
-
"team:
|
|
3613
|
+
"team:create": {
|
|
3864
3614
|
"aliases": [],
|
|
3865
3615
|
"args": {},
|
|
3866
|
-
"description": "
|
|
3616
|
+
"description": "Create a new team",
|
|
3867
3617
|
"flags": {
|
|
3868
3618
|
"json": {
|
|
3869
3619
|
"description": "Format output as json.",
|
|
@@ -3895,11 +3645,47 @@
|
|
|
3895
3645
|
"hasDynamicHelp": false,
|
|
3896
3646
|
"multiple": false,
|
|
3897
3647
|
"type": "option"
|
|
3648
|
+
},
|
|
3649
|
+
"name": {
|
|
3650
|
+
"description": "Team name",
|
|
3651
|
+
"name": "name",
|
|
3652
|
+
"required": true,
|
|
3653
|
+
"hasDynamicHelp": false,
|
|
3654
|
+
"multiple": false,
|
|
3655
|
+
"type": "option"
|
|
3656
|
+
},
|
|
3657
|
+
"description": {
|
|
3658
|
+
"description": "Plain-text team description (max 1500 chars)",
|
|
3659
|
+
"name": "description",
|
|
3660
|
+
"hasDynamicHelp": false,
|
|
3661
|
+
"multiple": false,
|
|
3662
|
+
"type": "option"
|
|
3663
|
+
},
|
|
3664
|
+
"protocol": {
|
|
3665
|
+
"description": "Protocol content (mermaid diagram or markdown, max 1000 words)",
|
|
3666
|
+
"name": "protocol",
|
|
3667
|
+
"hasDynamicHelp": false,
|
|
3668
|
+
"multiple": false,
|
|
3669
|
+
"type": "option"
|
|
3670
|
+
},
|
|
3671
|
+
"protocol-file": {
|
|
3672
|
+
"description": "Read protocol from file",
|
|
3673
|
+
"name": "protocol-file",
|
|
3674
|
+
"hasDynamicHelp": false,
|
|
3675
|
+
"multiple": false,
|
|
3676
|
+
"type": "option"
|
|
3677
|
+
},
|
|
3678
|
+
"tag": {
|
|
3679
|
+
"description": "Tag label (repeatable, lowercase)",
|
|
3680
|
+
"name": "tag",
|
|
3681
|
+
"hasDynamicHelp": false,
|
|
3682
|
+
"multiple": true,
|
|
3683
|
+
"type": "option"
|
|
3898
3684
|
}
|
|
3899
3685
|
},
|
|
3900
3686
|
"hasDynamicHelp": false,
|
|
3901
3687
|
"hiddenAliases": [],
|
|
3902
|
-
"id": "team:
|
|
3688
|
+
"id": "team:create",
|
|
3903
3689
|
"pluginAlias": "faces-cli",
|
|
3904
3690
|
"pluginName": "faces-cli",
|
|
3905
3691
|
"pluginType": "core",
|
|
@@ -3910,10 +3696,10 @@
|
|
|
3910
3696
|
"dist",
|
|
3911
3697
|
"commands",
|
|
3912
3698
|
"team",
|
|
3913
|
-
"
|
|
3699
|
+
"create.js"
|
|
3914
3700
|
]
|
|
3915
3701
|
},
|
|
3916
|
-
"team:
|
|
3702
|
+
"team:delete": {
|
|
3917
3703
|
"aliases": [],
|
|
3918
3704
|
"args": {
|
|
3919
3705
|
"team_id": {
|
|
@@ -3922,7 +3708,7 @@
|
|
|
3922
3708
|
"required": true
|
|
3923
3709
|
}
|
|
3924
3710
|
},
|
|
3925
|
-
"description": "
|
|
3711
|
+
"description": "Delete a team",
|
|
3926
3712
|
"flags": {
|
|
3927
3713
|
"json": {
|
|
3928
3714
|
"description": "Format output as json.",
|
|
@@ -3954,11 +3740,17 @@
|
|
|
3954
3740
|
"hasDynamicHelp": false,
|
|
3955
3741
|
"multiple": false,
|
|
3956
3742
|
"type": "option"
|
|
3743
|
+
},
|
|
3744
|
+
"yes": {
|
|
3745
|
+
"description": "Skip confirmation",
|
|
3746
|
+
"name": "yes",
|
|
3747
|
+
"allowNo": false,
|
|
3748
|
+
"type": "boolean"
|
|
3957
3749
|
}
|
|
3958
3750
|
},
|
|
3959
3751
|
"hasDynamicHelp": false,
|
|
3960
3752
|
"hiddenAliases": [],
|
|
3961
|
-
"id": "team:
|
|
3753
|
+
"id": "team:delete",
|
|
3962
3754
|
"pluginAlias": "faces-cli",
|
|
3963
3755
|
"pluginName": "faces-cli",
|
|
3964
3756
|
"pluginType": "core",
|
|
@@ -3969,24 +3761,19 @@
|
|
|
3969
3761
|
"dist",
|
|
3970
3762
|
"commands",
|
|
3971
3763
|
"team",
|
|
3972
|
-
"
|
|
3764
|
+
"delete.js"
|
|
3973
3765
|
]
|
|
3974
3766
|
},
|
|
3975
|
-
"team:
|
|
3767
|
+
"team:edit": {
|
|
3976
3768
|
"aliases": [],
|
|
3977
3769
|
"args": {
|
|
3978
3770
|
"team_id": {
|
|
3979
3771
|
"description": "Team ID",
|
|
3980
3772
|
"name": "team_id",
|
|
3981
3773
|
"required": true
|
|
3982
|
-
},
|
|
3983
|
-
"alias": {
|
|
3984
|
-
"description": "Face alias to remove",
|
|
3985
|
-
"name": "alias",
|
|
3986
|
-
"required": true
|
|
3987
3774
|
}
|
|
3988
3775
|
},
|
|
3989
|
-
"description": "
|
|
3776
|
+
"description": "Edit a team",
|
|
3990
3777
|
"flags": {
|
|
3991
3778
|
"json": {
|
|
3992
3779
|
"description": "Format output as json.",
|
|
@@ -4018,11 +3805,39 @@
|
|
|
4018
3805
|
"hasDynamicHelp": false,
|
|
4019
3806
|
"multiple": false,
|
|
4020
3807
|
"type": "option"
|
|
3808
|
+
},
|
|
3809
|
+
"name": {
|
|
3810
|
+
"description": "New team name",
|
|
3811
|
+
"name": "name",
|
|
3812
|
+
"hasDynamicHelp": false,
|
|
3813
|
+
"multiple": false,
|
|
3814
|
+
"type": "option"
|
|
3815
|
+
},
|
|
3816
|
+
"description": {
|
|
3817
|
+
"description": "New description (max 1500 chars)",
|
|
3818
|
+
"name": "description",
|
|
3819
|
+
"hasDynamicHelp": false,
|
|
3820
|
+
"multiple": false,
|
|
3821
|
+
"type": "option"
|
|
3822
|
+
},
|
|
3823
|
+
"protocol": {
|
|
3824
|
+
"description": "New protocol content",
|
|
3825
|
+
"name": "protocol",
|
|
3826
|
+
"hasDynamicHelp": false,
|
|
3827
|
+
"multiple": false,
|
|
3828
|
+
"type": "option"
|
|
3829
|
+
},
|
|
3830
|
+
"protocol-file": {
|
|
3831
|
+
"description": "Read protocol from file",
|
|
3832
|
+
"name": "protocol-file",
|
|
3833
|
+
"hasDynamicHelp": false,
|
|
3834
|
+
"multiple": false,
|
|
3835
|
+
"type": "option"
|
|
4021
3836
|
}
|
|
4022
3837
|
},
|
|
4023
3838
|
"hasDynamicHelp": false,
|
|
4024
3839
|
"hiddenAliases": [],
|
|
4025
|
-
"id": "team:
|
|
3840
|
+
"id": "team:edit",
|
|
4026
3841
|
"pluginAlias": "faces-cli",
|
|
4027
3842
|
"pluginName": "faces-cli",
|
|
4028
3843
|
"pluginType": "core",
|
|
@@ -4033,13 +3848,19 @@
|
|
|
4033
3848
|
"dist",
|
|
4034
3849
|
"commands",
|
|
4035
3850
|
"team",
|
|
4036
|
-
"
|
|
3851
|
+
"edit.js"
|
|
4037
3852
|
]
|
|
4038
3853
|
},
|
|
4039
|
-
"
|
|
3854
|
+
"team:get": {
|
|
4040
3855
|
"aliases": [],
|
|
4041
|
-
"args": {
|
|
4042
|
-
|
|
3856
|
+
"args": {
|
|
3857
|
+
"team_id": {
|
|
3858
|
+
"description": "Team ID",
|
|
3859
|
+
"name": "team_id",
|
|
3860
|
+
"required": true
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
"description": "Get a team by ID",
|
|
4043
3864
|
"flags": {
|
|
4044
3865
|
"json": {
|
|
4045
3866
|
"description": "Format output as json.",
|
|
@@ -4071,22 +3892,11 @@
|
|
|
4071
3892
|
"hasDynamicHelp": false,
|
|
4072
3893
|
"multiple": false,
|
|
4073
3894
|
"type": "option"
|
|
4074
|
-
},
|
|
4075
|
-
"plan": {
|
|
4076
|
-
"description": "Plan to activate",
|
|
4077
|
-
"name": "plan",
|
|
4078
|
-
"default": "connect",
|
|
4079
|
-
"hasDynamicHelp": false,
|
|
4080
|
-
"multiple": false,
|
|
4081
|
-
"options": [
|
|
4082
|
-
"connect"
|
|
4083
|
-
],
|
|
4084
|
-
"type": "option"
|
|
4085
3895
|
}
|
|
4086
3896
|
},
|
|
4087
3897
|
"hasDynamicHelp": false,
|
|
4088
3898
|
"hiddenAliases": [],
|
|
4089
|
-
"id": "
|
|
3899
|
+
"id": "team:get",
|
|
4090
3900
|
"pluginAlias": "faces-cli",
|
|
4091
3901
|
"pluginName": "faces-cli",
|
|
4092
3902
|
"pluginType": "core",
|
|
@@ -4096,15 +3906,14 @@
|
|
|
4096
3906
|
"relativePath": [
|
|
4097
3907
|
"dist",
|
|
4098
3908
|
"commands",
|
|
4099
|
-
"
|
|
4100
|
-
"
|
|
4101
|
-
"activate.js"
|
|
3909
|
+
"team",
|
|
3910
|
+
"get.js"
|
|
4102
3911
|
]
|
|
4103
3912
|
},
|
|
4104
|
-
"
|
|
3913
|
+
"team:list": {
|
|
4105
3914
|
"aliases": [],
|
|
4106
3915
|
"args": {},
|
|
4107
|
-
"description": "
|
|
3916
|
+
"description": "List your teams",
|
|
4108
3917
|
"flags": {
|
|
4109
3918
|
"json": {
|
|
4110
3919
|
"description": "Format output as json.",
|
|
@@ -4136,17 +3945,11 @@
|
|
|
4136
3945
|
"hasDynamicHelp": false,
|
|
4137
3946
|
"multiple": false,
|
|
4138
3947
|
"type": "option"
|
|
4139
|
-
},
|
|
4140
|
-
"yes": {
|
|
4141
|
-
"description": "Skip confirmation",
|
|
4142
|
-
"name": "yes",
|
|
4143
|
-
"allowNo": false,
|
|
4144
|
-
"type": "boolean"
|
|
4145
3948
|
}
|
|
4146
3949
|
},
|
|
4147
3950
|
"hasDynamicHelp": false,
|
|
4148
3951
|
"hiddenAliases": [],
|
|
4149
|
-
"id": "
|
|
3952
|
+
"id": "team:list",
|
|
4150
3953
|
"pluginAlias": "faces-cli",
|
|
4151
3954
|
"pluginName": "faces-cli",
|
|
4152
3955
|
"pluginType": "core",
|
|
@@ -4156,21 +3959,20 @@
|
|
|
4156
3959
|
"relativePath": [
|
|
4157
3960
|
"dist",
|
|
4158
3961
|
"commands",
|
|
4159
|
-
"
|
|
4160
|
-
"
|
|
4161
|
-
"cancel.js"
|
|
3962
|
+
"team",
|
|
3963
|
+
"list.js"
|
|
4162
3964
|
]
|
|
4163
3965
|
},
|
|
4164
|
-
"
|
|
3966
|
+
"team:members": {
|
|
4165
3967
|
"aliases": [],
|
|
4166
3968
|
"args": {
|
|
4167
|
-
"
|
|
4168
|
-
"description": "
|
|
4169
|
-
"name": "
|
|
3969
|
+
"team_id": {
|
|
3970
|
+
"description": "Team ID",
|
|
3971
|
+
"name": "team_id",
|
|
4170
3972
|
"required": true
|
|
4171
3973
|
}
|
|
4172
3974
|
},
|
|
4173
|
-
"description": "
|
|
3975
|
+
"description": "List members of a team",
|
|
4174
3976
|
"flags": {
|
|
4175
3977
|
"json": {
|
|
4176
3978
|
"description": "Format output as json.",
|
|
@@ -4202,44 +4004,272 @@
|
|
|
4202
4004
|
"hasDynamicHelp": false,
|
|
4203
4005
|
"multiple": false,
|
|
4204
4006
|
"type": "option"
|
|
4007
|
+
}
|
|
4008
|
+
},
|
|
4009
|
+
"hasDynamicHelp": false,
|
|
4010
|
+
"hiddenAliases": [],
|
|
4011
|
+
"id": "team:members",
|
|
4012
|
+
"pluginAlias": "faces-cli",
|
|
4013
|
+
"pluginName": "faces-cli",
|
|
4014
|
+
"pluginType": "core",
|
|
4015
|
+
"strict": true,
|
|
4016
|
+
"enableJsonFlag": true,
|
|
4017
|
+
"isESM": true,
|
|
4018
|
+
"relativePath": [
|
|
4019
|
+
"dist",
|
|
4020
|
+
"commands",
|
|
4021
|
+
"team",
|
|
4022
|
+
"members.js"
|
|
4023
|
+
]
|
|
4024
|
+
},
|
|
4025
|
+
"team:remove": {
|
|
4026
|
+
"aliases": [],
|
|
4027
|
+
"args": {
|
|
4028
|
+
"team_id": {
|
|
4029
|
+
"description": "Team ID",
|
|
4030
|
+
"name": "team_id",
|
|
4031
|
+
"required": true
|
|
4205
4032
|
},
|
|
4206
|
-
"
|
|
4207
|
-
"description": "
|
|
4208
|
-
"name": "
|
|
4209
|
-
"
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
"
|
|
4216
|
-
"
|
|
4217
|
-
"
|
|
4218
|
-
"
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
"
|
|
4223
|
-
"
|
|
4224
|
-
"
|
|
4225
|
-
"
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
"
|
|
4033
|
+
"alias": {
|
|
4034
|
+
"description": "Face alias to remove",
|
|
4035
|
+
"name": "alias",
|
|
4036
|
+
"required": true
|
|
4037
|
+
}
|
|
4038
|
+
},
|
|
4039
|
+
"description": "Remove a face from a team",
|
|
4040
|
+
"flags": {
|
|
4041
|
+
"json": {
|
|
4042
|
+
"description": "Format output as json.",
|
|
4043
|
+
"helpGroup": "GLOBAL",
|
|
4044
|
+
"name": "json",
|
|
4045
|
+
"allowNo": false,
|
|
4046
|
+
"type": "boolean"
|
|
4047
|
+
},
|
|
4048
|
+
"base-url": {
|
|
4049
|
+
"description": "API base URL",
|
|
4050
|
+
"env": "FACES_BASE_URL",
|
|
4051
|
+
"name": "base-url",
|
|
4052
|
+
"hasDynamicHelp": false,
|
|
4053
|
+
"multiple": false,
|
|
4054
|
+
"type": "option"
|
|
4055
|
+
},
|
|
4056
|
+
"token": {
|
|
4057
|
+
"description": "JWT bearer token",
|
|
4058
|
+
"env": "FACES_TOKEN",
|
|
4059
|
+
"name": "token",
|
|
4060
|
+
"hasDynamicHelp": false,
|
|
4061
|
+
"multiple": false,
|
|
4062
|
+
"type": "option"
|
|
4063
|
+
},
|
|
4064
|
+
"api-key": {
|
|
4065
|
+
"description": "API key",
|
|
4066
|
+
"env": "FACES_API_KEY",
|
|
4067
|
+
"name": "api-key",
|
|
4068
|
+
"hasDynamicHelp": false,
|
|
4069
|
+
"multiple": false,
|
|
4070
|
+
"type": "option"
|
|
4071
|
+
}
|
|
4072
|
+
},
|
|
4073
|
+
"hasDynamicHelp": false,
|
|
4074
|
+
"hiddenAliases": [],
|
|
4075
|
+
"id": "team:remove",
|
|
4076
|
+
"pluginAlias": "faces-cli",
|
|
4077
|
+
"pluginName": "faces-cli",
|
|
4078
|
+
"pluginType": "core",
|
|
4079
|
+
"strict": true,
|
|
4080
|
+
"enableJsonFlag": true,
|
|
4081
|
+
"isESM": true,
|
|
4082
|
+
"relativePath": [
|
|
4083
|
+
"dist",
|
|
4084
|
+
"commands",
|
|
4085
|
+
"team",
|
|
4086
|
+
"remove.js"
|
|
4087
|
+
]
|
|
4088
|
+
},
|
|
4089
|
+
"billing:subscription:activate": {
|
|
4090
|
+
"aliases": [],
|
|
4091
|
+
"args": {},
|
|
4092
|
+
"description": "Activate or reactivate a subscription plan",
|
|
4093
|
+
"flags": {
|
|
4094
|
+
"json": {
|
|
4095
|
+
"description": "Format output as json.",
|
|
4096
|
+
"helpGroup": "GLOBAL",
|
|
4097
|
+
"name": "json",
|
|
4098
|
+
"allowNo": false,
|
|
4099
|
+
"type": "boolean"
|
|
4100
|
+
},
|
|
4101
|
+
"base-url": {
|
|
4102
|
+
"description": "API base URL",
|
|
4103
|
+
"env": "FACES_BASE_URL",
|
|
4104
|
+
"name": "base-url",
|
|
4105
|
+
"hasDynamicHelp": false,
|
|
4106
|
+
"multiple": false,
|
|
4107
|
+
"type": "option"
|
|
4108
|
+
},
|
|
4109
|
+
"token": {
|
|
4110
|
+
"description": "JWT bearer token",
|
|
4111
|
+
"env": "FACES_TOKEN",
|
|
4112
|
+
"name": "token",
|
|
4113
|
+
"hasDynamicHelp": false,
|
|
4114
|
+
"multiple": false,
|
|
4115
|
+
"type": "option"
|
|
4116
|
+
},
|
|
4117
|
+
"api-key": {
|
|
4118
|
+
"description": "API key",
|
|
4119
|
+
"env": "FACES_API_KEY",
|
|
4120
|
+
"name": "api-key",
|
|
4121
|
+
"hasDynamicHelp": false,
|
|
4122
|
+
"multiple": false,
|
|
4123
|
+
"type": "option"
|
|
4124
|
+
},
|
|
4125
|
+
"plan": {
|
|
4126
|
+
"description": "Plan to activate",
|
|
4127
|
+
"name": "plan",
|
|
4128
|
+
"default": "connect",
|
|
4231
4129
|
"hasDynamicHelp": false,
|
|
4232
4130
|
"multiple": false,
|
|
4233
4131
|
"options": [
|
|
4234
|
-
"
|
|
4235
|
-
"third-person"
|
|
4132
|
+
"connect"
|
|
4236
4133
|
],
|
|
4237
4134
|
"type": "option"
|
|
4238
4135
|
}
|
|
4239
4136
|
},
|
|
4240
4137
|
"hasDynamicHelp": false,
|
|
4241
4138
|
"hiddenAliases": [],
|
|
4242
|
-
"id": "
|
|
4139
|
+
"id": "billing:subscription:activate",
|
|
4140
|
+
"pluginAlias": "faces-cli",
|
|
4141
|
+
"pluginName": "faces-cli",
|
|
4142
|
+
"pluginType": "core",
|
|
4143
|
+
"strict": true,
|
|
4144
|
+
"enableJsonFlag": true,
|
|
4145
|
+
"isESM": true,
|
|
4146
|
+
"relativePath": [
|
|
4147
|
+
"dist",
|
|
4148
|
+
"commands",
|
|
4149
|
+
"billing",
|
|
4150
|
+
"subscription",
|
|
4151
|
+
"activate.js"
|
|
4152
|
+
]
|
|
4153
|
+
},
|
|
4154
|
+
"billing:subscription:cancel": {
|
|
4155
|
+
"aliases": [],
|
|
4156
|
+
"args": {},
|
|
4157
|
+
"description": "Cancel your subscription (keeps access until period end)",
|
|
4158
|
+
"flags": {
|
|
4159
|
+
"json": {
|
|
4160
|
+
"description": "Format output as json.",
|
|
4161
|
+
"helpGroup": "GLOBAL",
|
|
4162
|
+
"name": "json",
|
|
4163
|
+
"allowNo": false,
|
|
4164
|
+
"type": "boolean"
|
|
4165
|
+
},
|
|
4166
|
+
"base-url": {
|
|
4167
|
+
"description": "API base URL",
|
|
4168
|
+
"env": "FACES_BASE_URL",
|
|
4169
|
+
"name": "base-url",
|
|
4170
|
+
"hasDynamicHelp": false,
|
|
4171
|
+
"multiple": false,
|
|
4172
|
+
"type": "option"
|
|
4173
|
+
},
|
|
4174
|
+
"token": {
|
|
4175
|
+
"description": "JWT bearer token",
|
|
4176
|
+
"env": "FACES_TOKEN",
|
|
4177
|
+
"name": "token",
|
|
4178
|
+
"hasDynamicHelp": false,
|
|
4179
|
+
"multiple": false,
|
|
4180
|
+
"type": "option"
|
|
4181
|
+
},
|
|
4182
|
+
"api-key": {
|
|
4183
|
+
"description": "API key",
|
|
4184
|
+
"env": "FACES_API_KEY",
|
|
4185
|
+
"name": "api-key",
|
|
4186
|
+
"hasDynamicHelp": false,
|
|
4187
|
+
"multiple": false,
|
|
4188
|
+
"type": "option"
|
|
4189
|
+
},
|
|
4190
|
+
"yes": {
|
|
4191
|
+
"description": "Skip confirmation",
|
|
4192
|
+
"name": "yes",
|
|
4193
|
+
"allowNo": false,
|
|
4194
|
+
"type": "boolean"
|
|
4195
|
+
}
|
|
4196
|
+
},
|
|
4197
|
+
"hasDynamicHelp": false,
|
|
4198
|
+
"hiddenAliases": [],
|
|
4199
|
+
"id": "billing:subscription:cancel",
|
|
4200
|
+
"pluginAlias": "faces-cli",
|
|
4201
|
+
"pluginName": "faces-cli",
|
|
4202
|
+
"pluginType": "core",
|
|
4203
|
+
"strict": true,
|
|
4204
|
+
"enableJsonFlag": true,
|
|
4205
|
+
"isESM": true,
|
|
4206
|
+
"relativePath": [
|
|
4207
|
+
"dist",
|
|
4208
|
+
"commands",
|
|
4209
|
+
"billing",
|
|
4210
|
+
"subscription",
|
|
4211
|
+
"cancel.js"
|
|
4212
|
+
]
|
|
4213
|
+
},
|
|
4214
|
+
"compile:thread:create": {
|
|
4215
|
+
"aliases": [],
|
|
4216
|
+
"args": {
|
|
4217
|
+
"face_id": {
|
|
4218
|
+
"description": "Face alias",
|
|
4219
|
+
"name": "face_id",
|
|
4220
|
+
"required": true
|
|
4221
|
+
}
|
|
4222
|
+
},
|
|
4223
|
+
"description": "Start a new thread for a face",
|
|
4224
|
+
"flags": {
|
|
4225
|
+
"json": {
|
|
4226
|
+
"description": "Format output as json.",
|
|
4227
|
+
"helpGroup": "GLOBAL",
|
|
4228
|
+
"name": "json",
|
|
4229
|
+
"allowNo": false,
|
|
4230
|
+
"type": "boolean"
|
|
4231
|
+
},
|
|
4232
|
+
"base-url": {
|
|
4233
|
+
"description": "API base URL",
|
|
4234
|
+
"env": "FACES_BASE_URL",
|
|
4235
|
+
"name": "base-url",
|
|
4236
|
+
"hasDynamicHelp": false,
|
|
4237
|
+
"multiple": false,
|
|
4238
|
+
"type": "option"
|
|
4239
|
+
},
|
|
4240
|
+
"token": {
|
|
4241
|
+
"description": "JWT bearer token",
|
|
4242
|
+
"env": "FACES_TOKEN",
|
|
4243
|
+
"name": "token",
|
|
4244
|
+
"hasDynamicHelp": false,
|
|
4245
|
+
"multiple": false,
|
|
4246
|
+
"type": "option"
|
|
4247
|
+
},
|
|
4248
|
+
"api-key": {
|
|
4249
|
+
"description": "API key",
|
|
4250
|
+
"env": "FACES_API_KEY",
|
|
4251
|
+
"name": "api-key",
|
|
4252
|
+
"hasDynamicHelp": false,
|
|
4253
|
+
"multiple": false,
|
|
4254
|
+
"type": "option"
|
|
4255
|
+
},
|
|
4256
|
+
"label": {
|
|
4257
|
+
"description": "Thread label",
|
|
4258
|
+
"name": "label",
|
|
4259
|
+
"hasDynamicHelp": false,
|
|
4260
|
+
"multiple": false,
|
|
4261
|
+
"type": "option"
|
|
4262
|
+
},
|
|
4263
|
+
"oauth-only": {
|
|
4264
|
+
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
4265
|
+
"name": "oauth-only",
|
|
4266
|
+
"allowNo": false,
|
|
4267
|
+
"type": "boolean"
|
|
4268
|
+
}
|
|
4269
|
+
},
|
|
4270
|
+
"hasDynamicHelp": false,
|
|
4271
|
+
"hiddenAliases": [],
|
|
4272
|
+
"id": "compile:thread:create",
|
|
4243
4273
|
"pluginAlias": "faces-cli",
|
|
4244
4274
|
"pluginName": "faces-cli",
|
|
4245
4275
|
"pluginType": "core",
|
|
@@ -4250,20 +4280,20 @@
|
|
|
4250
4280
|
"dist",
|
|
4251
4281
|
"commands",
|
|
4252
4282
|
"compile",
|
|
4253
|
-
"
|
|
4283
|
+
"thread",
|
|
4254
4284
|
"create.js"
|
|
4255
4285
|
]
|
|
4256
4286
|
},
|
|
4257
|
-
"compile:
|
|
4287
|
+
"compile:thread:delete": {
|
|
4258
4288
|
"aliases": [],
|
|
4259
4289
|
"args": {
|
|
4260
|
-
"
|
|
4261
|
-
"description": "
|
|
4262
|
-
"name": "
|
|
4290
|
+
"thread_id": {
|
|
4291
|
+
"description": "Thread ID",
|
|
4292
|
+
"name": "thread_id",
|
|
4263
4293
|
"required": true
|
|
4264
4294
|
}
|
|
4265
4295
|
},
|
|
4266
|
-
"description": "Delete a
|
|
4296
|
+
"description": "Delete a thread",
|
|
4267
4297
|
"flags": {
|
|
4268
4298
|
"json": {
|
|
4269
4299
|
"description": "Format output as json.",
|
|
@@ -4295,11 +4325,17 @@
|
|
|
4295
4325
|
"hasDynamicHelp": false,
|
|
4296
4326
|
"multiple": false,
|
|
4297
4327
|
"type": "option"
|
|
4328
|
+
},
|
|
4329
|
+
"yes": {
|
|
4330
|
+
"description": "Skip confirmation",
|
|
4331
|
+
"name": "yes",
|
|
4332
|
+
"allowNo": false,
|
|
4333
|
+
"type": "boolean"
|
|
4298
4334
|
}
|
|
4299
4335
|
},
|
|
4300
4336
|
"hasDynamicHelp": false,
|
|
4301
4337
|
"hiddenAliases": [],
|
|
4302
|
-
"id": "compile:
|
|
4338
|
+
"id": "compile:thread:delete",
|
|
4303
4339
|
"pluginAlias": "faces-cli",
|
|
4304
4340
|
"pluginName": "faces-cli",
|
|
4305
4341
|
"pluginType": "core",
|
|
@@ -4310,20 +4346,94 @@
|
|
|
4310
4346
|
"dist",
|
|
4311
4347
|
"commands",
|
|
4312
4348
|
"compile",
|
|
4313
|
-
"
|
|
4349
|
+
"thread",
|
|
4314
4350
|
"delete.js"
|
|
4315
4351
|
]
|
|
4316
4352
|
},
|
|
4317
|
-
"compile:
|
|
4353
|
+
"compile:thread:edit": {
|
|
4318
4354
|
"aliases": [],
|
|
4319
4355
|
"args": {
|
|
4320
|
-
"
|
|
4321
|
-
"description": "
|
|
4322
|
-
"name": "
|
|
4356
|
+
"thread_id": {
|
|
4357
|
+
"description": "Thread ID",
|
|
4358
|
+
"name": "thread_id",
|
|
4323
4359
|
"required": true
|
|
4324
4360
|
}
|
|
4325
4361
|
},
|
|
4326
|
-
"description": "Edit a
|
|
4362
|
+
"description": "Edit a thread (label and/or reassign face speaker)",
|
|
4363
|
+
"flags": {
|
|
4364
|
+
"json": {
|
|
4365
|
+
"description": "Format output as json.",
|
|
4366
|
+
"helpGroup": "GLOBAL",
|
|
4367
|
+
"name": "json",
|
|
4368
|
+
"allowNo": false,
|
|
4369
|
+
"type": "boolean"
|
|
4370
|
+
},
|
|
4371
|
+
"base-url": {
|
|
4372
|
+
"description": "API base URL",
|
|
4373
|
+
"env": "FACES_BASE_URL",
|
|
4374
|
+
"name": "base-url",
|
|
4375
|
+
"hasDynamicHelp": false,
|
|
4376
|
+
"multiple": false,
|
|
4377
|
+
"type": "option"
|
|
4378
|
+
},
|
|
4379
|
+
"token": {
|
|
4380
|
+
"description": "JWT bearer token",
|
|
4381
|
+
"env": "FACES_TOKEN",
|
|
4382
|
+
"name": "token",
|
|
4383
|
+
"hasDynamicHelp": false,
|
|
4384
|
+
"multiple": false,
|
|
4385
|
+
"type": "option"
|
|
4386
|
+
},
|
|
4387
|
+
"api-key": {
|
|
4388
|
+
"description": "API key",
|
|
4389
|
+
"env": "FACES_API_KEY",
|
|
4390
|
+
"name": "api-key",
|
|
4391
|
+
"hasDynamicHelp": false,
|
|
4392
|
+
"multiple": false,
|
|
4393
|
+
"type": "option"
|
|
4394
|
+
},
|
|
4395
|
+
"label": {
|
|
4396
|
+
"description": "New thread label",
|
|
4397
|
+
"name": "label",
|
|
4398
|
+
"hasDynamicHelp": false,
|
|
4399
|
+
"multiple": false,
|
|
4400
|
+
"type": "option"
|
|
4401
|
+
},
|
|
4402
|
+
"face-speaker": {
|
|
4403
|
+
"description": "Reassign face speaker: set this speaker to role=user, all others to role=assistant",
|
|
4404
|
+
"name": "face-speaker",
|
|
4405
|
+
"hasDynamicHelp": false,
|
|
4406
|
+
"multiple": false,
|
|
4407
|
+
"type": "option"
|
|
4408
|
+
}
|
|
4409
|
+
},
|
|
4410
|
+
"hasDynamicHelp": false,
|
|
4411
|
+
"hiddenAliases": [],
|
|
4412
|
+
"id": "compile:thread:edit",
|
|
4413
|
+
"pluginAlias": "faces-cli",
|
|
4414
|
+
"pluginName": "faces-cli",
|
|
4415
|
+
"pluginType": "core",
|
|
4416
|
+
"strict": true,
|
|
4417
|
+
"enableJsonFlag": true,
|
|
4418
|
+
"isESM": true,
|
|
4419
|
+
"relativePath": [
|
|
4420
|
+
"dist",
|
|
4421
|
+
"commands",
|
|
4422
|
+
"compile",
|
|
4423
|
+
"thread",
|
|
4424
|
+
"edit.js"
|
|
4425
|
+
]
|
|
4426
|
+
},
|
|
4427
|
+
"compile:thread:get": {
|
|
4428
|
+
"aliases": [],
|
|
4429
|
+
"args": {
|
|
4430
|
+
"thread_id": {
|
|
4431
|
+
"description": "Thread ID",
|
|
4432
|
+
"name": "thread_id",
|
|
4433
|
+
"required": true
|
|
4434
|
+
}
|
|
4435
|
+
},
|
|
4436
|
+
"description": "Get a thread by ID",
|
|
4327
4437
|
"flags": {
|
|
4328
4438
|
"json": {
|
|
4329
4439
|
"description": "Format output as json.",
|
|
@@ -4355,43 +4465,11 @@
|
|
|
4355
4465
|
"hasDynamicHelp": false,
|
|
4356
4466
|
"multiple": false,
|
|
4357
4467
|
"type": "option"
|
|
4358
|
-
},
|
|
4359
|
-
"label": {
|
|
4360
|
-
"description": "New label/title",
|
|
4361
|
-
"name": "label",
|
|
4362
|
-
"hasDynamicHelp": false,
|
|
4363
|
-
"multiple": false,
|
|
4364
|
-
"type": "option"
|
|
4365
|
-
},
|
|
4366
|
-
"content": {
|
|
4367
|
-
"description": "New inline text content",
|
|
4368
|
-
"name": "content",
|
|
4369
|
-
"hasDynamicHelp": false,
|
|
4370
|
-
"multiple": false,
|
|
4371
|
-
"type": "option"
|
|
4372
|
-
},
|
|
4373
|
-
"file": {
|
|
4374
|
-
"description": "Read new content from file",
|
|
4375
|
-
"name": "file",
|
|
4376
|
-
"hasDynamicHelp": false,
|
|
4377
|
-
"multiple": false,
|
|
4378
|
-
"type": "option"
|
|
4379
|
-
},
|
|
4380
|
-
"perspective": {
|
|
4381
|
-
"description": "Perspective (first-person or third-person)",
|
|
4382
|
-
"name": "perspective",
|
|
4383
|
-
"hasDynamicHelp": false,
|
|
4384
|
-
"multiple": false,
|
|
4385
|
-
"options": [
|
|
4386
|
-
"first-person",
|
|
4387
|
-
"third-person"
|
|
4388
|
-
],
|
|
4389
|
-
"type": "option"
|
|
4390
4468
|
}
|
|
4391
4469
|
},
|
|
4392
4470
|
"hasDynamicHelp": false,
|
|
4393
4471
|
"hiddenAliases": [],
|
|
4394
|
-
"id": "compile:
|
|
4472
|
+
"id": "compile:thread:get",
|
|
4395
4473
|
"pluginAlias": "faces-cli",
|
|
4396
4474
|
"pluginName": "faces-cli",
|
|
4397
4475
|
"pluginType": "core",
|
|
@@ -4402,20 +4480,20 @@
|
|
|
4402
4480
|
"dist",
|
|
4403
4481
|
"commands",
|
|
4404
4482
|
"compile",
|
|
4405
|
-
"
|
|
4406
|
-
"
|
|
4483
|
+
"thread",
|
|
4484
|
+
"get.js"
|
|
4407
4485
|
]
|
|
4408
4486
|
},
|
|
4409
|
-
"compile:
|
|
4487
|
+
"compile:thread:list": {
|
|
4410
4488
|
"aliases": [],
|
|
4411
4489
|
"args": {
|
|
4412
|
-
"
|
|
4413
|
-
"description": "
|
|
4414
|
-
"name": "
|
|
4490
|
+
"face_id": {
|
|
4491
|
+
"description": "Face alias",
|
|
4492
|
+
"name": "face_id",
|
|
4415
4493
|
"required": true
|
|
4416
4494
|
}
|
|
4417
4495
|
},
|
|
4418
|
-
"description": "
|
|
4496
|
+
"description": "List threads for a face",
|
|
4419
4497
|
"flags": {
|
|
4420
4498
|
"json": {
|
|
4421
4499
|
"description": "Format output as json.",
|
|
@@ -4451,7 +4529,7 @@
|
|
|
4451
4529
|
},
|
|
4452
4530
|
"hasDynamicHelp": false,
|
|
4453
4531
|
"hiddenAliases": [],
|
|
4454
|
-
"id": "compile:
|
|
4532
|
+
"id": "compile:thread:list",
|
|
4455
4533
|
"pluginAlias": "faces-cli",
|
|
4456
4534
|
"pluginName": "faces-cli",
|
|
4457
4535
|
"pluginType": "core",
|
|
@@ -4462,20 +4540,20 @@
|
|
|
4462
4540
|
"dist",
|
|
4463
4541
|
"commands",
|
|
4464
4542
|
"compile",
|
|
4465
|
-
"
|
|
4466
|
-
"
|
|
4543
|
+
"thread",
|
|
4544
|
+
"list.js"
|
|
4467
4545
|
]
|
|
4468
4546
|
},
|
|
4469
|
-
"compile:
|
|
4547
|
+
"compile:thread:make": {
|
|
4470
4548
|
"aliases": [],
|
|
4471
4549
|
"args": {
|
|
4472
|
-
"
|
|
4473
|
-
"description": "
|
|
4474
|
-
"name": "
|
|
4550
|
+
"thread_id": {
|
|
4551
|
+
"description": "Thread ID",
|
|
4552
|
+
"name": "thread_id",
|
|
4475
4553
|
"required": true
|
|
4476
4554
|
}
|
|
4477
4555
|
},
|
|
4478
|
-
"description": "Compile
|
|
4556
|
+
"description": "Compile an existing thread (prepare + sync in one step)",
|
|
4479
4557
|
"flags": {
|
|
4480
4558
|
"json": {
|
|
4481
4559
|
"description": "Format output as json.",
|
|
@@ -4508,39 +4586,6 @@
|
|
|
4508
4586
|
"multiple": false,
|
|
4509
4587
|
"type": "option"
|
|
4510
4588
|
},
|
|
4511
|
-
"label": {
|
|
4512
|
-
"description": "Document label/title",
|
|
4513
|
-
"name": "label",
|
|
4514
|
-
"hasDynamicHelp": false,
|
|
4515
|
-
"multiple": false,
|
|
4516
|
-
"type": "option"
|
|
4517
|
-
},
|
|
4518
|
-
"content": {
|
|
4519
|
-
"description": "Inline text content",
|
|
4520
|
-
"name": "content",
|
|
4521
|
-
"hasDynamicHelp": false,
|
|
4522
|
-
"multiple": false,
|
|
4523
|
-
"type": "option"
|
|
4524
|
-
},
|
|
4525
|
-
"file": {
|
|
4526
|
-
"description": "Read content from file",
|
|
4527
|
-
"name": "file",
|
|
4528
|
-
"hasDynamicHelp": false,
|
|
4529
|
-
"multiple": false,
|
|
4530
|
-
"type": "option"
|
|
4531
|
-
},
|
|
4532
|
-
"perspective": {
|
|
4533
|
-
"description": "Perspective",
|
|
4534
|
-
"name": "perspective",
|
|
4535
|
-
"default": "first-person",
|
|
4536
|
-
"hasDynamicHelp": false,
|
|
4537
|
-
"multiple": false,
|
|
4538
|
-
"options": [
|
|
4539
|
-
"first-person",
|
|
4540
|
-
"third-person"
|
|
4541
|
-
],
|
|
4542
|
-
"type": "option"
|
|
4543
|
-
},
|
|
4544
4589
|
"timeout": {
|
|
4545
4590
|
"description": "Compile timeout in seconds (default: 600)",
|
|
4546
4591
|
"name": "timeout",
|
|
@@ -4550,7 +4595,7 @@
|
|
|
4550
4595
|
"type": "option"
|
|
4551
4596
|
},
|
|
4552
4597
|
"no-wait": {
|
|
4553
|
-
"description": "
|
|
4598
|
+
"description": "Return immediately after triggering compilation. Prints the thread ID for manual polling.",
|
|
4554
4599
|
"name": "no-wait",
|
|
4555
4600
|
"allowNo": false,
|
|
4556
4601
|
"type": "boolean"
|
|
@@ -4558,7 +4603,7 @@
|
|
|
4558
4603
|
},
|
|
4559
4604
|
"hasDynamicHelp": false,
|
|
4560
4605
|
"hiddenAliases": [],
|
|
4561
|
-
"id": "compile:
|
|
4606
|
+
"id": "compile:thread:make",
|
|
4562
4607
|
"pluginAlias": "faces-cli",
|
|
4563
4608
|
"pluginName": "faces-cli",
|
|
4564
4609
|
"pluginType": "core",
|
|
@@ -4569,20 +4614,20 @@
|
|
|
4569
4614
|
"dist",
|
|
4570
4615
|
"commands",
|
|
4571
4616
|
"compile",
|
|
4572
|
-
"
|
|
4573
|
-
"
|
|
4617
|
+
"thread",
|
|
4618
|
+
"make.js"
|
|
4574
4619
|
]
|
|
4575
4620
|
},
|
|
4576
|
-
"compile:
|
|
4621
|
+
"compile:thread:message": {
|
|
4577
4622
|
"aliases": [],
|
|
4578
4623
|
"args": {
|
|
4579
|
-
"
|
|
4580
|
-
"description": "
|
|
4581
|
-
"name": "
|
|
4624
|
+
"thread_id": {
|
|
4625
|
+
"description": "Thread ID",
|
|
4626
|
+
"name": "thread_id",
|
|
4582
4627
|
"required": true
|
|
4583
4628
|
}
|
|
4584
4629
|
},
|
|
4585
|
-
"description": "
|
|
4630
|
+
"description": "Send a user message to a thread",
|
|
4586
4631
|
"flags": {
|
|
4587
4632
|
"json": {
|
|
4588
4633
|
"description": "Format output as json.",
|
|
@@ -4614,11 +4659,26 @@
|
|
|
4614
4659
|
"hasDynamicHelp": false,
|
|
4615
4660
|
"multiple": false,
|
|
4616
4661
|
"type": "option"
|
|
4662
|
+
},
|
|
4663
|
+
"message": {
|
|
4664
|
+
"char": "m",
|
|
4665
|
+
"description": "User message to append",
|
|
4666
|
+
"name": "message",
|
|
4667
|
+
"required": true,
|
|
4668
|
+
"hasDynamicHelp": false,
|
|
4669
|
+
"multiple": false,
|
|
4670
|
+
"type": "option"
|
|
4671
|
+
},
|
|
4672
|
+
"oauth-only": {
|
|
4673
|
+
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
4674
|
+
"name": "oauth-only",
|
|
4675
|
+
"allowNo": false,
|
|
4676
|
+
"type": "boolean"
|
|
4617
4677
|
}
|
|
4618
4678
|
},
|
|
4619
4679
|
"hasDynamicHelp": false,
|
|
4620
4680
|
"hiddenAliases": [],
|
|
4621
|
-
"id": "compile:
|
|
4681
|
+
"id": "compile:thread:message",
|
|
4622
4682
|
"pluginAlias": "faces-cli",
|
|
4623
4683
|
"pluginName": "faces-cli",
|
|
4624
4684
|
"pluginType": "core",
|
|
@@ -4629,20 +4689,20 @@
|
|
|
4629
4689
|
"dist",
|
|
4630
4690
|
"commands",
|
|
4631
4691
|
"compile",
|
|
4632
|
-
"
|
|
4633
|
-
"
|
|
4692
|
+
"thread",
|
|
4693
|
+
"message.js"
|
|
4634
4694
|
]
|
|
4635
4695
|
},
|
|
4636
|
-
"compile:
|
|
4696
|
+
"compile:thread:pause": {
|
|
4637
4697
|
"aliases": [],
|
|
4638
4698
|
"args": {
|
|
4639
|
-
"
|
|
4640
|
-
"description": "
|
|
4641
|
-
"name": "
|
|
4699
|
+
"thread_id": {
|
|
4700
|
+
"description": "Thread ID",
|
|
4701
|
+
"name": "thread_id",
|
|
4642
4702
|
"required": true
|
|
4643
4703
|
}
|
|
4644
4704
|
},
|
|
4645
|
-
"description": "
|
|
4705
|
+
"description": "Pause a running thread compilation (preserves progress, resume with make)",
|
|
4646
4706
|
"flags": {
|
|
4647
4707
|
"json": {
|
|
4648
4708
|
"description": "Format output as json.",
|
|
@@ -4674,25 +4734,11 @@
|
|
|
4674
4734
|
"hasDynamicHelp": false,
|
|
4675
4735
|
"multiple": false,
|
|
4676
4736
|
"type": "option"
|
|
4677
|
-
},
|
|
4678
|
-
"timeout": {
|
|
4679
|
-
"description": "Compile timeout in seconds (default: 600)",
|
|
4680
|
-
"name": "timeout",
|
|
4681
|
-
"default": 600,
|
|
4682
|
-
"hasDynamicHelp": false,
|
|
4683
|
-
"multiple": false,
|
|
4684
|
-
"type": "option"
|
|
4685
|
-
},
|
|
4686
|
-
"no-wait": {
|
|
4687
|
-
"description": "Return immediately after triggering compilation. Prints the document ID for manual polling.",
|
|
4688
|
-
"name": "no-wait",
|
|
4689
|
-
"allowNo": false,
|
|
4690
|
-
"type": "boolean"
|
|
4691
4737
|
}
|
|
4692
4738
|
},
|
|
4693
4739
|
"hasDynamicHelp": false,
|
|
4694
4740
|
"hiddenAliases": [],
|
|
4695
|
-
"id": "compile:
|
|
4741
|
+
"id": "compile:thread:pause",
|
|
4696
4742
|
"pluginAlias": "faces-cli",
|
|
4697
4743
|
"pluginName": "faces-cli",
|
|
4698
4744
|
"pluginType": "core",
|
|
@@ -4703,20 +4749,20 @@
|
|
|
4703
4749
|
"dist",
|
|
4704
4750
|
"commands",
|
|
4705
4751
|
"compile",
|
|
4706
|
-
"
|
|
4707
|
-
"
|
|
4752
|
+
"thread",
|
|
4753
|
+
"pause.js"
|
|
4708
4754
|
]
|
|
4709
4755
|
},
|
|
4710
|
-
"compile:
|
|
4756
|
+
"compile:thread:reset": {
|
|
4711
4757
|
"aliases": [],
|
|
4712
4758
|
"args": {
|
|
4713
|
-
"
|
|
4714
|
-
"description": "
|
|
4715
|
-
"name": "
|
|
4759
|
+
"thread_id": {
|
|
4760
|
+
"description": "Thread ID",
|
|
4761
|
+
"name": "thread_id",
|
|
4716
4762
|
"required": true
|
|
4717
4763
|
}
|
|
4718
4764
|
},
|
|
4719
|
-
"description": "
|
|
4765
|
+
"description": "Reset thread compilation progress (wipe extraction, keep source messages)",
|
|
4720
4766
|
"flags": {
|
|
4721
4767
|
"json": {
|
|
4722
4768
|
"description": "Format output as json.",
|
|
@@ -4748,11 +4794,17 @@
|
|
|
4748
4794
|
"hasDynamicHelp": false,
|
|
4749
4795
|
"multiple": false,
|
|
4750
4796
|
"type": "option"
|
|
4797
|
+
},
|
|
4798
|
+
"yes": {
|
|
4799
|
+
"description": "Skip confirmation",
|
|
4800
|
+
"name": "yes",
|
|
4801
|
+
"allowNo": false,
|
|
4802
|
+
"type": "boolean"
|
|
4751
4803
|
}
|
|
4752
4804
|
},
|
|
4753
4805
|
"hasDynamicHelp": false,
|
|
4754
4806
|
"hiddenAliases": [],
|
|
4755
|
-
"id": "compile:
|
|
4807
|
+
"id": "compile:thread:reset",
|
|
4756
4808
|
"pluginAlias": "faces-cli",
|
|
4757
4809
|
"pluginName": "faces-cli",
|
|
4758
4810
|
"pluginType": "core",
|
|
@@ -4763,20 +4815,20 @@
|
|
|
4763
4815
|
"dist",
|
|
4764
4816
|
"commands",
|
|
4765
4817
|
"compile",
|
|
4766
|
-
"
|
|
4767
|
-
"
|
|
4818
|
+
"thread",
|
|
4819
|
+
"reset.js"
|
|
4768
4820
|
]
|
|
4769
4821
|
},
|
|
4770
|
-
"compile:
|
|
4822
|
+
"compile:thread:sync": {
|
|
4771
4823
|
"aliases": [],
|
|
4772
4824
|
"args": {
|
|
4773
|
-
"
|
|
4774
|
-
"description": "
|
|
4775
|
-
"name": "
|
|
4825
|
+
"thread_id": {
|
|
4826
|
+
"description": "Thread ID",
|
|
4827
|
+
"name": "thread_id",
|
|
4776
4828
|
"required": true
|
|
4777
4829
|
}
|
|
4778
4830
|
},
|
|
4779
|
-
"description": "
|
|
4831
|
+
"description": "Archive and sync a thread into a face",
|
|
4780
4832
|
"flags": {
|
|
4781
4833
|
"json": {
|
|
4782
4834
|
"description": "Format output as json.",
|
|
@@ -4808,17 +4860,11 @@
|
|
|
4808
4860
|
"hasDynamicHelp": false,
|
|
4809
4861
|
"multiple": false,
|
|
4810
4862
|
"type": "option"
|
|
4811
|
-
},
|
|
4812
|
-
"yes": {
|
|
4813
|
-
"description": "Skip confirmation",
|
|
4814
|
-
"name": "yes",
|
|
4815
|
-
"allowNo": false,
|
|
4816
|
-
"type": "boolean"
|
|
4817
4863
|
}
|
|
4818
4864
|
},
|
|
4819
4865
|
"hasDynamicHelp": false,
|
|
4820
4866
|
"hiddenAliases": [],
|
|
4821
|
-
"id": "compile:
|
|
4867
|
+
"id": "compile:thread:sync",
|
|
4822
4868
|
"pluginAlias": "faces-cli",
|
|
4823
4869
|
"pluginName": "faces-cli",
|
|
4824
4870
|
"pluginType": "core",
|
|
@@ -4829,11 +4875,11 @@
|
|
|
4829
4875
|
"dist",
|
|
4830
4876
|
"commands",
|
|
4831
4877
|
"compile",
|
|
4832
|
-
"
|
|
4833
|
-
"
|
|
4878
|
+
"thread",
|
|
4879
|
+
"sync.js"
|
|
4834
4880
|
]
|
|
4835
4881
|
},
|
|
4836
|
-
"compile:
|
|
4882
|
+
"compile:doc:create": {
|
|
4837
4883
|
"aliases": [],
|
|
4838
4884
|
"args": {
|
|
4839
4885
|
"face_id": {
|
|
@@ -4842,7 +4888,7 @@
|
|
|
4842
4888
|
"required": true
|
|
4843
4889
|
}
|
|
4844
4890
|
},
|
|
4845
|
-
"description": "
|
|
4891
|
+
"description": "Submit a document to a face",
|
|
4846
4892
|
"flags": {
|
|
4847
4893
|
"json": {
|
|
4848
4894
|
"description": "Format output as json.",
|
|
@@ -4876,22 +4922,42 @@
|
|
|
4876
4922
|
"type": "option"
|
|
4877
4923
|
},
|
|
4878
4924
|
"label": {
|
|
4879
|
-
"description": "
|
|
4925
|
+
"description": "Document label/title",
|
|
4880
4926
|
"name": "label",
|
|
4881
4927
|
"hasDynamicHelp": false,
|
|
4882
4928
|
"multiple": false,
|
|
4883
4929
|
"type": "option"
|
|
4884
4930
|
},
|
|
4885
|
-
"
|
|
4886
|
-
"description": "
|
|
4887
|
-
"name": "
|
|
4888
|
-
"
|
|
4889
|
-
"
|
|
4931
|
+
"content": {
|
|
4932
|
+
"description": "Inline text content",
|
|
4933
|
+
"name": "content",
|
|
4934
|
+
"hasDynamicHelp": false,
|
|
4935
|
+
"multiple": false,
|
|
4936
|
+
"type": "option"
|
|
4937
|
+
},
|
|
4938
|
+
"file": {
|
|
4939
|
+
"description": "Read content from file",
|
|
4940
|
+
"name": "file",
|
|
4941
|
+
"hasDynamicHelp": false,
|
|
4942
|
+
"multiple": false,
|
|
4943
|
+
"type": "option"
|
|
4944
|
+
},
|
|
4945
|
+
"perspective": {
|
|
4946
|
+
"description": "Perspective (first-person or third-person)",
|
|
4947
|
+
"name": "perspective",
|
|
4948
|
+
"default": "first-person",
|
|
4949
|
+
"hasDynamicHelp": false,
|
|
4950
|
+
"multiple": false,
|
|
4951
|
+
"options": [
|
|
4952
|
+
"first-person",
|
|
4953
|
+
"third-person"
|
|
4954
|
+
],
|
|
4955
|
+
"type": "option"
|
|
4890
4956
|
}
|
|
4891
4957
|
},
|
|
4892
4958
|
"hasDynamicHelp": false,
|
|
4893
4959
|
"hiddenAliases": [],
|
|
4894
|
-
"id": "compile:
|
|
4960
|
+
"id": "compile:doc:create",
|
|
4895
4961
|
"pluginAlias": "faces-cli",
|
|
4896
4962
|
"pluginName": "faces-cli",
|
|
4897
4963
|
"pluginType": "core",
|
|
@@ -4902,20 +4968,20 @@
|
|
|
4902
4968
|
"dist",
|
|
4903
4969
|
"commands",
|
|
4904
4970
|
"compile",
|
|
4905
|
-
"
|
|
4971
|
+
"doc",
|
|
4906
4972
|
"create.js"
|
|
4907
4973
|
]
|
|
4908
4974
|
},
|
|
4909
|
-
"compile:
|
|
4975
|
+
"compile:doc:delete": {
|
|
4910
4976
|
"aliases": [],
|
|
4911
|
-
"args": {
|
|
4912
|
-
"
|
|
4913
|
-
"description": "
|
|
4914
|
-
"name": "
|
|
4977
|
+
"args": {
|
|
4978
|
+
"doc_id": {
|
|
4979
|
+
"description": "Document ID",
|
|
4980
|
+
"name": "doc_id",
|
|
4915
4981
|
"required": true
|
|
4916
4982
|
}
|
|
4917
4983
|
},
|
|
4918
|
-
"description": "Delete a
|
|
4984
|
+
"description": "Delete a document",
|
|
4919
4985
|
"flags": {
|
|
4920
4986
|
"json": {
|
|
4921
4987
|
"description": "Format output as json.",
|
|
@@ -4947,17 +5013,11 @@
|
|
|
4947
5013
|
"hasDynamicHelp": false,
|
|
4948
5014
|
"multiple": false,
|
|
4949
5015
|
"type": "option"
|
|
4950
|
-
},
|
|
4951
|
-
"yes": {
|
|
4952
|
-
"description": "Skip confirmation",
|
|
4953
|
-
"name": "yes",
|
|
4954
|
-
"allowNo": false,
|
|
4955
|
-
"type": "boolean"
|
|
4956
5016
|
}
|
|
4957
5017
|
},
|
|
4958
5018
|
"hasDynamicHelp": false,
|
|
4959
5019
|
"hiddenAliases": [],
|
|
4960
|
-
"id": "compile:
|
|
5020
|
+
"id": "compile:doc:delete",
|
|
4961
5021
|
"pluginAlias": "faces-cli",
|
|
4962
5022
|
"pluginName": "faces-cli",
|
|
4963
5023
|
"pluginType": "core",
|
|
@@ -4968,20 +5028,20 @@
|
|
|
4968
5028
|
"dist",
|
|
4969
5029
|
"commands",
|
|
4970
5030
|
"compile",
|
|
4971
|
-
"
|
|
5031
|
+
"doc",
|
|
4972
5032
|
"delete.js"
|
|
4973
5033
|
]
|
|
4974
5034
|
},
|
|
4975
|
-
"compile:
|
|
5035
|
+
"compile:doc:edit": {
|
|
4976
5036
|
"aliases": [],
|
|
4977
5037
|
"args": {
|
|
4978
|
-
"
|
|
4979
|
-
"description": "
|
|
4980
|
-
"name": "
|
|
5038
|
+
"doc_id": {
|
|
5039
|
+
"description": "Document ID",
|
|
5040
|
+
"name": "doc_id",
|
|
4981
5041
|
"required": true
|
|
4982
5042
|
}
|
|
4983
5043
|
},
|
|
4984
|
-
"description": "Edit a
|
|
5044
|
+
"description": "Edit a document (label, content, or perspective)",
|
|
4985
5045
|
"flags": {
|
|
4986
5046
|
"json": {
|
|
4987
5047
|
"description": "Format output as json.",
|
|
@@ -5015,23 +5075,41 @@
|
|
|
5015
5075
|
"type": "option"
|
|
5016
5076
|
},
|
|
5017
5077
|
"label": {
|
|
5018
|
-
"description": "New
|
|
5078
|
+
"description": "New label/title",
|
|
5019
5079
|
"name": "label",
|
|
5020
5080
|
"hasDynamicHelp": false,
|
|
5021
5081
|
"multiple": false,
|
|
5022
5082
|
"type": "option"
|
|
5023
5083
|
},
|
|
5024
|
-
"
|
|
5025
|
-
"description": "
|
|
5026
|
-
"name": "
|
|
5084
|
+
"content": {
|
|
5085
|
+
"description": "New inline text content",
|
|
5086
|
+
"name": "content",
|
|
5087
|
+
"hasDynamicHelp": false,
|
|
5088
|
+
"multiple": false,
|
|
5089
|
+
"type": "option"
|
|
5090
|
+
},
|
|
5091
|
+
"file": {
|
|
5092
|
+
"description": "Read new content from file",
|
|
5093
|
+
"name": "file",
|
|
5094
|
+
"hasDynamicHelp": false,
|
|
5095
|
+
"multiple": false,
|
|
5096
|
+
"type": "option"
|
|
5097
|
+
},
|
|
5098
|
+
"perspective": {
|
|
5099
|
+
"description": "Perspective (first-person or third-person)",
|
|
5100
|
+
"name": "perspective",
|
|
5027
5101
|
"hasDynamicHelp": false,
|
|
5028
5102
|
"multiple": false,
|
|
5103
|
+
"options": [
|
|
5104
|
+
"first-person",
|
|
5105
|
+
"third-person"
|
|
5106
|
+
],
|
|
5029
5107
|
"type": "option"
|
|
5030
5108
|
}
|
|
5031
5109
|
},
|
|
5032
5110
|
"hasDynamicHelp": false,
|
|
5033
5111
|
"hiddenAliases": [],
|
|
5034
|
-
"id": "compile:
|
|
5112
|
+
"id": "compile:doc:edit",
|
|
5035
5113
|
"pluginAlias": "faces-cli",
|
|
5036
5114
|
"pluginName": "faces-cli",
|
|
5037
5115
|
"pluginType": "core",
|
|
@@ -5042,20 +5120,20 @@
|
|
|
5042
5120
|
"dist",
|
|
5043
5121
|
"commands",
|
|
5044
5122
|
"compile",
|
|
5045
|
-
"
|
|
5123
|
+
"doc",
|
|
5046
5124
|
"edit.js"
|
|
5047
5125
|
]
|
|
5048
5126
|
},
|
|
5049
|
-
"compile:
|
|
5127
|
+
"compile:doc:get": {
|
|
5050
5128
|
"aliases": [],
|
|
5051
5129
|
"args": {
|
|
5052
|
-
"
|
|
5053
|
-
"description": "
|
|
5054
|
-
"name": "
|
|
5130
|
+
"doc_id": {
|
|
5131
|
+
"description": "Document ID",
|
|
5132
|
+
"name": "doc_id",
|
|
5055
5133
|
"required": true
|
|
5056
5134
|
}
|
|
5057
5135
|
},
|
|
5058
|
-
"description": "Get a
|
|
5136
|
+
"description": "Get a document by ID",
|
|
5059
5137
|
"flags": {
|
|
5060
5138
|
"json": {
|
|
5061
5139
|
"description": "Format output as json.",
|
|
@@ -5091,7 +5169,7 @@
|
|
|
5091
5169
|
},
|
|
5092
5170
|
"hasDynamicHelp": false,
|
|
5093
5171
|
"hiddenAliases": [],
|
|
5094
|
-
"id": "compile:
|
|
5172
|
+
"id": "compile:doc:get",
|
|
5095
5173
|
"pluginAlias": "faces-cli",
|
|
5096
5174
|
"pluginName": "faces-cli",
|
|
5097
5175
|
"pluginType": "core",
|
|
@@ -5102,11 +5180,11 @@
|
|
|
5102
5180
|
"dist",
|
|
5103
5181
|
"commands",
|
|
5104
5182
|
"compile",
|
|
5105
|
-
"
|
|
5183
|
+
"doc",
|
|
5106
5184
|
"get.js"
|
|
5107
5185
|
]
|
|
5108
5186
|
},
|
|
5109
|
-
"compile:
|
|
5187
|
+
"compile:doc": {
|
|
5110
5188
|
"aliases": [],
|
|
5111
5189
|
"args": {
|
|
5112
5190
|
"face_id": {
|
|
@@ -5115,7 +5193,7 @@
|
|
|
5115
5193
|
"required": true
|
|
5116
5194
|
}
|
|
5117
5195
|
},
|
|
5118
|
-
"description": "
|
|
5196
|
+
"description": "Compile a document into a face (create → make in one step)",
|
|
5119
5197
|
"flags": {
|
|
5120
5198
|
"json": {
|
|
5121
5199
|
"description": "Format output as json.",
|
|
@@ -5147,65 +5225,38 @@
|
|
|
5147
5225
|
"hasDynamicHelp": false,
|
|
5148
5226
|
"multiple": false,
|
|
5149
5227
|
"type": "option"
|
|
5150
|
-
}
|
|
5151
|
-
},
|
|
5152
|
-
"hasDynamicHelp": false,
|
|
5153
|
-
"hiddenAliases": [],
|
|
5154
|
-
"id": "compile:thread:list",
|
|
5155
|
-
"pluginAlias": "faces-cli",
|
|
5156
|
-
"pluginName": "faces-cli",
|
|
5157
|
-
"pluginType": "core",
|
|
5158
|
-
"strict": true,
|
|
5159
|
-
"enableJsonFlag": true,
|
|
5160
|
-
"isESM": true,
|
|
5161
|
-
"relativePath": [
|
|
5162
|
-
"dist",
|
|
5163
|
-
"commands",
|
|
5164
|
-
"compile",
|
|
5165
|
-
"thread",
|
|
5166
|
-
"list.js"
|
|
5167
|
-
]
|
|
5168
|
-
},
|
|
5169
|
-
"compile:thread:make": {
|
|
5170
|
-
"aliases": [],
|
|
5171
|
-
"args": {
|
|
5172
|
-
"thread_id": {
|
|
5173
|
-
"description": "Thread ID",
|
|
5174
|
-
"name": "thread_id",
|
|
5175
|
-
"required": true
|
|
5176
|
-
}
|
|
5177
|
-
},
|
|
5178
|
-
"description": "Compile an existing thread (prepare + sync in one step)",
|
|
5179
|
-
"flags": {
|
|
5180
|
-
"json": {
|
|
5181
|
-
"description": "Format output as json.",
|
|
5182
|
-
"helpGroup": "GLOBAL",
|
|
5183
|
-
"name": "json",
|
|
5184
|
-
"allowNo": false,
|
|
5185
|
-
"type": "boolean"
|
|
5186
5228
|
},
|
|
5187
|
-
"
|
|
5188
|
-
"description": "
|
|
5189
|
-
"
|
|
5190
|
-
"name": "base-url",
|
|
5229
|
+
"label": {
|
|
5230
|
+
"description": "Document label/title",
|
|
5231
|
+
"name": "label",
|
|
5191
5232
|
"hasDynamicHelp": false,
|
|
5192
5233
|
"multiple": false,
|
|
5193
5234
|
"type": "option"
|
|
5194
5235
|
},
|
|
5195
|
-
"
|
|
5196
|
-
"description": "
|
|
5197
|
-
"
|
|
5198
|
-
"name": "token",
|
|
5236
|
+
"content": {
|
|
5237
|
+
"description": "Inline text content",
|
|
5238
|
+
"name": "content",
|
|
5199
5239
|
"hasDynamicHelp": false,
|
|
5200
5240
|
"multiple": false,
|
|
5201
5241
|
"type": "option"
|
|
5202
5242
|
},
|
|
5203
|
-
"
|
|
5204
|
-
"description": "
|
|
5205
|
-
"
|
|
5206
|
-
"
|
|
5243
|
+
"file": {
|
|
5244
|
+
"description": "Read content from file",
|
|
5245
|
+
"name": "file",
|
|
5246
|
+
"hasDynamicHelp": false,
|
|
5247
|
+
"multiple": false,
|
|
5248
|
+
"type": "option"
|
|
5249
|
+
},
|
|
5250
|
+
"perspective": {
|
|
5251
|
+
"description": "Perspective",
|
|
5252
|
+
"name": "perspective",
|
|
5253
|
+
"default": "first-person",
|
|
5207
5254
|
"hasDynamicHelp": false,
|
|
5208
5255
|
"multiple": false,
|
|
5256
|
+
"options": [
|
|
5257
|
+
"first-person",
|
|
5258
|
+
"third-person"
|
|
5259
|
+
],
|
|
5209
5260
|
"type": "option"
|
|
5210
5261
|
},
|
|
5211
5262
|
"timeout": {
|
|
@@ -5217,7 +5268,7 @@
|
|
|
5217
5268
|
"type": "option"
|
|
5218
5269
|
},
|
|
5219
5270
|
"no-wait": {
|
|
5220
|
-
"description": "
|
|
5271
|
+
"description": "Create and trigger compilation, then return immediately without polling.",
|
|
5221
5272
|
"name": "no-wait",
|
|
5222
5273
|
"allowNo": false,
|
|
5223
5274
|
"type": "boolean"
|
|
@@ -5225,7 +5276,7 @@
|
|
|
5225
5276
|
},
|
|
5226
5277
|
"hasDynamicHelp": false,
|
|
5227
5278
|
"hiddenAliases": [],
|
|
5228
|
-
"id": "compile:
|
|
5279
|
+
"id": "compile:doc",
|
|
5229
5280
|
"pluginAlias": "faces-cli",
|
|
5230
5281
|
"pluginName": "faces-cli",
|
|
5231
5282
|
"pluginType": "core",
|
|
@@ -5236,20 +5287,20 @@
|
|
|
5236
5287
|
"dist",
|
|
5237
5288
|
"commands",
|
|
5238
5289
|
"compile",
|
|
5239
|
-
"
|
|
5240
|
-
"
|
|
5290
|
+
"doc",
|
|
5291
|
+
"index.js"
|
|
5241
5292
|
]
|
|
5242
5293
|
},
|
|
5243
|
-
"compile:
|
|
5294
|
+
"compile:doc:list": {
|
|
5244
5295
|
"aliases": [],
|
|
5245
5296
|
"args": {
|
|
5246
|
-
"
|
|
5247
|
-
"description": "
|
|
5248
|
-
"name": "
|
|
5297
|
+
"face_id": {
|
|
5298
|
+
"description": "Face alias",
|
|
5299
|
+
"name": "face_id",
|
|
5249
5300
|
"required": true
|
|
5250
5301
|
}
|
|
5251
5302
|
},
|
|
5252
|
-
"description": "
|
|
5303
|
+
"description": "List documents for a face",
|
|
5253
5304
|
"flags": {
|
|
5254
5305
|
"json": {
|
|
5255
5306
|
"description": "Format output as json.",
|
|
@@ -5281,26 +5332,11 @@
|
|
|
5281
5332
|
"hasDynamicHelp": false,
|
|
5282
5333
|
"multiple": false,
|
|
5283
5334
|
"type": "option"
|
|
5284
|
-
},
|
|
5285
|
-
"message": {
|
|
5286
|
-
"char": "m",
|
|
5287
|
-
"description": "User message to append",
|
|
5288
|
-
"name": "message",
|
|
5289
|
-
"required": true,
|
|
5290
|
-
"hasDynamicHelp": false,
|
|
5291
|
-
"multiple": false,
|
|
5292
|
-
"type": "option"
|
|
5293
|
-
},
|
|
5294
|
-
"oauth-only": {
|
|
5295
|
-
"description": "Prevent fallback to paid system key (use OAuth only)",
|
|
5296
|
-
"name": "oauth-only",
|
|
5297
|
-
"allowNo": false,
|
|
5298
|
-
"type": "boolean"
|
|
5299
5335
|
}
|
|
5300
5336
|
},
|
|
5301
5337
|
"hasDynamicHelp": false,
|
|
5302
5338
|
"hiddenAliases": [],
|
|
5303
|
-
"id": "compile:
|
|
5339
|
+
"id": "compile:doc:list",
|
|
5304
5340
|
"pluginAlias": "faces-cli",
|
|
5305
5341
|
"pluginName": "faces-cli",
|
|
5306
5342
|
"pluginType": "core",
|
|
@@ -5311,20 +5347,20 @@
|
|
|
5311
5347
|
"dist",
|
|
5312
5348
|
"commands",
|
|
5313
5349
|
"compile",
|
|
5314
|
-
"
|
|
5315
|
-
"
|
|
5350
|
+
"doc",
|
|
5351
|
+
"list.js"
|
|
5316
5352
|
]
|
|
5317
5353
|
},
|
|
5318
|
-
"compile:
|
|
5354
|
+
"compile:doc:make": {
|
|
5319
5355
|
"aliases": [],
|
|
5320
5356
|
"args": {
|
|
5321
|
-
"
|
|
5322
|
-
"description": "
|
|
5323
|
-
"name": "
|
|
5357
|
+
"doc_id": {
|
|
5358
|
+
"description": "Document ID",
|
|
5359
|
+
"name": "doc_id",
|
|
5324
5360
|
"required": true
|
|
5325
5361
|
}
|
|
5326
5362
|
},
|
|
5327
|
-
"description": "
|
|
5363
|
+
"description": "Compile an existing document (prepare + sync in one step)",
|
|
5328
5364
|
"flags": {
|
|
5329
5365
|
"json": {
|
|
5330
5366
|
"description": "Format output as json.",
|
|
@@ -5356,11 +5392,25 @@
|
|
|
5356
5392
|
"hasDynamicHelp": false,
|
|
5357
5393
|
"multiple": false,
|
|
5358
5394
|
"type": "option"
|
|
5395
|
+
},
|
|
5396
|
+
"timeout": {
|
|
5397
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
5398
|
+
"name": "timeout",
|
|
5399
|
+
"default": 600,
|
|
5400
|
+
"hasDynamicHelp": false,
|
|
5401
|
+
"multiple": false,
|
|
5402
|
+
"type": "option"
|
|
5403
|
+
},
|
|
5404
|
+
"no-wait": {
|
|
5405
|
+
"description": "Return immediately after triggering compilation. Prints the document ID for manual polling.",
|
|
5406
|
+
"name": "no-wait",
|
|
5407
|
+
"allowNo": false,
|
|
5408
|
+
"type": "boolean"
|
|
5359
5409
|
}
|
|
5360
5410
|
},
|
|
5361
5411
|
"hasDynamicHelp": false,
|
|
5362
5412
|
"hiddenAliases": [],
|
|
5363
|
-
"id": "compile:
|
|
5413
|
+
"id": "compile:doc:make",
|
|
5364
5414
|
"pluginAlias": "faces-cli",
|
|
5365
5415
|
"pluginName": "faces-cli",
|
|
5366
5416
|
"pluginType": "core",
|
|
@@ -5371,20 +5421,20 @@
|
|
|
5371
5421
|
"dist",
|
|
5372
5422
|
"commands",
|
|
5373
5423
|
"compile",
|
|
5374
|
-
"
|
|
5375
|
-
"
|
|
5424
|
+
"doc",
|
|
5425
|
+
"make.js"
|
|
5376
5426
|
]
|
|
5377
5427
|
},
|
|
5378
|
-
"compile:
|
|
5428
|
+
"compile:doc:pause": {
|
|
5379
5429
|
"aliases": [],
|
|
5380
5430
|
"args": {
|
|
5381
|
-
"
|
|
5382
|
-
"description": "
|
|
5383
|
-
"name": "
|
|
5431
|
+
"doc_id": {
|
|
5432
|
+
"description": "Document ID",
|
|
5433
|
+
"name": "doc_id",
|
|
5384
5434
|
"required": true
|
|
5385
5435
|
}
|
|
5386
5436
|
},
|
|
5387
|
-
"description": "
|
|
5437
|
+
"description": "Pause a running document compilation (preserves progress, resume with make)",
|
|
5388
5438
|
"flags": {
|
|
5389
5439
|
"json": {
|
|
5390
5440
|
"description": "Format output as json.",
|
|
@@ -5416,17 +5466,11 @@
|
|
|
5416
5466
|
"hasDynamicHelp": false,
|
|
5417
5467
|
"multiple": false,
|
|
5418
5468
|
"type": "option"
|
|
5419
|
-
},
|
|
5420
|
-
"yes": {
|
|
5421
|
-
"description": "Skip confirmation",
|
|
5422
|
-
"name": "yes",
|
|
5423
|
-
"allowNo": false,
|
|
5424
|
-
"type": "boolean"
|
|
5425
5469
|
}
|
|
5426
5470
|
},
|
|
5427
5471
|
"hasDynamicHelp": false,
|
|
5428
5472
|
"hiddenAliases": [],
|
|
5429
|
-
"id": "compile:
|
|
5473
|
+
"id": "compile:doc:pause",
|
|
5430
5474
|
"pluginAlias": "faces-cli",
|
|
5431
5475
|
"pluginName": "faces-cli",
|
|
5432
5476
|
"pluginType": "core",
|
|
@@ -5437,20 +5481,20 @@
|
|
|
5437
5481
|
"dist",
|
|
5438
5482
|
"commands",
|
|
5439
5483
|
"compile",
|
|
5440
|
-
"
|
|
5441
|
-
"
|
|
5484
|
+
"doc",
|
|
5485
|
+
"pause.js"
|
|
5442
5486
|
]
|
|
5443
5487
|
},
|
|
5444
|
-
"compile:
|
|
5488
|
+
"compile:doc:reset": {
|
|
5445
5489
|
"aliases": [],
|
|
5446
5490
|
"args": {
|
|
5447
|
-
"
|
|
5448
|
-
"description": "
|
|
5449
|
-
"name": "
|
|
5491
|
+
"doc_id": {
|
|
5492
|
+
"description": "Document ID",
|
|
5493
|
+
"name": "doc_id",
|
|
5450
5494
|
"required": true
|
|
5451
5495
|
}
|
|
5452
5496
|
},
|
|
5453
|
-
"description": "
|
|
5497
|
+
"description": "Reset document compilation progress (wipe extraction, keep content)",
|
|
5454
5498
|
"flags": {
|
|
5455
5499
|
"json": {
|
|
5456
5500
|
"description": "Format output as json.",
|
|
@@ -5482,11 +5526,17 @@
|
|
|
5482
5526
|
"hasDynamicHelp": false,
|
|
5483
5527
|
"multiple": false,
|
|
5484
5528
|
"type": "option"
|
|
5529
|
+
},
|
|
5530
|
+
"yes": {
|
|
5531
|
+
"description": "Skip confirmation",
|
|
5532
|
+
"name": "yes",
|
|
5533
|
+
"allowNo": false,
|
|
5534
|
+
"type": "boolean"
|
|
5485
5535
|
}
|
|
5486
5536
|
},
|
|
5487
5537
|
"hasDynamicHelp": false,
|
|
5488
5538
|
"hiddenAliases": [],
|
|
5489
|
-
"id": "compile:
|
|
5539
|
+
"id": "compile:doc:reset",
|
|
5490
5540
|
"pluginAlias": "faces-cli",
|
|
5491
5541
|
"pluginName": "faces-cli",
|
|
5492
5542
|
"pluginType": "core",
|
|
@@ -5497,8 +5547,8 @@
|
|
|
5497
5547
|
"dist",
|
|
5498
5548
|
"commands",
|
|
5499
5549
|
"compile",
|
|
5500
|
-
"
|
|
5501
|
-
"
|
|
5550
|
+
"doc",
|
|
5551
|
+
"reset.js"
|
|
5502
5552
|
]
|
|
5503
5553
|
},
|
|
5504
5554
|
"face:tag:add": {
|
|
@@ -6078,5 +6128,5 @@
|
|
|
6078
6128
|
]
|
|
6079
6129
|
}
|
|
6080
6130
|
},
|
|
6081
|
-
"version": "1.7.
|
|
6131
|
+
"version": "1.7.4"
|
|
6082
6132
|
}
|