faces-cli 1.7.3 → 1.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base.js +6 -0
- 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/commands/voiceprint/build-status.d.ts +14 -0
- package/dist/commands/voiceprint/build-status.js +46 -0
- package/dist/commands/voiceprint/build.d.ts +23 -0
- package/dist/commands/voiceprint/build.js +109 -0
- package/dist/commands/voiceprint/get.d.ts +14 -0
- package/dist/commands/voiceprint/get.js +47 -0
- package/dist/commands/voiceprint/refine-status.d.ts +14 -0
- package/dist/commands/voiceprint/refine-status.js +43 -0
- package/dist/commands/voiceprint/refine.d.ts +23 -0
- package/dist/commands/voiceprint/refine.js +88 -0
- package/dist/commands/voiceprint/revert.d.ts +14 -0
- package/dist/commands/voiceprint/revert.js +36 -0
- package/dist/commands/voiceprint/score-status.d.ts +14 -0
- package/dist/commands/voiceprint/score-status.js +46 -0
- package/dist/commands/voiceprint/score.d.ts +24 -0
- package/dist/commands/voiceprint/score.js +114 -0
- package/dist/commands/voiceprint/upload.d.ts +17 -0
- package/dist/commands/voiceprint/upload.js +66 -0
- package/dist/commands/voiceprint/versions.d.ts +14 -0
- package/dist/commands/voiceprint/versions.js +44 -0
- package/dist/utils.d.ts +23 -0
- package/dist/utils.js +98 -0
- package/dist/voiceprint.d.ts +28 -0
- package/dist/voiceprint.js +55 -0
- package/oclif.manifest.json +1506 -696
- 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": {
|
|
@@ -2326,10 +2326,10 @@
|
|
|
2326
2326
|
"show.js"
|
|
2327
2327
|
]
|
|
2328
2328
|
},
|
|
2329
|
-
"
|
|
2329
|
+
"keys:create": {
|
|
2330
2330
|
"aliases": [],
|
|
2331
2331
|
"args": {},
|
|
2332
|
-
"description": "
|
|
2332
|
+
"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.",
|
|
2333
2333
|
"flags": {
|
|
2334
2334
|
"json": {
|
|
2335
2335
|
"description": "Format output as json.",
|
|
@@ -2361,11 +2361,53 @@
|
|
|
2361
2361
|
"hasDynamicHelp": false,
|
|
2362
2362
|
"multiple": false,
|
|
2363
2363
|
"type": "option"
|
|
2364
|
+
},
|
|
2365
|
+
"name": {
|
|
2366
|
+
"description": "Key name/label",
|
|
2367
|
+
"name": "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"
|
|
2364
2406
|
}
|
|
2365
2407
|
},
|
|
2366
2408
|
"hasDynamicHelp": false,
|
|
2367
2409
|
"hiddenAliases": [],
|
|
2368
|
-
"id": "
|
|
2410
|
+
"id": "keys:create",
|
|
2369
2411
|
"pluginAlias": "faces-cli",
|
|
2370
2412
|
"pluginName": "faces-cli",
|
|
2371
2413
|
"pluginType": "core",
|
|
@@ -2375,14 +2417,14 @@
|
|
|
2375
2417
|
"relativePath": [
|
|
2376
2418
|
"dist",
|
|
2377
2419
|
"commands",
|
|
2378
|
-
"
|
|
2379
|
-
"
|
|
2420
|
+
"keys",
|
|
2421
|
+
"create.js"
|
|
2380
2422
|
]
|
|
2381
2423
|
},
|
|
2382
|
-
"
|
|
2424
|
+
"keys:list": {
|
|
2383
2425
|
"aliases": [],
|
|
2384
2426
|
"args": {},
|
|
2385
|
-
"description": "
|
|
2427
|
+
"description": "List all API keys (JWT required)",
|
|
2386
2428
|
"flags": {
|
|
2387
2429
|
"json": {
|
|
2388
2430
|
"description": "Format output as json.",
|
|
@@ -2414,69 +2456,11 @@
|
|
|
2414
2456
|
"hasDynamicHelp": false,
|
|
2415
2457
|
"multiple": false,
|
|
2416
2458
|
"type": "option"
|
|
2417
|
-
},
|
|
2418
|
-
"name": {
|
|
2419
|
-
"description": "Display name",
|
|
2420
|
-
"name": "name",
|
|
2421
|
-
"required": true,
|
|
2422
|
-
"hasDynamicHelp": false,
|
|
2423
|
-
"multiple": false,
|
|
2424
|
-
"type": "option"
|
|
2425
|
-
},
|
|
2426
|
-
"alias": {
|
|
2427
|
-
"description": "Unique alias slug",
|
|
2428
|
-
"name": "alias",
|
|
2429
|
-
"required": true,
|
|
2430
|
-
"hasDynamicHelp": false,
|
|
2431
|
-
"multiple": false,
|
|
2432
|
-
"type": "option"
|
|
2433
|
-
},
|
|
2434
|
-
"description": {
|
|
2435
|
-
"description": "Plain-text description / bio (max 1500 chars)",
|
|
2436
|
-
"name": "description",
|
|
2437
|
-
"hasDynamicHelp": false,
|
|
2438
|
-
"multiple": false,
|
|
2439
|
-
"type": "option"
|
|
2440
|
-
},
|
|
2441
|
-
"tag": {
|
|
2442
|
-
"description": "Tag label (repeatable, lowercase)",
|
|
2443
|
-
"name": "tag",
|
|
2444
|
-
"hasDynamicHelp": false,
|
|
2445
|
-
"multiple": true,
|
|
2446
|
-
"type": "option"
|
|
2447
|
-
},
|
|
2448
|
-
"default-model": {
|
|
2449
|
-
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2450
|
-
"name": "default-model",
|
|
2451
|
-
"hasDynamicHelp": false,
|
|
2452
|
-
"multiple": false,
|
|
2453
|
-
"type": "option"
|
|
2454
|
-
},
|
|
2455
|
-
"formula": {
|
|
2456
|
-
"description": "Boolean formula over owned concrete face aliases (e.g. \"a | b\", \"(a | b) - c\"). Creates a composite face.",
|
|
2457
|
-
"name": "formula",
|
|
2458
|
-
"hasDynamicHelp": false,
|
|
2459
|
-
"multiple": false,
|
|
2460
|
-
"type": "option"
|
|
2461
|
-
},
|
|
2462
|
-
"attr": {
|
|
2463
|
-
"description": "Attribute KEY=VALUE (repeatable)",
|
|
2464
|
-
"name": "attr",
|
|
2465
|
-
"hasDynamicHelp": false,
|
|
2466
|
-
"multiple": true,
|
|
2467
|
-
"type": "option"
|
|
2468
|
-
},
|
|
2469
|
-
"tool": {
|
|
2470
|
-
"description": "Tool name to enable (repeatable)",
|
|
2471
|
-
"name": "tool",
|
|
2472
|
-
"hasDynamicHelp": false,
|
|
2473
|
-
"multiple": true,
|
|
2474
|
-
"type": "option"
|
|
2475
2459
|
}
|
|
2476
2460
|
},
|
|
2477
2461
|
"hasDynamicHelp": false,
|
|
2478
2462
|
"hiddenAliases": [],
|
|
2479
|
-
"id": "
|
|
2463
|
+
"id": "keys:list",
|
|
2480
2464
|
"pluginAlias": "faces-cli",
|
|
2481
2465
|
"pluginName": "faces-cli",
|
|
2482
2466
|
"pluginType": "core",
|
|
@@ -2486,20 +2470,20 @@
|
|
|
2486
2470
|
"relativePath": [
|
|
2487
2471
|
"dist",
|
|
2488
2472
|
"commands",
|
|
2489
|
-
"
|
|
2490
|
-
"
|
|
2473
|
+
"keys",
|
|
2474
|
+
"list.js"
|
|
2491
2475
|
]
|
|
2492
2476
|
},
|
|
2493
|
-
"
|
|
2477
|
+
"keys:revoke": {
|
|
2494
2478
|
"aliases": [],
|
|
2495
2479
|
"args": {
|
|
2496
|
-
"
|
|
2497
|
-
"description": "
|
|
2498
|
-
"name": "
|
|
2480
|
+
"key_id": {
|
|
2481
|
+
"description": "Key ID",
|
|
2482
|
+
"name": "key_id",
|
|
2499
2483
|
"required": true
|
|
2500
2484
|
}
|
|
2501
2485
|
},
|
|
2502
|
-
"description": "
|
|
2486
|
+
"description": "Revoke an API key (JWT required)",
|
|
2503
2487
|
"flags": {
|
|
2504
2488
|
"json": {
|
|
2505
2489
|
"description": "Format output as json.",
|
|
@@ -2541,7 +2525,7 @@
|
|
|
2541
2525
|
},
|
|
2542
2526
|
"hasDynamicHelp": false,
|
|
2543
2527
|
"hiddenAliases": [],
|
|
2544
|
-
"id": "
|
|
2528
|
+
"id": "keys:revoke",
|
|
2545
2529
|
"pluginAlias": "faces-cli",
|
|
2546
2530
|
"pluginName": "faces-cli",
|
|
2547
2531
|
"pluginType": "core",
|
|
@@ -2551,14 +2535,20 @@
|
|
|
2551
2535
|
"relativePath": [
|
|
2552
2536
|
"dist",
|
|
2553
2537
|
"commands",
|
|
2554
|
-
"
|
|
2555
|
-
"
|
|
2538
|
+
"keys",
|
|
2539
|
+
"revoke.js"
|
|
2556
2540
|
]
|
|
2557
2541
|
},
|
|
2558
|
-
"
|
|
2542
|
+
"keys:update": {
|
|
2559
2543
|
"aliases": [],
|
|
2560
|
-
"args": {
|
|
2561
|
-
|
|
2544
|
+
"args": {
|
|
2545
|
+
"key_id": {
|
|
2546
|
+
"description": "Key ID",
|
|
2547
|
+
"name": "key_id",
|
|
2548
|
+
"required": true
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
"description": "Update API key metadata (JWT required)",
|
|
2562
2552
|
"flags": {
|
|
2563
2553
|
"json": {
|
|
2564
2554
|
"description": "Format output as json.",
|
|
@@ -2591,18 +2581,30 @@
|
|
|
2591
2581
|
"multiple": false,
|
|
2592
2582
|
"type": "option"
|
|
2593
2583
|
},
|
|
2594
|
-
"
|
|
2595
|
-
"description": "
|
|
2596
|
-
"name": "
|
|
2597
|
-
"required": true,
|
|
2584
|
+
"name": {
|
|
2585
|
+
"description": "New key name",
|
|
2586
|
+
"name": "name",
|
|
2598
2587
|
"hasDynamicHelp": false,
|
|
2599
|
-
"multiple":
|
|
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,
|
|
2600
2596
|
"type": "option"
|
|
2597
|
+
},
|
|
2598
|
+
"reset-spent": {
|
|
2599
|
+
"description": "Reset spent amount to zero",
|
|
2600
|
+
"name": "reset-spent",
|
|
2601
|
+
"allowNo": false,
|
|
2602
|
+
"type": "boolean"
|
|
2601
2603
|
}
|
|
2602
2604
|
},
|
|
2603
2605
|
"hasDynamicHelp": false,
|
|
2604
2606
|
"hiddenAliases": [],
|
|
2605
|
-
"id": "
|
|
2607
|
+
"id": "keys:update",
|
|
2606
2608
|
"pluginAlias": "faces-cli",
|
|
2607
2609
|
"pluginName": "faces-cli",
|
|
2608
2610
|
"pluginType": "core",
|
|
@@ -2612,20 +2614,20 @@
|
|
|
2612
2614
|
"relativePath": [
|
|
2613
2615
|
"dist",
|
|
2614
2616
|
"commands",
|
|
2615
|
-
"
|
|
2616
|
-
"
|
|
2617
|
+
"keys",
|
|
2618
|
+
"update.js"
|
|
2617
2619
|
]
|
|
2618
2620
|
},
|
|
2619
|
-
"
|
|
2621
|
+
"team:add": {
|
|
2620
2622
|
"aliases": [],
|
|
2621
2623
|
"args": {
|
|
2622
|
-
"
|
|
2623
|
-
"description": "
|
|
2624
|
-
"name": "
|
|
2624
|
+
"team_id": {
|
|
2625
|
+
"description": "Team ID",
|
|
2626
|
+
"name": "team_id",
|
|
2625
2627
|
"required": true
|
|
2626
2628
|
}
|
|
2627
2629
|
},
|
|
2628
|
-
"description": "
|
|
2630
|
+
"description": "Add face(s) to a team",
|
|
2629
2631
|
"flags": {
|
|
2630
2632
|
"json": {
|
|
2631
2633
|
"description": "Format output as json.",
|
|
@@ -2658,59 +2660,556 @@
|
|
|
2658
2660
|
"multiple": false,
|
|
2659
2661
|
"type": "option"
|
|
2660
2662
|
},
|
|
2661
|
-
"
|
|
2662
|
-
"description": "
|
|
2663
|
-
"name": "
|
|
2664
|
-
"
|
|
2665
|
-
"multiple": false,
|
|
2666
|
-
"type": "option"
|
|
2667
|
-
},
|
|
2668
|
-
"description": {
|
|
2669
|
-
"description": "Plain-text description / bio (max 1500 chars)",
|
|
2670
|
-
"name": "description",
|
|
2671
|
-
"hasDynamicHelp": false,
|
|
2672
|
-
"multiple": false,
|
|
2673
|
-
"type": "option"
|
|
2674
|
-
},
|
|
2675
|
-
"tag": {
|
|
2676
|
-
"description": "Replace all tags (repeatable, lowercase)",
|
|
2677
|
-
"name": "tag",
|
|
2663
|
+
"face": {
|
|
2664
|
+
"description": "Face alias to add (repeatable)",
|
|
2665
|
+
"name": "face",
|
|
2666
|
+
"required": true,
|
|
2678
2667
|
"hasDynamicHelp": false,
|
|
2679
2668
|
"multiple": true,
|
|
2680
2669
|
"type": "option"
|
|
2681
|
-
}
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2670
|
+
}
|
|
2671
|
+
},
|
|
2672
|
+
"hasDynamicHelp": false,
|
|
2673
|
+
"hiddenAliases": [],
|
|
2674
|
+
"id": "team:add",
|
|
2675
|
+
"pluginAlias": "faces-cli",
|
|
2676
|
+
"pluginName": "faces-cli",
|
|
2677
|
+
"pluginType": "core",
|
|
2678
|
+
"strict": true,
|
|
2679
|
+
"enableJsonFlag": true,
|
|
2680
|
+
"isESM": true,
|
|
2681
|
+
"relativePath": [
|
|
2682
|
+
"dist",
|
|
2683
|
+
"commands",
|
|
2684
|
+
"team",
|
|
2685
|
+
"add.js"
|
|
2686
|
+
]
|
|
2687
|
+
},
|
|
2688
|
+
"team:create": {
|
|
2689
|
+
"aliases": [],
|
|
2690
|
+
"args": {},
|
|
2691
|
+
"description": "Create a new team",
|
|
2692
|
+
"flags": {
|
|
2693
|
+
"json": {
|
|
2694
|
+
"description": "Format output as json.",
|
|
2695
|
+
"helpGroup": "GLOBAL",
|
|
2696
|
+
"name": "json",
|
|
2697
|
+
"allowNo": false,
|
|
2698
|
+
"type": "boolean"
|
|
2699
|
+
},
|
|
2700
|
+
"base-url": {
|
|
2701
|
+
"description": "API base URL",
|
|
2702
|
+
"env": "FACES_BASE_URL",
|
|
2703
|
+
"name": "base-url",
|
|
2704
|
+
"hasDynamicHelp": false,
|
|
2705
|
+
"multiple": false,
|
|
2706
|
+
"type": "option"
|
|
2707
|
+
},
|
|
2708
|
+
"token": {
|
|
2709
|
+
"description": "JWT bearer token",
|
|
2710
|
+
"env": "FACES_TOKEN",
|
|
2711
|
+
"name": "token",
|
|
2712
|
+
"hasDynamicHelp": false,
|
|
2713
|
+
"multiple": false,
|
|
2714
|
+
"type": "option"
|
|
2715
|
+
},
|
|
2716
|
+
"api-key": {
|
|
2717
|
+
"description": "API key",
|
|
2718
|
+
"env": "FACES_API_KEY",
|
|
2719
|
+
"name": "api-key",
|
|
2720
|
+
"hasDynamicHelp": false,
|
|
2721
|
+
"multiple": false,
|
|
2722
|
+
"type": "option"
|
|
2723
|
+
},
|
|
2724
|
+
"name": {
|
|
2725
|
+
"description": "Team name",
|
|
2726
|
+
"name": "name",
|
|
2727
|
+
"required": true,
|
|
2728
|
+
"hasDynamicHelp": false,
|
|
2729
|
+
"multiple": false,
|
|
2730
|
+
"type": "option"
|
|
2731
|
+
},
|
|
2732
|
+
"description": {
|
|
2733
|
+
"description": "Plain-text team description (max 1500 chars)",
|
|
2734
|
+
"name": "description",
|
|
2735
|
+
"hasDynamicHelp": false,
|
|
2736
|
+
"multiple": false,
|
|
2737
|
+
"type": "option"
|
|
2738
|
+
},
|
|
2739
|
+
"protocol": {
|
|
2740
|
+
"description": "Protocol content (mermaid diagram or markdown, max 1000 words)",
|
|
2741
|
+
"name": "protocol",
|
|
2742
|
+
"hasDynamicHelp": false,
|
|
2743
|
+
"multiple": false,
|
|
2744
|
+
"type": "option"
|
|
2745
|
+
},
|
|
2746
|
+
"protocol-file": {
|
|
2747
|
+
"description": "Read protocol from file",
|
|
2748
|
+
"name": "protocol-file",
|
|
2749
|
+
"hasDynamicHelp": false,
|
|
2750
|
+
"multiple": false,
|
|
2751
|
+
"type": "option"
|
|
2752
|
+
},
|
|
2753
|
+
"tag": {
|
|
2754
|
+
"description": "Tag label (repeatable, lowercase)",
|
|
2755
|
+
"name": "tag",
|
|
2756
|
+
"hasDynamicHelp": false,
|
|
2757
|
+
"multiple": true,
|
|
2758
|
+
"type": "option"
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
"hasDynamicHelp": false,
|
|
2762
|
+
"hiddenAliases": [],
|
|
2763
|
+
"id": "team:create",
|
|
2764
|
+
"pluginAlias": "faces-cli",
|
|
2765
|
+
"pluginName": "faces-cli",
|
|
2766
|
+
"pluginType": "core",
|
|
2767
|
+
"strict": true,
|
|
2768
|
+
"enableJsonFlag": true,
|
|
2769
|
+
"isESM": true,
|
|
2770
|
+
"relativePath": [
|
|
2771
|
+
"dist",
|
|
2772
|
+
"commands",
|
|
2773
|
+
"team",
|
|
2774
|
+
"create.js"
|
|
2775
|
+
]
|
|
2776
|
+
},
|
|
2777
|
+
"team:delete": {
|
|
2778
|
+
"aliases": [],
|
|
2779
|
+
"args": {
|
|
2780
|
+
"team_id": {
|
|
2781
|
+
"description": "Team ID",
|
|
2782
|
+
"name": "team_id",
|
|
2783
|
+
"required": true
|
|
2784
|
+
}
|
|
2785
|
+
},
|
|
2786
|
+
"description": "Delete a team",
|
|
2787
|
+
"flags": {
|
|
2788
|
+
"json": {
|
|
2789
|
+
"description": "Format output as json.",
|
|
2790
|
+
"helpGroup": "GLOBAL",
|
|
2791
|
+
"name": "json",
|
|
2792
|
+
"allowNo": false,
|
|
2793
|
+
"type": "boolean"
|
|
2794
|
+
},
|
|
2795
|
+
"base-url": {
|
|
2796
|
+
"description": "API base URL",
|
|
2797
|
+
"env": "FACES_BASE_URL",
|
|
2798
|
+
"name": "base-url",
|
|
2799
|
+
"hasDynamicHelp": false,
|
|
2800
|
+
"multiple": false,
|
|
2801
|
+
"type": "option"
|
|
2802
|
+
},
|
|
2803
|
+
"token": {
|
|
2804
|
+
"description": "JWT bearer token",
|
|
2805
|
+
"env": "FACES_TOKEN",
|
|
2806
|
+
"name": "token",
|
|
2807
|
+
"hasDynamicHelp": false,
|
|
2808
|
+
"multiple": false,
|
|
2809
|
+
"type": "option"
|
|
2810
|
+
},
|
|
2811
|
+
"api-key": {
|
|
2812
|
+
"description": "API key",
|
|
2813
|
+
"env": "FACES_API_KEY",
|
|
2814
|
+
"name": "api-key",
|
|
2815
|
+
"hasDynamicHelp": false,
|
|
2816
|
+
"multiple": false,
|
|
2817
|
+
"type": "option"
|
|
2818
|
+
},
|
|
2819
|
+
"yes": {
|
|
2820
|
+
"description": "Skip confirmation",
|
|
2821
|
+
"name": "yes",
|
|
2822
|
+
"allowNo": false,
|
|
2823
|
+
"type": "boolean"
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2826
|
+
"hasDynamicHelp": false,
|
|
2827
|
+
"hiddenAliases": [],
|
|
2828
|
+
"id": "team:delete",
|
|
2829
|
+
"pluginAlias": "faces-cli",
|
|
2830
|
+
"pluginName": "faces-cli",
|
|
2831
|
+
"pluginType": "core",
|
|
2832
|
+
"strict": true,
|
|
2833
|
+
"enableJsonFlag": true,
|
|
2834
|
+
"isESM": true,
|
|
2835
|
+
"relativePath": [
|
|
2836
|
+
"dist",
|
|
2837
|
+
"commands",
|
|
2838
|
+
"team",
|
|
2839
|
+
"delete.js"
|
|
2840
|
+
]
|
|
2841
|
+
},
|
|
2842
|
+
"team:edit": {
|
|
2843
|
+
"aliases": [],
|
|
2844
|
+
"args": {
|
|
2845
|
+
"team_id": {
|
|
2846
|
+
"description": "Team ID",
|
|
2847
|
+
"name": "team_id",
|
|
2848
|
+
"required": true
|
|
2849
|
+
}
|
|
2850
|
+
},
|
|
2851
|
+
"description": "Edit a team",
|
|
2852
|
+
"flags": {
|
|
2853
|
+
"json": {
|
|
2854
|
+
"description": "Format output as json.",
|
|
2855
|
+
"helpGroup": "GLOBAL",
|
|
2856
|
+
"name": "json",
|
|
2857
|
+
"allowNo": false,
|
|
2858
|
+
"type": "boolean"
|
|
2859
|
+
},
|
|
2860
|
+
"base-url": {
|
|
2861
|
+
"description": "API base URL",
|
|
2862
|
+
"env": "FACES_BASE_URL",
|
|
2863
|
+
"name": "base-url",
|
|
2864
|
+
"hasDynamicHelp": false,
|
|
2865
|
+
"multiple": false,
|
|
2866
|
+
"type": "option"
|
|
2867
|
+
},
|
|
2868
|
+
"token": {
|
|
2869
|
+
"description": "JWT bearer token",
|
|
2870
|
+
"env": "FACES_TOKEN",
|
|
2871
|
+
"name": "token",
|
|
2872
|
+
"hasDynamicHelp": false,
|
|
2873
|
+
"multiple": false,
|
|
2874
|
+
"type": "option"
|
|
2875
|
+
},
|
|
2876
|
+
"api-key": {
|
|
2877
|
+
"description": "API key",
|
|
2878
|
+
"env": "FACES_API_KEY",
|
|
2879
|
+
"name": "api-key",
|
|
2880
|
+
"hasDynamicHelp": false,
|
|
2881
|
+
"multiple": false,
|
|
2882
|
+
"type": "option"
|
|
2883
|
+
},
|
|
2884
|
+
"name": {
|
|
2885
|
+
"description": "New team name",
|
|
2886
|
+
"name": "name",
|
|
2887
|
+
"hasDynamicHelp": false,
|
|
2888
|
+
"multiple": false,
|
|
2889
|
+
"type": "option"
|
|
2890
|
+
},
|
|
2891
|
+
"description": {
|
|
2892
|
+
"description": "New description (max 1500 chars)",
|
|
2893
|
+
"name": "description",
|
|
2894
|
+
"hasDynamicHelp": false,
|
|
2895
|
+
"multiple": false,
|
|
2896
|
+
"type": "option"
|
|
2897
|
+
},
|
|
2898
|
+
"protocol": {
|
|
2899
|
+
"description": "New protocol content",
|
|
2900
|
+
"name": "protocol",
|
|
2901
|
+
"hasDynamicHelp": false,
|
|
2902
|
+
"multiple": false,
|
|
2903
|
+
"type": "option"
|
|
2904
|
+
},
|
|
2905
|
+
"protocol-file": {
|
|
2906
|
+
"description": "Read protocol from file",
|
|
2907
|
+
"name": "protocol-file",
|
|
2908
|
+
"hasDynamicHelp": false,
|
|
2909
|
+
"multiple": false,
|
|
2910
|
+
"type": "option"
|
|
2911
|
+
}
|
|
2912
|
+
},
|
|
2913
|
+
"hasDynamicHelp": false,
|
|
2914
|
+
"hiddenAliases": [],
|
|
2915
|
+
"id": "team:edit",
|
|
2916
|
+
"pluginAlias": "faces-cli",
|
|
2917
|
+
"pluginName": "faces-cli",
|
|
2918
|
+
"pluginType": "core",
|
|
2919
|
+
"strict": true,
|
|
2920
|
+
"enableJsonFlag": true,
|
|
2921
|
+
"isESM": true,
|
|
2922
|
+
"relativePath": [
|
|
2923
|
+
"dist",
|
|
2924
|
+
"commands",
|
|
2925
|
+
"team",
|
|
2926
|
+
"edit.js"
|
|
2927
|
+
]
|
|
2928
|
+
},
|
|
2929
|
+
"team:get": {
|
|
2930
|
+
"aliases": [],
|
|
2931
|
+
"args": {
|
|
2932
|
+
"team_id": {
|
|
2933
|
+
"description": "Team ID",
|
|
2934
|
+
"name": "team_id",
|
|
2935
|
+
"required": true
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
"description": "Get a team by ID",
|
|
2939
|
+
"flags": {
|
|
2940
|
+
"json": {
|
|
2941
|
+
"description": "Format output as json.",
|
|
2942
|
+
"helpGroup": "GLOBAL",
|
|
2943
|
+
"name": "json",
|
|
2944
|
+
"allowNo": false,
|
|
2945
|
+
"type": "boolean"
|
|
2946
|
+
},
|
|
2947
|
+
"base-url": {
|
|
2948
|
+
"description": "API base URL",
|
|
2949
|
+
"env": "FACES_BASE_URL",
|
|
2950
|
+
"name": "base-url",
|
|
2951
|
+
"hasDynamicHelp": false,
|
|
2952
|
+
"multiple": false,
|
|
2953
|
+
"type": "option"
|
|
2954
|
+
},
|
|
2955
|
+
"token": {
|
|
2956
|
+
"description": "JWT bearer token",
|
|
2957
|
+
"env": "FACES_TOKEN",
|
|
2958
|
+
"name": "token",
|
|
2959
|
+
"hasDynamicHelp": false,
|
|
2960
|
+
"multiple": false,
|
|
2961
|
+
"type": "option"
|
|
2962
|
+
},
|
|
2963
|
+
"api-key": {
|
|
2964
|
+
"description": "API key",
|
|
2965
|
+
"env": "FACES_API_KEY",
|
|
2966
|
+
"name": "api-key",
|
|
2967
|
+
"hasDynamicHelp": false,
|
|
2968
|
+
"multiple": false,
|
|
2969
|
+
"type": "option"
|
|
2970
|
+
}
|
|
2971
|
+
},
|
|
2972
|
+
"hasDynamicHelp": false,
|
|
2973
|
+
"hiddenAliases": [],
|
|
2974
|
+
"id": "team:get",
|
|
2975
|
+
"pluginAlias": "faces-cli",
|
|
2976
|
+
"pluginName": "faces-cli",
|
|
2977
|
+
"pluginType": "core",
|
|
2978
|
+
"strict": true,
|
|
2979
|
+
"enableJsonFlag": true,
|
|
2980
|
+
"isESM": true,
|
|
2981
|
+
"relativePath": [
|
|
2982
|
+
"dist",
|
|
2983
|
+
"commands",
|
|
2984
|
+
"team",
|
|
2985
|
+
"get.js"
|
|
2986
|
+
]
|
|
2987
|
+
},
|
|
2988
|
+
"team:list": {
|
|
2989
|
+
"aliases": [],
|
|
2990
|
+
"args": {},
|
|
2991
|
+
"description": "List your teams",
|
|
2992
|
+
"flags": {
|
|
2993
|
+
"json": {
|
|
2994
|
+
"description": "Format output as json.",
|
|
2995
|
+
"helpGroup": "GLOBAL",
|
|
2996
|
+
"name": "json",
|
|
2997
|
+
"allowNo": false,
|
|
2998
|
+
"type": "boolean"
|
|
2999
|
+
},
|
|
3000
|
+
"base-url": {
|
|
3001
|
+
"description": "API base URL",
|
|
3002
|
+
"env": "FACES_BASE_URL",
|
|
3003
|
+
"name": "base-url",
|
|
3004
|
+
"hasDynamicHelp": false,
|
|
3005
|
+
"multiple": false,
|
|
3006
|
+
"type": "option"
|
|
3007
|
+
},
|
|
3008
|
+
"token": {
|
|
3009
|
+
"description": "JWT bearer token",
|
|
3010
|
+
"env": "FACES_TOKEN",
|
|
3011
|
+
"name": "token",
|
|
3012
|
+
"hasDynamicHelp": false,
|
|
2686
3013
|
"multiple": false,
|
|
2687
3014
|
"type": "option"
|
|
2688
3015
|
},
|
|
2689
|
-
"
|
|
2690
|
-
"description": "
|
|
2691
|
-
"
|
|
3016
|
+
"api-key": {
|
|
3017
|
+
"description": "API key",
|
|
3018
|
+
"env": "FACES_API_KEY",
|
|
3019
|
+
"name": "api-key",
|
|
3020
|
+
"hasDynamicHelp": false,
|
|
3021
|
+
"multiple": false,
|
|
3022
|
+
"type": "option"
|
|
3023
|
+
}
|
|
3024
|
+
},
|
|
3025
|
+
"hasDynamicHelp": false,
|
|
3026
|
+
"hiddenAliases": [],
|
|
3027
|
+
"id": "team:list",
|
|
3028
|
+
"pluginAlias": "faces-cli",
|
|
3029
|
+
"pluginName": "faces-cli",
|
|
3030
|
+
"pluginType": "core",
|
|
3031
|
+
"strict": true,
|
|
3032
|
+
"enableJsonFlag": true,
|
|
3033
|
+
"isESM": true,
|
|
3034
|
+
"relativePath": [
|
|
3035
|
+
"dist",
|
|
3036
|
+
"commands",
|
|
3037
|
+
"team",
|
|
3038
|
+
"list.js"
|
|
3039
|
+
]
|
|
3040
|
+
},
|
|
3041
|
+
"team:members": {
|
|
3042
|
+
"aliases": [],
|
|
3043
|
+
"args": {
|
|
3044
|
+
"team_id": {
|
|
3045
|
+
"description": "Team ID",
|
|
3046
|
+
"name": "team_id",
|
|
3047
|
+
"required": true
|
|
3048
|
+
}
|
|
3049
|
+
},
|
|
3050
|
+
"description": "List members of a team",
|
|
3051
|
+
"flags": {
|
|
3052
|
+
"json": {
|
|
3053
|
+
"description": "Format output as json.",
|
|
3054
|
+
"helpGroup": "GLOBAL",
|
|
3055
|
+
"name": "json",
|
|
3056
|
+
"allowNo": false,
|
|
3057
|
+
"type": "boolean"
|
|
3058
|
+
},
|
|
3059
|
+
"base-url": {
|
|
3060
|
+
"description": "API base URL",
|
|
3061
|
+
"env": "FACES_BASE_URL",
|
|
3062
|
+
"name": "base-url",
|
|
3063
|
+
"hasDynamicHelp": false,
|
|
3064
|
+
"multiple": false,
|
|
3065
|
+
"type": "option"
|
|
3066
|
+
},
|
|
3067
|
+
"token": {
|
|
3068
|
+
"description": "JWT bearer token",
|
|
3069
|
+
"env": "FACES_TOKEN",
|
|
3070
|
+
"name": "token",
|
|
3071
|
+
"hasDynamicHelp": false,
|
|
3072
|
+
"multiple": false,
|
|
3073
|
+
"type": "option"
|
|
3074
|
+
},
|
|
3075
|
+
"api-key": {
|
|
3076
|
+
"description": "API key",
|
|
3077
|
+
"env": "FACES_API_KEY",
|
|
3078
|
+
"name": "api-key",
|
|
3079
|
+
"hasDynamicHelp": false,
|
|
3080
|
+
"multiple": false,
|
|
3081
|
+
"type": "option"
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
3084
|
+
"hasDynamicHelp": false,
|
|
3085
|
+
"hiddenAliases": [],
|
|
3086
|
+
"id": "team:members",
|
|
3087
|
+
"pluginAlias": "faces-cli",
|
|
3088
|
+
"pluginName": "faces-cli",
|
|
3089
|
+
"pluginType": "core",
|
|
3090
|
+
"strict": true,
|
|
3091
|
+
"enableJsonFlag": true,
|
|
3092
|
+
"isESM": true,
|
|
3093
|
+
"relativePath": [
|
|
3094
|
+
"dist",
|
|
3095
|
+
"commands",
|
|
3096
|
+
"team",
|
|
3097
|
+
"members.js"
|
|
3098
|
+
]
|
|
3099
|
+
},
|
|
3100
|
+
"team:remove": {
|
|
3101
|
+
"aliases": [],
|
|
3102
|
+
"args": {
|
|
3103
|
+
"team_id": {
|
|
3104
|
+
"description": "Team ID",
|
|
3105
|
+
"name": "team_id",
|
|
3106
|
+
"required": true
|
|
3107
|
+
},
|
|
3108
|
+
"alias": {
|
|
3109
|
+
"description": "Face alias to remove",
|
|
3110
|
+
"name": "alias",
|
|
3111
|
+
"required": true
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3114
|
+
"description": "Remove a face from a team",
|
|
3115
|
+
"flags": {
|
|
3116
|
+
"json": {
|
|
3117
|
+
"description": "Format output as json.",
|
|
3118
|
+
"helpGroup": "GLOBAL",
|
|
3119
|
+
"name": "json",
|
|
3120
|
+
"allowNo": false,
|
|
3121
|
+
"type": "boolean"
|
|
3122
|
+
},
|
|
3123
|
+
"base-url": {
|
|
3124
|
+
"description": "API base URL",
|
|
3125
|
+
"env": "FACES_BASE_URL",
|
|
3126
|
+
"name": "base-url",
|
|
3127
|
+
"hasDynamicHelp": false,
|
|
3128
|
+
"multiple": false,
|
|
3129
|
+
"type": "option"
|
|
3130
|
+
},
|
|
3131
|
+
"token": {
|
|
3132
|
+
"description": "JWT bearer token",
|
|
3133
|
+
"env": "FACES_TOKEN",
|
|
3134
|
+
"name": "token",
|
|
3135
|
+
"hasDynamicHelp": false,
|
|
3136
|
+
"multiple": false,
|
|
3137
|
+
"type": "option"
|
|
3138
|
+
},
|
|
3139
|
+
"api-key": {
|
|
3140
|
+
"description": "API key",
|
|
3141
|
+
"env": "FACES_API_KEY",
|
|
3142
|
+
"name": "api-key",
|
|
3143
|
+
"hasDynamicHelp": false,
|
|
3144
|
+
"multiple": false,
|
|
3145
|
+
"type": "option"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
"hasDynamicHelp": false,
|
|
3149
|
+
"hiddenAliases": [],
|
|
3150
|
+
"id": "team:remove",
|
|
3151
|
+
"pluginAlias": "faces-cli",
|
|
3152
|
+
"pluginName": "faces-cli",
|
|
3153
|
+
"pluginType": "core",
|
|
3154
|
+
"strict": true,
|
|
3155
|
+
"enableJsonFlag": true,
|
|
3156
|
+
"isESM": true,
|
|
3157
|
+
"relativePath": [
|
|
3158
|
+
"dist",
|
|
3159
|
+
"commands",
|
|
3160
|
+
"team",
|
|
3161
|
+
"remove.js"
|
|
3162
|
+
]
|
|
3163
|
+
},
|
|
3164
|
+
"voiceprint:build-status": {
|
|
3165
|
+
"aliases": [],
|
|
3166
|
+
"args": {
|
|
3167
|
+
"job_id": {
|
|
3168
|
+
"description": "Build job id",
|
|
3169
|
+
"name": "job_id",
|
|
3170
|
+
"required": true
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3173
|
+
"description": "Get the status/result of a voiceprint build job (from voiceprint:build without --wait)",
|
|
3174
|
+
"examples": [
|
|
3175
|
+
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
3176
|
+
],
|
|
3177
|
+
"flags": {
|
|
3178
|
+
"json": {
|
|
3179
|
+
"description": "Format output as json.",
|
|
3180
|
+
"helpGroup": "GLOBAL",
|
|
3181
|
+
"name": "json",
|
|
3182
|
+
"allowNo": false,
|
|
3183
|
+
"type": "boolean"
|
|
3184
|
+
},
|
|
3185
|
+
"base-url": {
|
|
3186
|
+
"description": "API base URL",
|
|
3187
|
+
"env": "FACES_BASE_URL",
|
|
3188
|
+
"name": "base-url",
|
|
2692
3189
|
"hasDynamicHelp": false,
|
|
2693
3190
|
"multiple": false,
|
|
2694
3191
|
"type": "option"
|
|
2695
3192
|
},
|
|
2696
|
-
"
|
|
2697
|
-
"description": "
|
|
2698
|
-
"
|
|
3193
|
+
"token": {
|
|
3194
|
+
"description": "JWT bearer token",
|
|
3195
|
+
"env": "FACES_TOKEN",
|
|
3196
|
+
"name": "token",
|
|
2699
3197
|
"hasDynamicHelp": false,
|
|
2700
|
-
"multiple":
|
|
3198
|
+
"multiple": false,
|
|
2701
3199
|
"type": "option"
|
|
2702
3200
|
},
|
|
2703
|
-
"
|
|
2704
|
-
"description": "
|
|
2705
|
-
"
|
|
3201
|
+
"api-key": {
|
|
3202
|
+
"description": "API key",
|
|
3203
|
+
"env": "FACES_API_KEY",
|
|
3204
|
+
"name": "api-key",
|
|
2706
3205
|
"hasDynamicHelp": false,
|
|
2707
|
-
"multiple":
|
|
3206
|
+
"multiple": false,
|
|
2708
3207
|
"type": "option"
|
|
2709
3208
|
}
|
|
2710
3209
|
},
|
|
2711
3210
|
"hasDynamicHelp": false,
|
|
2712
3211
|
"hiddenAliases": [],
|
|
2713
|
-
"id": "
|
|
3212
|
+
"id": "voiceprint:build-status",
|
|
2714
3213
|
"pluginAlias": "faces-cli",
|
|
2715
3214
|
"pluginName": "faces-cli",
|
|
2716
3215
|
"pluginType": "core",
|
|
@@ -2720,20 +3219,24 @@
|
|
|
2720
3219
|
"relativePath": [
|
|
2721
3220
|
"dist",
|
|
2722
3221
|
"commands",
|
|
2723
|
-
"
|
|
2724
|
-
"
|
|
3222
|
+
"voiceprint",
|
|
3223
|
+
"build-status.js"
|
|
2725
3224
|
]
|
|
2726
3225
|
},
|
|
2727
|
-
"
|
|
3226
|
+
"voiceprint:build": {
|
|
2728
3227
|
"aliases": [],
|
|
2729
3228
|
"args": {
|
|
2730
|
-
"
|
|
2731
|
-
"description": "
|
|
2732
|
-
"name": "
|
|
3229
|
+
"self_alias": {
|
|
3230
|
+
"description": "Self face alias",
|
|
3231
|
+
"name": "self_alias",
|
|
2733
3232
|
"required": true
|
|
2734
3233
|
}
|
|
2735
3234
|
},
|
|
2736
|
-
"description": "
|
|
3235
|
+
"description": "Build a self face's voice map from its uploaded corpus. Auto-creates the hidden <self>-voiceprint face and installs the map. Async — use --wait to block.",
|
|
3236
|
+
"examples": [
|
|
3237
|
+
"<%= config.bin %> <%= command.id %> alice --wait",
|
|
3238
|
+
"<%= config.bin %> <%= command.id %> alice --holdout-count 120 --oauth-only --wait"
|
|
3239
|
+
],
|
|
2737
3240
|
"flags": {
|
|
2738
3241
|
"json": {
|
|
2739
3242
|
"description": "Format output as json.",
|
|
@@ -2766,17 +3269,43 @@
|
|
|
2766
3269
|
"multiple": false,
|
|
2767
3270
|
"type": "option"
|
|
2768
3271
|
},
|
|
2769
|
-
"
|
|
2770
|
-
"description": "
|
|
2771
|
-
"name": "
|
|
3272
|
+
"model": {
|
|
3273
|
+
"description": "Model that forges the voice map (default: gpt-5.4)",
|
|
3274
|
+
"name": "model",
|
|
3275
|
+
"hasDynamicHelp": false,
|
|
3276
|
+
"multiple": false,
|
|
3277
|
+
"type": "option"
|
|
3278
|
+
},
|
|
3279
|
+
"holdout-count": {
|
|
3280
|
+
"description": "Stratified scoring holdout size (default: 120)",
|
|
3281
|
+
"name": "holdout-count",
|
|
2772
3282
|
"hasDynamicHelp": false,
|
|
2773
3283
|
"multiple": false,
|
|
2774
3284
|
"type": "option"
|
|
3285
|
+
},
|
|
3286
|
+
"min-valid": {
|
|
3287
|
+
"description": "Corpus floor below which no holdout is split — train on all (default: 550)",
|
|
3288
|
+
"name": "min-valid",
|
|
3289
|
+
"hasDynamicHelp": false,
|
|
3290
|
+
"multiple": false,
|
|
3291
|
+
"type": "option"
|
|
3292
|
+
},
|
|
3293
|
+
"oauth-only": {
|
|
3294
|
+
"description": "Only run on a free (OAuth) route; never fall back to billed inference",
|
|
3295
|
+
"name": "oauth-only",
|
|
3296
|
+
"allowNo": false,
|
|
3297
|
+
"type": "boolean"
|
|
3298
|
+
},
|
|
3299
|
+
"wait": {
|
|
3300
|
+
"description": "Block and poll until the build finishes (default: print the job_id and return)",
|
|
3301
|
+
"name": "wait",
|
|
3302
|
+
"allowNo": false,
|
|
3303
|
+
"type": "boolean"
|
|
2775
3304
|
}
|
|
2776
3305
|
},
|
|
2777
3306
|
"hasDynamicHelp": false,
|
|
2778
3307
|
"hiddenAliases": [],
|
|
2779
|
-
"id": "
|
|
3308
|
+
"id": "voiceprint:build",
|
|
2780
3309
|
"pluginAlias": "faces-cli",
|
|
2781
3310
|
"pluginName": "faces-cli",
|
|
2782
3311
|
"pluginType": "core",
|
|
@@ -2786,14 +3315,23 @@
|
|
|
2786
3315
|
"relativePath": [
|
|
2787
3316
|
"dist",
|
|
2788
3317
|
"commands",
|
|
2789
|
-
"
|
|
2790
|
-
"
|
|
3318
|
+
"voiceprint",
|
|
3319
|
+
"build.js"
|
|
2791
3320
|
]
|
|
2792
3321
|
},
|
|
2793
|
-
"
|
|
3322
|
+
"voiceprint:get": {
|
|
2794
3323
|
"aliases": [],
|
|
2795
|
-
"args": {
|
|
2796
|
-
|
|
3324
|
+
"args": {
|
|
3325
|
+
"job_id": {
|
|
3326
|
+
"description": "Scoring job id (from voiceprint:score --no-wait)",
|
|
3327
|
+
"name": "job_id",
|
|
3328
|
+
"required": true
|
|
3329
|
+
}
|
|
3330
|
+
},
|
|
3331
|
+
"description": "Get the status/result of a voiceprint scoring job started with voiceprint:score --no-wait",
|
|
3332
|
+
"examples": [
|
|
3333
|
+
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
3334
|
+
],
|
|
2797
3335
|
"flags": {
|
|
2798
3336
|
"json": {
|
|
2799
3337
|
"description": "Format output as json.",
|
|
@@ -2825,58 +3363,73 @@
|
|
|
2825
3363
|
"hasDynamicHelp": false,
|
|
2826
3364
|
"multiple": false,
|
|
2827
3365
|
"type": "option"
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
"hasDynamicHelp": false,
|
|
3369
|
+
"hiddenAliases": [],
|
|
3370
|
+
"id": "voiceprint:get",
|
|
3371
|
+
"pluginAlias": "faces-cli",
|
|
3372
|
+
"pluginName": "faces-cli",
|
|
3373
|
+
"pluginType": "core",
|
|
3374
|
+
"strict": true,
|
|
3375
|
+
"enableJsonFlag": true,
|
|
3376
|
+
"isESM": true,
|
|
3377
|
+
"relativePath": [
|
|
3378
|
+
"dist",
|
|
3379
|
+
"commands",
|
|
3380
|
+
"voiceprint",
|
|
3381
|
+
"get.js"
|
|
3382
|
+
]
|
|
3383
|
+
},
|
|
3384
|
+
"voiceprint:refine-status": {
|
|
3385
|
+
"aliases": [],
|
|
3386
|
+
"args": {
|
|
3387
|
+
"job_id": {
|
|
3388
|
+
"description": "Refine job id",
|
|
3389
|
+
"name": "job_id",
|
|
3390
|
+
"required": true
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3393
|
+
"description": "Get the status/result of a voiceprint refine job (from voiceprint:refine without --wait)",
|
|
3394
|
+
"examples": [
|
|
3395
|
+
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
3396
|
+
],
|
|
3397
|
+
"flags": {
|
|
3398
|
+
"json": {
|
|
3399
|
+
"description": "Format output as json.",
|
|
3400
|
+
"helpGroup": "GLOBAL",
|
|
3401
|
+
"name": "json",
|
|
3402
|
+
"allowNo": false,
|
|
3403
|
+
"type": "boolean"
|
|
2828
3404
|
},
|
|
2829
|
-
"
|
|
2830
|
-
"description": "
|
|
2831
|
-
"
|
|
2832
|
-
"
|
|
2833
|
-
"multiple": true,
|
|
2834
|
-
"type": "option"
|
|
2835
|
-
},
|
|
2836
|
-
"team": {
|
|
2837
|
-
"description": "Filter by team ID (repeatable, OR logic)",
|
|
2838
|
-
"name": "team",
|
|
2839
|
-
"hasDynamicHelp": false,
|
|
2840
|
-
"multiple": true,
|
|
2841
|
-
"type": "option"
|
|
2842
|
-
},
|
|
2843
|
-
"include": {
|
|
2844
|
-
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
2845
|
-
"name": "include",
|
|
3405
|
+
"base-url": {
|
|
3406
|
+
"description": "API base URL",
|
|
3407
|
+
"env": "FACES_BASE_URL",
|
|
3408
|
+
"name": "base-url",
|
|
2846
3409
|
"hasDynamicHelp": false,
|
|
2847
3410
|
"multiple": false,
|
|
2848
3411
|
"type": "option"
|
|
2849
3412
|
},
|
|
2850
|
-
"
|
|
2851
|
-
"description": "
|
|
2852
|
-
"
|
|
2853
|
-
"
|
|
2854
|
-
"type": "boolean"
|
|
2855
|
-
},
|
|
2856
|
-
"system": {
|
|
2857
|
-
"description": "Show only the curated system faces (published faces owned by 'head')",
|
|
2858
|
-
"name": "system",
|
|
2859
|
-
"allowNo": false,
|
|
2860
|
-
"type": "boolean"
|
|
2861
|
-
},
|
|
2862
|
-
"from-users": {
|
|
2863
|
-
"description": "Only published faces from these owners (repeatable/comma-separated)",
|
|
2864
|
-
"name": "from-users",
|
|
3413
|
+
"token": {
|
|
3414
|
+
"description": "JWT bearer token",
|
|
3415
|
+
"env": "FACES_TOKEN",
|
|
3416
|
+
"name": "token",
|
|
2865
3417
|
"hasDynamicHelp": false,
|
|
2866
|
-
"multiple":
|
|
3418
|
+
"multiple": false,
|
|
2867
3419
|
"type": "option"
|
|
2868
3420
|
},
|
|
2869
|
-
"
|
|
2870
|
-
"description": "
|
|
2871
|
-
"
|
|
3421
|
+
"api-key": {
|
|
3422
|
+
"description": "API key",
|
|
3423
|
+
"env": "FACES_API_KEY",
|
|
3424
|
+
"name": "api-key",
|
|
2872
3425
|
"hasDynamicHelp": false,
|
|
2873
|
-
"multiple":
|
|
3426
|
+
"multiple": false,
|
|
2874
3427
|
"type": "option"
|
|
2875
3428
|
}
|
|
2876
3429
|
},
|
|
2877
3430
|
"hasDynamicHelp": false,
|
|
2878
3431
|
"hiddenAliases": [],
|
|
2879
|
-
"id": "
|
|
3432
|
+
"id": "voiceprint:refine-status",
|
|
2880
3433
|
"pluginAlias": "faces-cli",
|
|
2881
3434
|
"pluginName": "faces-cli",
|
|
2882
3435
|
"pluginType": "core",
|
|
@@ -2886,20 +3439,24 @@
|
|
|
2886
3439
|
"relativePath": [
|
|
2887
3440
|
"dist",
|
|
2888
3441
|
"commands",
|
|
2889
|
-
"
|
|
2890
|
-
"
|
|
3442
|
+
"voiceprint",
|
|
3443
|
+
"refine-status.js"
|
|
2891
3444
|
]
|
|
2892
3445
|
},
|
|
2893
|
-
"
|
|
3446
|
+
"voiceprint:refine": {
|
|
2894
3447
|
"aliases": [],
|
|
2895
3448
|
"args": {
|
|
2896
|
-
"
|
|
2897
|
-
"description": "
|
|
2898
|
-
"name": "
|
|
3449
|
+
"self_alias": {
|
|
3450
|
+
"description": "Self face alias",
|
|
3451
|
+
"name": "self_alias",
|
|
2899
3452
|
"required": true
|
|
2900
3453
|
}
|
|
2901
3454
|
},
|
|
2902
|
-
"description": "
|
|
3455
|
+
"description": "Tune the active version's post-processing recipe and promote it only if it beats the current one. Requires an existing build with a holdout ≥ 20. Undo with voiceprint:revert.",
|
|
3456
|
+
"examples": [
|
|
3457
|
+
"<%= config.bin %> <%= command.id %> alice --wait",
|
|
3458
|
+
"<%= config.bin %> <%= command.id %> alice --temperature 0.4 --n-samples 6 --wait"
|
|
3459
|
+
],
|
|
2903
3460
|
"flags": {
|
|
2904
3461
|
"json": {
|
|
2905
3462
|
"description": "Format output as json.",
|
|
@@ -2932,44 +3489,105 @@
|
|
|
2932
3489
|
"multiple": false,
|
|
2933
3490
|
"type": "option"
|
|
2934
3491
|
},
|
|
2935
|
-
"
|
|
2936
|
-
"description": "
|
|
2937
|
-
"name": "
|
|
2938
|
-
"default": 5,
|
|
3492
|
+
"model": {
|
|
3493
|
+
"description": "Model used to forge candidate drafts (default: the active version's build model)",
|
|
3494
|
+
"name": "model",
|
|
2939
3495
|
"hasDynamicHelp": false,
|
|
2940
3496
|
"multiple": false,
|
|
2941
3497
|
"type": "option"
|
|
2942
3498
|
},
|
|
2943
|
-
"
|
|
2944
|
-
"description": "
|
|
2945
|
-
"name": "
|
|
2946
|
-
"default": "face",
|
|
3499
|
+
"temperature": {
|
|
3500
|
+
"description": "Sampling temperature for candidate drafts (default: 0.4)",
|
|
3501
|
+
"name": "temperature",
|
|
2947
3502
|
"hasDynamicHelp": false,
|
|
2948
3503
|
"multiple": false,
|
|
2949
|
-
"options": [
|
|
2950
|
-
"face",
|
|
2951
|
-
"beta",
|
|
2952
|
-
"delta",
|
|
2953
|
-
"epsilon"
|
|
2954
|
-
],
|
|
2955
3504
|
"type": "option"
|
|
2956
3505
|
},
|
|
2957
|
-
"
|
|
2958
|
-
"description": "
|
|
2959
|
-
"name": "
|
|
2960
|
-
"
|
|
3506
|
+
"n-samples": {
|
|
3507
|
+
"description": "Drafts forged per holdout pair (default: 6)",
|
|
3508
|
+
"name": "n-samples",
|
|
3509
|
+
"hasDynamicHelp": false,
|
|
3510
|
+
"multiple": false,
|
|
3511
|
+
"type": "option"
|
|
3512
|
+
},
|
|
3513
|
+
"oauth-only": {
|
|
3514
|
+
"description": "Only run on a free (OAuth) route; never fall back to billed inference",
|
|
3515
|
+
"name": "oauth-only",
|
|
3516
|
+
"allowNo": false,
|
|
3517
|
+
"type": "boolean"
|
|
3518
|
+
},
|
|
3519
|
+
"wait": {
|
|
3520
|
+
"description": "Block and poll until refine finishes (default: print the job_id and return)",
|
|
3521
|
+
"name": "wait",
|
|
3522
|
+
"allowNo": false,
|
|
3523
|
+
"type": "boolean"
|
|
3524
|
+
}
|
|
3525
|
+
},
|
|
3526
|
+
"hasDynamicHelp": false,
|
|
3527
|
+
"hiddenAliases": [],
|
|
3528
|
+
"id": "voiceprint:refine",
|
|
3529
|
+
"pluginAlias": "faces-cli",
|
|
3530
|
+
"pluginName": "faces-cli",
|
|
3531
|
+
"pluginType": "core",
|
|
3532
|
+
"strict": true,
|
|
3533
|
+
"enableJsonFlag": true,
|
|
3534
|
+
"isESM": true,
|
|
3535
|
+
"relativePath": [
|
|
3536
|
+
"dist",
|
|
3537
|
+
"commands",
|
|
3538
|
+
"voiceprint",
|
|
3539
|
+
"refine.js"
|
|
3540
|
+
]
|
|
3541
|
+
},
|
|
3542
|
+
"voiceprint:revert": {
|
|
3543
|
+
"aliases": [],
|
|
3544
|
+
"args": {
|
|
3545
|
+
"self_alias": {
|
|
3546
|
+
"description": "Self face alias",
|
|
3547
|
+
"name": "self_alias",
|
|
3548
|
+
"required": true
|
|
3549
|
+
}
|
|
3550
|
+
},
|
|
3551
|
+
"description": "Revert a self face's voice map to its prior version (one-deep undo; re-running toggles back). Only changes which stored recipe/baseline is active — the map text is frozen.",
|
|
3552
|
+
"examples": [
|
|
3553
|
+
"<%= config.bin %> <%= command.id %> alice"
|
|
3554
|
+
],
|
|
3555
|
+
"flags": {
|
|
3556
|
+
"json": {
|
|
3557
|
+
"description": "Format output as json.",
|
|
3558
|
+
"helpGroup": "GLOBAL",
|
|
3559
|
+
"name": "json",
|
|
3560
|
+
"allowNo": false,
|
|
3561
|
+
"type": "boolean"
|
|
3562
|
+
},
|
|
3563
|
+
"base-url": {
|
|
3564
|
+
"description": "API base URL",
|
|
3565
|
+
"env": "FACES_BASE_URL",
|
|
3566
|
+
"name": "base-url",
|
|
3567
|
+
"hasDynamicHelp": false,
|
|
3568
|
+
"multiple": false,
|
|
3569
|
+
"type": "option"
|
|
3570
|
+
},
|
|
3571
|
+
"token": {
|
|
3572
|
+
"description": "JWT bearer token",
|
|
3573
|
+
"env": "FACES_TOKEN",
|
|
3574
|
+
"name": "token",
|
|
3575
|
+
"hasDynamicHelp": false,
|
|
3576
|
+
"multiple": false,
|
|
3577
|
+
"type": "option"
|
|
3578
|
+
},
|
|
3579
|
+
"api-key": {
|
|
3580
|
+
"description": "API key",
|
|
3581
|
+
"env": "FACES_API_KEY",
|
|
3582
|
+
"name": "api-key",
|
|
2961
3583
|
"hasDynamicHelp": false,
|
|
2962
3584
|
"multiple": false,
|
|
2963
|
-
"options": [
|
|
2964
|
-
"nearest",
|
|
2965
|
-
"furthest"
|
|
2966
|
-
],
|
|
2967
3585
|
"type": "option"
|
|
2968
3586
|
}
|
|
2969
3587
|
},
|
|
2970
3588
|
"hasDynamicHelp": false,
|
|
2971
3589
|
"hiddenAliases": [],
|
|
2972
|
-
"id": "
|
|
3590
|
+
"id": "voiceprint:revert",
|
|
2973
3591
|
"pluginAlias": "faces-cli",
|
|
2974
3592
|
"pluginName": "faces-cli",
|
|
2975
3593
|
"pluginType": "core",
|
|
@@ -2979,14 +3597,23 @@
|
|
|
2979
3597
|
"relativePath": [
|
|
2980
3598
|
"dist",
|
|
2981
3599
|
"commands",
|
|
2982
|
-
"
|
|
2983
|
-
"
|
|
3600
|
+
"voiceprint",
|
|
3601
|
+
"revert.js"
|
|
2984
3602
|
]
|
|
2985
3603
|
},
|
|
2986
|
-
"
|
|
3604
|
+
"voiceprint:score-status": {
|
|
2987
3605
|
"aliases": [],
|
|
2988
|
-
"args": {
|
|
2989
|
-
|
|
3606
|
+
"args": {
|
|
3607
|
+
"job_id": {
|
|
3608
|
+
"description": "Scoring job id",
|
|
3609
|
+
"name": "job_id",
|
|
3610
|
+
"required": true
|
|
3611
|
+
}
|
|
3612
|
+
},
|
|
3613
|
+
"description": "Get the status/result of a voiceprint scoring job (from voiceprint:score without --wait)",
|
|
3614
|
+
"examples": [
|
|
3615
|
+
"<%= config.bin %> <%= command.id %> 4e13bf03-fbc1-4ad0-92ae-16984e2f9a1d"
|
|
3616
|
+
],
|
|
2990
3617
|
"flags": {
|
|
2991
3618
|
"json": {
|
|
2992
3619
|
"description": "Format output as json.",
|
|
@@ -3022,7 +3649,7 @@
|
|
|
3022
3649
|
},
|
|
3023
3650
|
"hasDynamicHelp": false,
|
|
3024
3651
|
"hiddenAliases": [],
|
|
3025
|
-
"id": "
|
|
3652
|
+
"id": "voiceprint:score-status",
|
|
3026
3653
|
"pluginAlias": "faces-cli",
|
|
3027
3654
|
"pluginName": "faces-cli",
|
|
3028
3655
|
"pluginType": "core",
|
|
@@ -3032,20 +3659,25 @@
|
|
|
3032
3659
|
"relativePath": [
|
|
3033
3660
|
"dist",
|
|
3034
3661
|
"commands",
|
|
3035
|
-
"
|
|
3036
|
-
"
|
|
3662
|
+
"voiceprint",
|
|
3663
|
+
"score-status.js"
|
|
3037
3664
|
]
|
|
3038
3665
|
},
|
|
3039
|
-
"
|
|
3666
|
+
"voiceprint:score": {
|
|
3040
3667
|
"aliases": [],
|
|
3041
3668
|
"args": {
|
|
3042
|
-
"
|
|
3043
|
-
"description": "Face alias",
|
|
3044
|
-
"name": "
|
|
3669
|
+
"face": {
|
|
3670
|
+
"description": "Face to score (alias, owner:alias, or a union like \"(alice-voiceprint | alice)\")",
|
|
3671
|
+
"name": "face",
|
|
3045
3672
|
"required": true
|
|
3046
3673
|
}
|
|
3047
3674
|
},
|
|
3048
|
-
"description": "
|
|
3675
|
+
"description": "Score how closely a face writes like a specific person. Returns VCI (closeness, 0–100) and VFI (voice captured vs a generic baseline, 0–100). Deterministic — ideal for before/after tuning.",
|
|
3676
|
+
"examples": [
|
|
3677
|
+
"<%= config.bin %> <%= command.id %> \"(alice-voiceprint | alice)\" --emails ./sent.jsonl --wait",
|
|
3678
|
+
"<%= config.bin %> <%= command.id %> alice --emails-dir ./sent-emails/ --wait",
|
|
3679
|
+
"<%= config.bin %> <%= command.id %> alice --emails ./sent.json # prints job_id; poll with voiceprint:score-status"
|
|
3680
|
+
],
|
|
3049
3681
|
"flags": {
|
|
3050
3682
|
"json": {
|
|
3051
3683
|
"description": "Format output as json.",
|
|
@@ -3078,18 +3710,54 @@
|
|
|
3078
3710
|
"multiple": false,
|
|
3079
3711
|
"type": "option"
|
|
3080
3712
|
},
|
|
3081
|
-
"
|
|
3082
|
-
"description": "
|
|
3083
|
-
"name": "
|
|
3084
|
-
"required": true,
|
|
3713
|
+
"emails": {
|
|
3714
|
+
"description": "JSON or JSONL file of the person's real writing — {id?, text} objects or plain strings (provide at least 20)",
|
|
3715
|
+
"name": "emails",
|
|
3085
3716
|
"hasDynamicHelp": false,
|
|
3086
|
-
"multiple":
|
|
3717
|
+
"multiple": false,
|
|
3718
|
+
"type": "option"
|
|
3719
|
+
},
|
|
3720
|
+
"emails-dir": {
|
|
3721
|
+
"description": "Directory with one sample per file (id = filename). Alternative to --emails.",
|
|
3722
|
+
"exclusive": [
|
|
3723
|
+
"emails"
|
|
3724
|
+
],
|
|
3725
|
+
"name": "emails-dir",
|
|
3726
|
+
"hasDynamicHelp": false,
|
|
3727
|
+
"multiple": false,
|
|
3728
|
+
"type": "option"
|
|
3729
|
+
},
|
|
3730
|
+
"author-corpus": {
|
|
3731
|
+
"description": "Optional larger reference of the person's writing (JSON/JSONL/dir) used to define their voice; defaults to --emails",
|
|
3732
|
+
"name": "author-corpus",
|
|
3733
|
+
"hasDynamicHelp": false,
|
|
3734
|
+
"multiple": false,
|
|
3735
|
+
"type": "option"
|
|
3736
|
+
},
|
|
3737
|
+
"model": {
|
|
3738
|
+
"description": "Model used to generate comparison drafts",
|
|
3739
|
+
"name": "model",
|
|
3740
|
+
"default": "gpt-5.4",
|
|
3741
|
+
"hasDynamicHelp": false,
|
|
3742
|
+
"multiple": false,
|
|
3087
3743
|
"type": "option"
|
|
3744
|
+
},
|
|
3745
|
+
"oauth-only": {
|
|
3746
|
+
"description": "Only run when a free (OAuth) model route is available; never fall back to billed inference",
|
|
3747
|
+
"name": "oauth-only",
|
|
3748
|
+
"allowNo": false,
|
|
3749
|
+
"type": "boolean"
|
|
3750
|
+
},
|
|
3751
|
+
"wait": {
|
|
3752
|
+
"description": "Block and poll until the score is ready, then print it (default: print the job_id and return)",
|
|
3753
|
+
"name": "wait",
|
|
3754
|
+
"allowNo": false,
|
|
3755
|
+
"type": "boolean"
|
|
3088
3756
|
}
|
|
3089
3757
|
},
|
|
3090
3758
|
"hasDynamicHelp": false,
|
|
3091
3759
|
"hiddenAliases": [],
|
|
3092
|
-
"id": "
|
|
3760
|
+
"id": "voiceprint:score",
|
|
3093
3761
|
"pluginAlias": "faces-cli",
|
|
3094
3762
|
"pluginName": "faces-cli",
|
|
3095
3763
|
"pluginType": "core",
|
|
@@ -3099,20 +3767,29 @@
|
|
|
3099
3767
|
"relativePath": [
|
|
3100
3768
|
"dist",
|
|
3101
3769
|
"commands",
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3770
|
+
"voiceprint",
|
|
3771
|
+
"score.js"
|
|
3104
3772
|
]
|
|
3105
3773
|
},
|
|
3106
|
-
"
|
|
3774
|
+
"voiceprint:upload": {
|
|
3107
3775
|
"aliases": [],
|
|
3108
3776
|
"args": {
|
|
3109
|
-
"
|
|
3110
|
-
"description": "
|
|
3111
|
-
"name": "
|
|
3777
|
+
"self_alias": {
|
|
3778
|
+
"description": "Self face alias",
|
|
3779
|
+
"name": "self_alias",
|
|
3780
|
+
"required": true
|
|
3781
|
+
},
|
|
3782
|
+
"file": {
|
|
3783
|
+
"description": "Corpus file (JSON array for thread_json, JSONL for email_jsonl)",
|
|
3784
|
+
"name": "file",
|
|
3112
3785
|
"required": true
|
|
3113
3786
|
}
|
|
3114
3787
|
},
|
|
3115
|
-
"description": "
|
|
3788
|
+
"description": "Write a self face's email corpus as threads (the source for a voiceprint build). Pure data write — no compilation, no per-message billing.",
|
|
3789
|
+
"examples": [
|
|
3790
|
+
"<%= config.bin %> <%= command.id %> alice ./corpus.json",
|
|
3791
|
+
"<%= config.bin %> <%= command.id %> alice ./mail.jsonl --type email_jsonl --emails-per-thread 50"
|
|
3792
|
+
],
|
|
3116
3793
|
"flags": {
|
|
3117
3794
|
"json": {
|
|
3118
3795
|
"description": "Format output as json.",
|
|
@@ -3145,41 +3822,22 @@
|
|
|
3145
3822
|
"multiple": false,
|
|
3146
3823
|
"type": "option"
|
|
3147
3824
|
},
|
|
3148
|
-
"
|
|
3149
|
-
"description": "
|
|
3150
|
-
"name": "
|
|
3151
|
-
"
|
|
3152
|
-
"hasDynamicHelp": false,
|
|
3153
|
-
"multiple": false,
|
|
3154
|
-
"type": "option"
|
|
3155
|
-
},
|
|
3156
|
-
"kind": {
|
|
3157
|
-
"description": "Upload kind: document or thread",
|
|
3158
|
-
"name": "kind",
|
|
3159
|
-
"default": "document",
|
|
3160
|
-
"hasDynamicHelp": false,
|
|
3161
|
-
"multiple": false,
|
|
3162
|
-
"options": [
|
|
3163
|
-
"document",
|
|
3164
|
-
"thread"
|
|
3165
|
-
],
|
|
3166
|
-
"type": "option"
|
|
3167
|
-
},
|
|
3168
|
-
"perspective": {
|
|
3169
|
-
"description": "Perspective (document only)",
|
|
3170
|
-
"name": "perspective",
|
|
3171
|
-
"default": "third-person",
|
|
3825
|
+
"type": {
|
|
3826
|
+
"description": "thread_json: a JSON array of canonical email objects → one room. email_jsonl: JSONL (one email/line) → chunked into several rooms.",
|
|
3827
|
+
"name": "type",
|
|
3828
|
+
"default": "thread_json",
|
|
3172
3829
|
"hasDynamicHelp": false,
|
|
3173
3830
|
"multiple": false,
|
|
3174
3831
|
"options": [
|
|
3175
|
-
"
|
|
3176
|
-
"
|
|
3832
|
+
"thread_json",
|
|
3833
|
+
"email_jsonl"
|
|
3177
3834
|
],
|
|
3178
3835
|
"type": "option"
|
|
3179
3836
|
},
|
|
3180
|
-
"
|
|
3181
|
-
"description": "
|
|
3182
|
-
"name": "
|
|
3837
|
+
"emails-per-thread": {
|
|
3838
|
+
"description": "For --type email_jsonl: emails per room (default 50)",
|
|
3839
|
+
"name": "emails-per-thread",
|
|
3840
|
+
"default": 50,
|
|
3183
3841
|
"hasDynamicHelp": false,
|
|
3184
3842
|
"multiple": false,
|
|
3185
3843
|
"type": "option"
|
|
@@ -3187,7 +3845,7 @@
|
|
|
3187
3845
|
},
|
|
3188
3846
|
"hasDynamicHelp": false,
|
|
3189
3847
|
"hiddenAliases": [],
|
|
3190
|
-
"id": "
|
|
3848
|
+
"id": "voiceprint:upload",
|
|
3191
3849
|
"pluginAlias": "faces-cli",
|
|
3192
3850
|
"pluginName": "faces-cli",
|
|
3193
3851
|
"pluginType": "core",
|
|
@@ -3197,14 +3855,23 @@
|
|
|
3197
3855
|
"relativePath": [
|
|
3198
3856
|
"dist",
|
|
3199
3857
|
"commands",
|
|
3200
|
-
"
|
|
3858
|
+
"voiceprint",
|
|
3201
3859
|
"upload.js"
|
|
3202
3860
|
]
|
|
3203
3861
|
},
|
|
3204
|
-
"
|
|
3862
|
+
"voiceprint:versions": {
|
|
3205
3863
|
"aliases": [],
|
|
3206
|
-
"args": {
|
|
3207
|
-
|
|
3864
|
+
"args": {
|
|
3865
|
+
"self_alias": {
|
|
3866
|
+
"description": "Self face alias",
|
|
3867
|
+
"name": "self_alias",
|
|
3868
|
+
"required": true
|
|
3869
|
+
}
|
|
3870
|
+
},
|
|
3871
|
+
"description": "List a self face's voice-map versions (active + one prior). Retention is one-deep; toggle with voiceprint:revert.",
|
|
3872
|
+
"examples": [
|
|
3873
|
+
"<%= config.bin %> <%= command.id %> alice"
|
|
3874
|
+
],
|
|
3208
3875
|
"flags": {
|
|
3209
3876
|
"json": {
|
|
3210
3877
|
"description": "Format output as json.",
|
|
@@ -3236,53 +3903,11 @@
|
|
|
3236
3903
|
"hasDynamicHelp": false,
|
|
3237
3904
|
"multiple": false,
|
|
3238
3905
|
"type": "option"
|
|
3239
|
-
},
|
|
3240
|
-
"name": {
|
|
3241
|
-
"description": "Key name/label",
|
|
3242
|
-
"name": "name",
|
|
3243
|
-
"required": true,
|
|
3244
|
-
"hasDynamicHelp": false,
|
|
3245
|
-
"multiple": false,
|
|
3246
|
-
"type": "option"
|
|
3247
|
-
},
|
|
3248
|
-
"expires-days": {
|
|
3249
|
-
"description": "Expiry in days (omit for no expiry)",
|
|
3250
|
-
"name": "expires-days",
|
|
3251
|
-
"hasDynamicHelp": false,
|
|
3252
|
-
"multiple": false,
|
|
3253
|
-
"type": "option"
|
|
3254
|
-
},
|
|
3255
|
-
"budget": {
|
|
3256
|
-
"description": "Spend budget in USD",
|
|
3257
|
-
"name": "budget",
|
|
3258
|
-
"hasDynamicHelp": false,
|
|
3259
|
-
"multiple": false,
|
|
3260
|
-
"type": "option"
|
|
3261
|
-
},
|
|
3262
|
-
"face": {
|
|
3263
|
-
"description": "Allowed face alias (repeatable)",
|
|
3264
|
-
"name": "face",
|
|
3265
|
-
"hasDynamicHelp": false,
|
|
3266
|
-
"multiple": true,
|
|
3267
|
-
"type": "option"
|
|
3268
|
-
},
|
|
3269
|
-
"model": {
|
|
3270
|
-
"description": "Allowed model name (repeatable)",
|
|
3271
|
-
"name": "model",
|
|
3272
|
-
"hasDynamicHelp": false,
|
|
3273
|
-
"multiple": true,
|
|
3274
|
-
"type": "option"
|
|
3275
|
-
},
|
|
3276
|
-
"save": {
|
|
3277
|
-
"description": "Save the new key to ~/.faces/config.json as api_key (default: true; use --no-save to skip)",
|
|
3278
|
-
"name": "save",
|
|
3279
|
-
"allowNo": true,
|
|
3280
|
-
"type": "boolean"
|
|
3281
3906
|
}
|
|
3282
3907
|
},
|
|
3283
3908
|
"hasDynamicHelp": false,
|
|
3284
3909
|
"hiddenAliases": [],
|
|
3285
|
-
"id": "
|
|
3910
|
+
"id": "voiceprint:versions",
|
|
3286
3911
|
"pluginAlias": "faces-cli",
|
|
3287
3912
|
"pluginName": "faces-cli",
|
|
3288
3913
|
"pluginType": "core",
|
|
@@ -3292,14 +3917,14 @@
|
|
|
3292
3917
|
"relativePath": [
|
|
3293
3918
|
"dist",
|
|
3294
3919
|
"commands",
|
|
3295
|
-
"
|
|
3296
|
-
"
|
|
3920
|
+
"voiceprint",
|
|
3921
|
+
"versions.js"
|
|
3297
3922
|
]
|
|
3298
3923
|
},
|
|
3299
|
-
"
|
|
3924
|
+
"face:attributes": {
|
|
3300
3925
|
"aliases": [],
|
|
3301
3926
|
"args": {},
|
|
3302
|
-
"description": "List all
|
|
3927
|
+
"description": "List all supported attribute keys",
|
|
3303
3928
|
"flags": {
|
|
3304
3929
|
"json": {
|
|
3305
3930
|
"description": "Format output as json.",
|
|
@@ -3335,7 +3960,7 @@
|
|
|
3335
3960
|
},
|
|
3336
3961
|
"hasDynamicHelp": false,
|
|
3337
3962
|
"hiddenAliases": [],
|
|
3338
|
-
"id": "
|
|
3963
|
+
"id": "face:attributes",
|
|
3339
3964
|
"pluginAlias": "faces-cli",
|
|
3340
3965
|
"pluginName": "faces-cli",
|
|
3341
3966
|
"pluginType": "core",
|
|
@@ -3345,20 +3970,14 @@
|
|
|
3345
3970
|
"relativePath": [
|
|
3346
3971
|
"dist",
|
|
3347
3972
|
"commands",
|
|
3348
|
-
"
|
|
3349
|
-
"
|
|
3973
|
+
"face",
|
|
3974
|
+
"attributes.js"
|
|
3350
3975
|
]
|
|
3351
3976
|
},
|
|
3352
|
-
"
|
|
3977
|
+
"face:create": {
|
|
3353
3978
|
"aliases": [],
|
|
3354
|
-
"args": {
|
|
3355
|
-
|
|
3356
|
-
"description": "Key ID",
|
|
3357
|
-
"name": "key_id",
|
|
3358
|
-
"required": true
|
|
3359
|
-
}
|
|
3360
|
-
},
|
|
3361
|
-
"description": "Revoke an API key (JWT required)",
|
|
3979
|
+
"args": {},
|
|
3980
|
+
"description": "Create a new face",
|
|
3362
3981
|
"flags": {
|
|
3363
3982
|
"json": {
|
|
3364
3983
|
"description": "Format output as json.",
|
|
@@ -3391,16 +4010,85 @@
|
|
|
3391
4010
|
"multiple": false,
|
|
3392
4011
|
"type": "option"
|
|
3393
4012
|
},
|
|
3394
|
-
"
|
|
3395
|
-
"description": "
|
|
3396
|
-
"name": "
|
|
3397
|
-
"
|
|
3398
|
-
"
|
|
4013
|
+
"name": {
|
|
4014
|
+
"description": "Display name",
|
|
4015
|
+
"name": "name",
|
|
4016
|
+
"required": true,
|
|
4017
|
+
"hasDynamicHelp": false,
|
|
4018
|
+
"multiple": false,
|
|
4019
|
+
"type": "option"
|
|
4020
|
+
},
|
|
4021
|
+
"alias": {
|
|
4022
|
+
"description": "Unique alias slug",
|
|
4023
|
+
"name": "alias",
|
|
4024
|
+
"required": true,
|
|
4025
|
+
"hasDynamicHelp": false,
|
|
4026
|
+
"multiple": false,
|
|
4027
|
+
"type": "option"
|
|
4028
|
+
},
|
|
4029
|
+
"description": {
|
|
4030
|
+
"description": "Plain-text description / bio (max 1500 chars)",
|
|
4031
|
+
"name": "description",
|
|
4032
|
+
"hasDynamicHelp": false,
|
|
4033
|
+
"multiple": false,
|
|
4034
|
+
"type": "option"
|
|
4035
|
+
},
|
|
4036
|
+
"tag": {
|
|
4037
|
+
"description": "Tag label (repeatable, lowercase)",
|
|
4038
|
+
"name": "tag",
|
|
4039
|
+
"hasDynamicHelp": false,
|
|
4040
|
+
"multiple": true,
|
|
4041
|
+
"type": "option"
|
|
4042
|
+
},
|
|
4043
|
+
"default-model": {
|
|
4044
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
4045
|
+
"name": "default-model",
|
|
4046
|
+
"hasDynamicHelp": false,
|
|
4047
|
+
"multiple": false,
|
|
4048
|
+
"type": "option"
|
|
4049
|
+
},
|
|
4050
|
+
"formula": {
|
|
4051
|
+
"description": "Boolean formula over owned concrete face aliases (e.g. \"a | b\", \"(a | b) - c\"). Creates a composite face.",
|
|
4052
|
+
"name": "formula",
|
|
4053
|
+
"hasDynamicHelp": false,
|
|
4054
|
+
"multiple": false,
|
|
4055
|
+
"type": "option"
|
|
4056
|
+
},
|
|
4057
|
+
"attr": {
|
|
4058
|
+
"description": "Attribute KEY=VALUE (repeatable)",
|
|
4059
|
+
"name": "attr",
|
|
4060
|
+
"hasDynamicHelp": false,
|
|
4061
|
+
"multiple": true,
|
|
4062
|
+
"type": "option"
|
|
4063
|
+
},
|
|
4064
|
+
"tool": {
|
|
4065
|
+
"description": "Tool name to enable (repeatable)",
|
|
4066
|
+
"name": "tool",
|
|
4067
|
+
"hasDynamicHelp": false,
|
|
4068
|
+
"multiple": true,
|
|
4069
|
+
"type": "option"
|
|
4070
|
+
},
|
|
4071
|
+
"profile-addendum": {
|
|
4072
|
+
"description": "Per-face system prompt, injected after the persona profile and before any per-request system prompt (max 100,000 chars).",
|
|
4073
|
+
"name": "profile-addendum",
|
|
4074
|
+
"hasDynamicHelp": false,
|
|
4075
|
+
"multiple": false,
|
|
4076
|
+
"type": "option"
|
|
4077
|
+
},
|
|
4078
|
+
"profile-addendum-file": {
|
|
4079
|
+
"description": "Read the per-face system prompt from a file (alternative to --profile-addendum).",
|
|
4080
|
+
"exclusive": [
|
|
4081
|
+
"profile-addendum"
|
|
4082
|
+
],
|
|
4083
|
+
"name": "profile-addendum-file",
|
|
4084
|
+
"hasDynamicHelp": false,
|
|
4085
|
+
"multiple": false,
|
|
4086
|
+
"type": "option"
|
|
3399
4087
|
}
|
|
3400
4088
|
},
|
|
3401
4089
|
"hasDynamicHelp": false,
|
|
3402
4090
|
"hiddenAliases": [],
|
|
3403
|
-
"id": "
|
|
4091
|
+
"id": "face:create",
|
|
3404
4092
|
"pluginAlias": "faces-cli",
|
|
3405
4093
|
"pluginName": "faces-cli",
|
|
3406
4094
|
"pluginType": "core",
|
|
@@ -3410,20 +4098,20 @@
|
|
|
3410
4098
|
"relativePath": [
|
|
3411
4099
|
"dist",
|
|
3412
4100
|
"commands",
|
|
3413
|
-
"
|
|
3414
|
-
"
|
|
4101
|
+
"face",
|
|
4102
|
+
"create.js"
|
|
3415
4103
|
]
|
|
3416
4104
|
},
|
|
3417
|
-
"
|
|
4105
|
+
"face:delete": {
|
|
3418
4106
|
"aliases": [],
|
|
3419
4107
|
"args": {
|
|
3420
|
-
"
|
|
3421
|
-
"description": "
|
|
3422
|
-
"name": "
|
|
4108
|
+
"face_id": {
|
|
4109
|
+
"description": "Face alias",
|
|
4110
|
+
"name": "face_id",
|
|
3423
4111
|
"required": true
|
|
3424
4112
|
}
|
|
3425
4113
|
},
|
|
3426
|
-
"description": "
|
|
4114
|
+
"description": "Delete a face permanently",
|
|
3427
4115
|
"flags": {
|
|
3428
4116
|
"json": {
|
|
3429
4117
|
"description": "Format output as json.",
|
|
@@ -3456,30 +4144,16 @@
|
|
|
3456
4144
|
"multiple": false,
|
|
3457
4145
|
"type": "option"
|
|
3458
4146
|
},
|
|
3459
|
-
"
|
|
3460
|
-
"description": "
|
|
3461
|
-
"name": "
|
|
3462
|
-
"hasDynamicHelp": false,
|
|
3463
|
-
"multiple": false,
|
|
3464
|
-
"type": "option"
|
|
3465
|
-
},
|
|
3466
|
-
"budget": {
|
|
3467
|
-
"description": "New spend budget in USD",
|
|
3468
|
-
"name": "budget",
|
|
3469
|
-
"hasDynamicHelp": false,
|
|
3470
|
-
"multiple": false,
|
|
3471
|
-
"type": "option"
|
|
3472
|
-
},
|
|
3473
|
-
"reset-spent": {
|
|
3474
|
-
"description": "Reset spent amount to zero",
|
|
3475
|
-
"name": "reset-spent",
|
|
4147
|
+
"yes": {
|
|
4148
|
+
"description": "Skip confirmation",
|
|
4149
|
+
"name": "yes",
|
|
3476
4150
|
"allowNo": false,
|
|
3477
4151
|
"type": "boolean"
|
|
3478
4152
|
}
|
|
3479
4153
|
},
|
|
3480
4154
|
"hasDynamicHelp": false,
|
|
3481
4155
|
"hiddenAliases": [],
|
|
3482
|
-
"id": "
|
|
4156
|
+
"id": "face:delete",
|
|
3483
4157
|
"pluginAlias": "faces-cli",
|
|
3484
4158
|
"pluginName": "faces-cli",
|
|
3485
4159
|
"pluginType": "core",
|
|
@@ -3489,20 +4163,14 @@
|
|
|
3489
4163
|
"relativePath": [
|
|
3490
4164
|
"dist",
|
|
3491
4165
|
"commands",
|
|
3492
|
-
"
|
|
3493
|
-
"
|
|
4166
|
+
"face",
|
|
4167
|
+
"delete.js"
|
|
3494
4168
|
]
|
|
3495
4169
|
},
|
|
3496
|
-
"
|
|
4170
|
+
"face:diff": {
|
|
3497
4171
|
"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",
|
|
4172
|
+
"args": {},
|
|
4173
|
+
"description": "Compare owned faces pairwise across all centroid components",
|
|
3506
4174
|
"flags": {
|
|
3507
4175
|
"json": {
|
|
3508
4176
|
"description": "Format output as json.",
|
|
@@ -3536,7 +4204,7 @@
|
|
|
3536
4204
|
"type": "option"
|
|
3537
4205
|
},
|
|
3538
4206
|
"face": {
|
|
3539
|
-
"description": "Face alias to
|
|
4207
|
+
"description": "Face alias to include (repeatable, min 2)",
|
|
3540
4208
|
"name": "face",
|
|
3541
4209
|
"required": true,
|
|
3542
4210
|
"hasDynamicHelp": false,
|
|
@@ -3546,7 +4214,7 @@
|
|
|
3546
4214
|
},
|
|
3547
4215
|
"hasDynamicHelp": false,
|
|
3548
4216
|
"hiddenAliases": [],
|
|
3549
|
-
"id": "
|
|
4217
|
+
"id": "face:diff",
|
|
3550
4218
|
"pluginAlias": "faces-cli",
|
|
3551
4219
|
"pluginName": "faces-cli",
|
|
3552
4220
|
"pluginType": "core",
|
|
@@ -3556,14 +4224,20 @@
|
|
|
3556
4224
|
"relativePath": [
|
|
3557
4225
|
"dist",
|
|
3558
4226
|
"commands",
|
|
3559
|
-
"
|
|
3560
|
-
"
|
|
4227
|
+
"face",
|
|
4228
|
+
"diff.js"
|
|
3561
4229
|
]
|
|
3562
4230
|
},
|
|
3563
|
-
"
|
|
4231
|
+
"face:edit": {
|
|
3564
4232
|
"aliases": [],
|
|
3565
|
-
"args": {
|
|
3566
|
-
|
|
4233
|
+
"args": {
|
|
4234
|
+
"face_id": {
|
|
4235
|
+
"description": "Face alias",
|
|
4236
|
+
"name": "face_id",
|
|
4237
|
+
"required": true
|
|
4238
|
+
}
|
|
4239
|
+
},
|
|
4240
|
+
"description": "Edit a face's metadata",
|
|
3567
4241
|
"flags": {
|
|
3568
4242
|
"json": {
|
|
3569
4243
|
"description": "Format output as json.",
|
|
@@ -3597,45 +4271,85 @@
|
|
|
3597
4271
|
"type": "option"
|
|
3598
4272
|
},
|
|
3599
4273
|
"name": {
|
|
3600
|
-
"description": "
|
|
4274
|
+
"description": "New display name",
|
|
3601
4275
|
"name": "name",
|
|
3602
|
-
"required": true,
|
|
3603
4276
|
"hasDynamicHelp": false,
|
|
3604
4277
|
"multiple": false,
|
|
3605
4278
|
"type": "option"
|
|
3606
4279
|
},
|
|
3607
4280
|
"description": {
|
|
3608
|
-
"description": "Plain-text
|
|
4281
|
+
"description": "Plain-text description / bio (max 1500 chars)",
|
|
3609
4282
|
"name": "description",
|
|
3610
4283
|
"hasDynamicHelp": false,
|
|
3611
4284
|
"multiple": false,
|
|
3612
4285
|
"type": "option"
|
|
3613
4286
|
},
|
|
3614
|
-
"
|
|
3615
|
-
"description": "
|
|
3616
|
-
"name": "
|
|
4287
|
+
"tag": {
|
|
4288
|
+
"description": "Replace all tags (repeatable, lowercase)",
|
|
4289
|
+
"name": "tag",
|
|
4290
|
+
"hasDynamicHelp": false,
|
|
4291
|
+
"multiple": true,
|
|
4292
|
+
"type": "option"
|
|
4293
|
+
},
|
|
4294
|
+
"default-model": {
|
|
4295
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
4296
|
+
"name": "default-model",
|
|
3617
4297
|
"hasDynamicHelp": false,
|
|
3618
4298
|
"multiple": false,
|
|
3619
4299
|
"type": "option"
|
|
3620
4300
|
},
|
|
3621
|
-
"
|
|
3622
|
-
"description": "
|
|
3623
|
-
"name": "
|
|
4301
|
+
"formula": {
|
|
4302
|
+
"description": "New boolean formula (synthetic faces only)",
|
|
4303
|
+
"name": "formula",
|
|
3624
4304
|
"hasDynamicHelp": false,
|
|
3625
4305
|
"multiple": false,
|
|
3626
4306
|
"type": "option"
|
|
3627
4307
|
},
|
|
3628
|
-
"
|
|
3629
|
-
"description": "
|
|
3630
|
-
"name": "
|
|
4308
|
+
"attr": {
|
|
4309
|
+
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
4310
|
+
"name": "attr",
|
|
4311
|
+
"hasDynamicHelp": false,
|
|
4312
|
+
"multiple": true,
|
|
4313
|
+
"type": "option"
|
|
4314
|
+
},
|
|
4315
|
+
"tool": {
|
|
4316
|
+
"description": "Tool names to set (replaces list, repeatable)",
|
|
4317
|
+
"name": "tool",
|
|
3631
4318
|
"hasDynamicHelp": false,
|
|
3632
4319
|
"multiple": true,
|
|
3633
4320
|
"type": "option"
|
|
4321
|
+
},
|
|
4322
|
+
"profile-addendum": {
|
|
4323
|
+
"description": "Replace the per-face system prompt (max 100,000 chars).",
|
|
4324
|
+
"name": "profile-addendum",
|
|
4325
|
+
"hasDynamicHelp": false,
|
|
4326
|
+
"multiple": false,
|
|
4327
|
+
"type": "option"
|
|
4328
|
+
},
|
|
4329
|
+
"profile-addendum-file": {
|
|
4330
|
+
"description": "Replace the per-face system prompt from a file.",
|
|
4331
|
+
"exclusive": [
|
|
4332
|
+
"profile-addendum"
|
|
4333
|
+
],
|
|
4334
|
+
"name": "profile-addendum-file",
|
|
4335
|
+
"hasDynamicHelp": false,
|
|
4336
|
+
"multiple": false,
|
|
4337
|
+
"type": "option"
|
|
4338
|
+
},
|
|
4339
|
+
"clear-profile-addendum": {
|
|
4340
|
+
"description": "Remove the per-face system prompt.",
|
|
4341
|
+
"exclusive": [
|
|
4342
|
+
"profile-addendum",
|
|
4343
|
+
"profile-addendum-file"
|
|
4344
|
+
],
|
|
4345
|
+
"name": "clear-profile-addendum",
|
|
4346
|
+
"allowNo": false,
|
|
4347
|
+
"type": "boolean"
|
|
3634
4348
|
}
|
|
3635
4349
|
},
|
|
3636
4350
|
"hasDynamicHelp": false,
|
|
3637
4351
|
"hiddenAliases": [],
|
|
3638
|
-
"id": "
|
|
4352
|
+
"id": "face:edit",
|
|
3639
4353
|
"pluginAlias": "faces-cli",
|
|
3640
4354
|
"pluginName": "faces-cli",
|
|
3641
4355
|
"pluginType": "core",
|
|
@@ -3645,20 +4359,20 @@
|
|
|
3645
4359
|
"relativePath": [
|
|
3646
4360
|
"dist",
|
|
3647
4361
|
"commands",
|
|
3648
|
-
"
|
|
3649
|
-
"
|
|
4362
|
+
"face",
|
|
4363
|
+
"edit.js"
|
|
3650
4364
|
]
|
|
3651
4365
|
},
|
|
3652
|
-
"
|
|
4366
|
+
"face:get": {
|
|
3653
4367
|
"aliases": [],
|
|
3654
4368
|
"args": {
|
|
3655
|
-
"
|
|
3656
|
-
"description": "
|
|
3657
|
-
"name": "
|
|
4369
|
+
"face_id": {
|
|
4370
|
+
"description": "Face alias",
|
|
4371
|
+
"name": "face_id",
|
|
3658
4372
|
"required": true
|
|
3659
4373
|
}
|
|
3660
4374
|
},
|
|
3661
|
-
"description": "
|
|
4375
|
+
"description": "Get details for a face by alias",
|
|
3662
4376
|
"flags": {
|
|
3663
4377
|
"json": {
|
|
3664
4378
|
"description": "Format output as json.",
|
|
@@ -3691,16 +4405,23 @@
|
|
|
3691
4405
|
"multiple": false,
|
|
3692
4406
|
"type": "option"
|
|
3693
4407
|
},
|
|
3694
|
-
"
|
|
3695
|
-
"description": "
|
|
3696
|
-
"name": "
|
|
4408
|
+
"include": {
|
|
4409
|
+
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
4410
|
+
"name": "include",
|
|
4411
|
+
"hasDynamicHelp": false,
|
|
4412
|
+
"multiple": false,
|
|
4413
|
+
"type": "option"
|
|
4414
|
+
},
|
|
4415
|
+
"full": {
|
|
4416
|
+
"description": "Print the full profile_addendum instead of a truncated preview",
|
|
4417
|
+
"name": "full",
|
|
3697
4418
|
"allowNo": false,
|
|
3698
4419
|
"type": "boolean"
|
|
3699
4420
|
}
|
|
3700
4421
|
},
|
|
3701
4422
|
"hasDynamicHelp": false,
|
|
3702
4423
|
"hiddenAliases": [],
|
|
3703
|
-
"id": "
|
|
4424
|
+
"id": "face:get",
|
|
3704
4425
|
"pluginAlias": "faces-cli",
|
|
3705
4426
|
"pluginName": "faces-cli",
|
|
3706
4427
|
"pluginType": "core",
|
|
@@ -3710,20 +4431,14 @@
|
|
|
3710
4431
|
"relativePath": [
|
|
3711
4432
|
"dist",
|
|
3712
4433
|
"commands",
|
|
3713
|
-
"
|
|
3714
|
-
"
|
|
4434
|
+
"face",
|
|
4435
|
+
"get.js"
|
|
3715
4436
|
]
|
|
3716
4437
|
},
|
|
3717
|
-
"
|
|
4438
|
+
"face:list": {
|
|
3718
4439
|
"aliases": [],
|
|
3719
|
-
"args": {
|
|
3720
|
-
|
|
3721
|
-
"description": "Team ID",
|
|
3722
|
-
"name": "team_id",
|
|
3723
|
-
"required": true
|
|
3724
|
-
}
|
|
3725
|
-
},
|
|
3726
|
-
"description": "Edit a team",
|
|
4440
|
+
"args": {},
|
|
4441
|
+
"description": "List faces. By default lists owned faces; use --public to include published faces from other accounts.",
|
|
3727
4442
|
"flags": {
|
|
3728
4443
|
"json": {
|
|
3729
4444
|
"description": "Format output as json.",
|
|
@@ -3756,38 +4471,57 @@
|
|
|
3756
4471
|
"multiple": false,
|
|
3757
4472
|
"type": "option"
|
|
3758
4473
|
},
|
|
3759
|
-
"
|
|
3760
|
-
"description": "
|
|
3761
|
-
"name": "
|
|
4474
|
+
"tag": {
|
|
4475
|
+
"description": "Filter by tag (repeatable, AND logic)",
|
|
4476
|
+
"name": "tag",
|
|
3762
4477
|
"hasDynamicHelp": false,
|
|
3763
|
-
"multiple":
|
|
4478
|
+
"multiple": true,
|
|
3764
4479
|
"type": "option"
|
|
3765
4480
|
},
|
|
3766
|
-
"
|
|
3767
|
-
"description": "
|
|
3768
|
-
"name": "
|
|
4481
|
+
"team": {
|
|
4482
|
+
"description": "Filter by team ID (repeatable, OR logic)",
|
|
4483
|
+
"name": "team",
|
|
3769
4484
|
"hasDynamicHelp": false,
|
|
3770
|
-
"multiple":
|
|
4485
|
+
"multiple": true,
|
|
3771
4486
|
"type": "option"
|
|
3772
4487
|
},
|
|
3773
|
-
"
|
|
3774
|
-
"description": "
|
|
3775
|
-
"name": "
|
|
4488
|
+
"include": {
|
|
4489
|
+
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
4490
|
+
"name": "include",
|
|
3776
4491
|
"hasDynamicHelp": false,
|
|
3777
4492
|
"multiple": false,
|
|
3778
4493
|
"type": "option"
|
|
3779
4494
|
},
|
|
3780
|
-
"
|
|
3781
|
-
"description": "
|
|
3782
|
-
"name": "
|
|
4495
|
+
"public": {
|
|
4496
|
+
"description": "Include published faces from other accounts",
|
|
4497
|
+
"name": "public",
|
|
4498
|
+
"allowNo": false,
|
|
4499
|
+
"type": "boolean"
|
|
4500
|
+
},
|
|
4501
|
+
"system": {
|
|
4502
|
+
"description": "Show only the curated system faces (published faces owned by 'head')",
|
|
4503
|
+
"name": "system",
|
|
4504
|
+
"allowNo": false,
|
|
4505
|
+
"type": "boolean"
|
|
4506
|
+
},
|
|
4507
|
+
"from-users": {
|
|
4508
|
+
"description": "Only published faces from these owners (repeatable/comma-separated)",
|
|
4509
|
+
"name": "from-users",
|
|
3783
4510
|
"hasDynamicHelp": false,
|
|
3784
|
-
"multiple":
|
|
4511
|
+
"multiple": true,
|
|
4512
|
+
"type": "option"
|
|
4513
|
+
},
|
|
4514
|
+
"not-from-users": {
|
|
4515
|
+
"description": "Exclude published faces from these owners (repeatable/comma-separated)",
|
|
4516
|
+
"name": "not-from-users",
|
|
4517
|
+
"hasDynamicHelp": false,
|
|
4518
|
+
"multiple": true,
|
|
3785
4519
|
"type": "option"
|
|
3786
4520
|
}
|
|
3787
4521
|
},
|
|
3788
4522
|
"hasDynamicHelp": false,
|
|
3789
4523
|
"hiddenAliases": [],
|
|
3790
|
-
"id": "
|
|
4524
|
+
"id": "face:list",
|
|
3791
4525
|
"pluginAlias": "faces-cli",
|
|
3792
4526
|
"pluginName": "faces-cli",
|
|
3793
4527
|
"pluginType": "core",
|
|
@@ -3797,20 +4531,20 @@
|
|
|
3797
4531
|
"relativePath": [
|
|
3798
4532
|
"dist",
|
|
3799
4533
|
"commands",
|
|
3800
|
-
"
|
|
3801
|
-
"
|
|
4534
|
+
"face",
|
|
4535
|
+
"list.js"
|
|
3802
4536
|
]
|
|
3803
4537
|
},
|
|
3804
|
-
"
|
|
4538
|
+
"face:neighbors": {
|
|
3805
4539
|
"aliases": [],
|
|
3806
4540
|
"args": {
|
|
3807
|
-
"
|
|
3808
|
-
"description": "
|
|
3809
|
-
"name": "
|
|
4541
|
+
"face_id": {
|
|
4542
|
+
"description": "Face alias",
|
|
4543
|
+
"name": "face_id",
|
|
3810
4544
|
"required": true
|
|
3811
4545
|
}
|
|
3812
4546
|
},
|
|
3813
|
-
"description": "
|
|
4547
|
+
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
3814
4548
|
"flags": {
|
|
3815
4549
|
"json": {
|
|
3816
4550
|
"description": "Format output as json.",
|
|
@@ -3842,11 +4576,45 @@
|
|
|
3842
4576
|
"hasDynamicHelp": false,
|
|
3843
4577
|
"multiple": false,
|
|
3844
4578
|
"type": "option"
|
|
4579
|
+
},
|
|
4580
|
+
"k": {
|
|
4581
|
+
"description": "Number of results (1–20)",
|
|
4582
|
+
"name": "k",
|
|
4583
|
+
"default": 5,
|
|
4584
|
+
"hasDynamicHelp": false,
|
|
4585
|
+
"multiple": false,
|
|
4586
|
+
"type": "option"
|
|
4587
|
+
},
|
|
4588
|
+
"component": {
|
|
4589
|
+
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
4590
|
+
"name": "component",
|
|
4591
|
+
"default": "face",
|
|
4592
|
+
"hasDynamicHelp": false,
|
|
4593
|
+
"multiple": false,
|
|
4594
|
+
"options": [
|
|
4595
|
+
"face",
|
|
4596
|
+
"beta",
|
|
4597
|
+
"delta",
|
|
4598
|
+
"epsilon"
|
|
4599
|
+
],
|
|
4600
|
+
"type": "option"
|
|
4601
|
+
},
|
|
4602
|
+
"direction": {
|
|
4603
|
+
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
4604
|
+
"name": "direction",
|
|
4605
|
+
"default": "nearest",
|
|
4606
|
+
"hasDynamicHelp": false,
|
|
4607
|
+
"multiple": false,
|
|
4608
|
+
"options": [
|
|
4609
|
+
"nearest",
|
|
4610
|
+
"furthest"
|
|
4611
|
+
],
|
|
4612
|
+
"type": "option"
|
|
3845
4613
|
}
|
|
3846
4614
|
},
|
|
3847
4615
|
"hasDynamicHelp": false,
|
|
3848
4616
|
"hiddenAliases": [],
|
|
3849
|
-
"id": "
|
|
4617
|
+
"id": "face:neighbors",
|
|
3850
4618
|
"pluginAlias": "faces-cli",
|
|
3851
4619
|
"pluginName": "faces-cli",
|
|
3852
4620
|
"pluginType": "core",
|
|
@@ -3856,14 +4624,14 @@
|
|
|
3856
4624
|
"relativePath": [
|
|
3857
4625
|
"dist",
|
|
3858
4626
|
"commands",
|
|
3859
|
-
"
|
|
3860
|
-
"
|
|
4627
|
+
"face",
|
|
4628
|
+
"neighbors.js"
|
|
3861
4629
|
]
|
|
3862
4630
|
},
|
|
3863
|
-
"
|
|
4631
|
+
"face:stats": {
|
|
3864
4632
|
"aliases": [],
|
|
3865
4633
|
"args": {},
|
|
3866
|
-
"description": "
|
|
4634
|
+
"description": "Compile and chat stats for all owned faces",
|
|
3867
4635
|
"flags": {
|
|
3868
4636
|
"json": {
|
|
3869
4637
|
"description": "Format output as json.",
|
|
@@ -3899,7 +4667,7 @@
|
|
|
3899
4667
|
},
|
|
3900
4668
|
"hasDynamicHelp": false,
|
|
3901
4669
|
"hiddenAliases": [],
|
|
3902
|
-
"id": "
|
|
4670
|
+
"id": "face:stats",
|
|
3903
4671
|
"pluginAlias": "faces-cli",
|
|
3904
4672
|
"pluginName": "faces-cli",
|
|
3905
4673
|
"pluginType": "core",
|
|
@@ -3909,20 +4677,20 @@
|
|
|
3909
4677
|
"relativePath": [
|
|
3910
4678
|
"dist",
|
|
3911
4679
|
"commands",
|
|
3912
|
-
"
|
|
3913
|
-
"
|
|
4680
|
+
"face",
|
|
4681
|
+
"stats.js"
|
|
3914
4682
|
]
|
|
3915
4683
|
},
|
|
3916
|
-
"
|
|
4684
|
+
"face:teams": {
|
|
3917
4685
|
"aliases": [],
|
|
3918
4686
|
"args": {
|
|
3919
|
-
"
|
|
3920
|
-
"description": "
|
|
3921
|
-
"name": "
|
|
4687
|
+
"alias": {
|
|
4688
|
+
"description": "Face alias",
|
|
4689
|
+
"name": "alias",
|
|
3922
4690
|
"required": true
|
|
3923
4691
|
}
|
|
3924
4692
|
},
|
|
3925
|
-
"description": "
|
|
4693
|
+
"description": "Set a face's team memberships (replaces all)",
|
|
3926
4694
|
"flags": {
|
|
3927
4695
|
"json": {
|
|
3928
4696
|
"description": "Format output as json.",
|
|
@@ -3954,11 +4722,19 @@
|
|
|
3954
4722
|
"hasDynamicHelp": false,
|
|
3955
4723
|
"multiple": false,
|
|
3956
4724
|
"type": "option"
|
|
4725
|
+
},
|
|
4726
|
+
"team": {
|
|
4727
|
+
"description": "Team ID (repeatable, replaces all memberships)",
|
|
4728
|
+
"name": "team",
|
|
4729
|
+
"required": true,
|
|
4730
|
+
"hasDynamicHelp": false,
|
|
4731
|
+
"multiple": true,
|
|
4732
|
+
"type": "option"
|
|
3957
4733
|
}
|
|
3958
4734
|
},
|
|
3959
4735
|
"hasDynamicHelp": false,
|
|
3960
4736
|
"hiddenAliases": [],
|
|
3961
|
-
"id": "
|
|
4737
|
+
"id": "face:teams",
|
|
3962
4738
|
"pluginAlias": "faces-cli",
|
|
3963
4739
|
"pluginName": "faces-cli",
|
|
3964
4740
|
"pluginType": "core",
|
|
@@ -3968,25 +4744,20 @@
|
|
|
3968
4744
|
"relativePath": [
|
|
3969
4745
|
"dist",
|
|
3970
4746
|
"commands",
|
|
3971
|
-
"
|
|
3972
|
-
"
|
|
4747
|
+
"face",
|
|
4748
|
+
"teams.js"
|
|
3973
4749
|
]
|
|
3974
4750
|
},
|
|
3975
|
-
"
|
|
4751
|
+
"face:upload": {
|
|
3976
4752
|
"aliases": [],
|
|
3977
4753
|
"args": {
|
|
3978
|
-
"
|
|
3979
|
-
"description": "
|
|
3980
|
-
"name": "
|
|
3981
|
-
"required": true
|
|
3982
|
-
},
|
|
3983
|
-
"alias": {
|
|
3984
|
-
"description": "Face alias to remove",
|
|
3985
|
-
"name": "alias",
|
|
4754
|
+
"face_id": {
|
|
4755
|
+
"description": "Face alias",
|
|
4756
|
+
"name": "face_id",
|
|
3986
4757
|
"required": true
|
|
3987
4758
|
}
|
|
3988
4759
|
},
|
|
3989
|
-
"description": "
|
|
4760
|
+
"description": "Upload a file (text/PDF/audio/video) to a face",
|
|
3990
4761
|
"flags": {
|
|
3991
4762
|
"json": {
|
|
3992
4763
|
"description": "Format output as json.",
|
|
@@ -4018,11 +4789,50 @@
|
|
|
4018
4789
|
"hasDynamicHelp": false,
|
|
4019
4790
|
"multiple": false,
|
|
4020
4791
|
"type": "option"
|
|
4792
|
+
},
|
|
4793
|
+
"file": {
|
|
4794
|
+
"description": "File to upload",
|
|
4795
|
+
"name": "file",
|
|
4796
|
+
"required": true,
|
|
4797
|
+
"hasDynamicHelp": false,
|
|
4798
|
+
"multiple": false,
|
|
4799
|
+
"type": "option"
|
|
4800
|
+
},
|
|
4801
|
+
"kind": {
|
|
4802
|
+
"description": "Upload kind: document or thread",
|
|
4803
|
+
"name": "kind",
|
|
4804
|
+
"default": "document",
|
|
4805
|
+
"hasDynamicHelp": false,
|
|
4806
|
+
"multiple": false,
|
|
4807
|
+
"options": [
|
|
4808
|
+
"document",
|
|
4809
|
+
"thread"
|
|
4810
|
+
],
|
|
4811
|
+
"type": "option"
|
|
4812
|
+
},
|
|
4813
|
+
"perspective": {
|
|
4814
|
+
"description": "Perspective (document only)",
|
|
4815
|
+
"name": "perspective",
|
|
4816
|
+
"default": "third-person",
|
|
4817
|
+
"hasDynamicHelp": false,
|
|
4818
|
+
"multiple": false,
|
|
4819
|
+
"options": [
|
|
4820
|
+
"first-person",
|
|
4821
|
+
"third-person"
|
|
4822
|
+
],
|
|
4823
|
+
"type": "option"
|
|
4824
|
+
},
|
|
4825
|
+
"face-speaker": {
|
|
4826
|
+
"description": "Speaker name to map to the face (thread only). If omitted, first speaker is used.",
|
|
4827
|
+
"name": "face-speaker",
|
|
4828
|
+
"hasDynamicHelp": false,
|
|
4829
|
+
"multiple": false,
|
|
4830
|
+
"type": "option"
|
|
4021
4831
|
}
|
|
4022
4832
|
},
|
|
4023
4833
|
"hasDynamicHelp": false,
|
|
4024
4834
|
"hiddenAliases": [],
|
|
4025
|
-
"id": "
|
|
4835
|
+
"id": "face:upload",
|
|
4026
4836
|
"pluginAlias": "faces-cli",
|
|
4027
4837
|
"pluginName": "faces-cli",
|
|
4028
4838
|
"pluginType": "core",
|
|
@@ -4032,8 +4842,8 @@
|
|
|
4032
4842
|
"relativePath": [
|
|
4033
4843
|
"dist",
|
|
4034
4844
|
"commands",
|
|
4035
|
-
"
|
|
4036
|
-
"
|
|
4845
|
+
"face",
|
|
4846
|
+
"upload.js"
|
|
4037
4847
|
]
|
|
4038
4848
|
},
|
|
4039
4849
|
"billing:subscription:activate": {
|
|
@@ -5501,16 +6311,16 @@
|
|
|
5501
6311
|
"sync.js"
|
|
5502
6312
|
]
|
|
5503
6313
|
},
|
|
5504
|
-
"
|
|
6314
|
+
"team:tag:add": {
|
|
5505
6315
|
"aliases": [],
|
|
5506
6316
|
"args": {
|
|
5507
|
-
"
|
|
5508
|
-
"description": "
|
|
5509
|
-
"name": "
|
|
6317
|
+
"team_id": {
|
|
6318
|
+
"description": "Team ID",
|
|
6319
|
+
"name": "team_id",
|
|
5510
6320
|
"required": true
|
|
5511
6321
|
}
|
|
5512
6322
|
},
|
|
5513
|
-
"description": "Add tags to a
|
|
6323
|
+
"description": "Add tags to a team (appends, idempotent)",
|
|
5514
6324
|
"flags": {
|
|
5515
6325
|
"json": {
|
|
5516
6326
|
"description": "Format output as json.",
|
|
@@ -5554,7 +6364,7 @@
|
|
|
5554
6364
|
},
|
|
5555
6365
|
"hasDynamicHelp": false,
|
|
5556
6366
|
"hiddenAliases": [],
|
|
5557
|
-
"id": "
|
|
6367
|
+
"id": "team:tag:add",
|
|
5558
6368
|
"pluginAlias": "faces-cli",
|
|
5559
6369
|
"pluginName": "faces-cli",
|
|
5560
6370
|
"pluginType": "core",
|
|
@@ -5564,15 +6374,21 @@
|
|
|
5564
6374
|
"relativePath": [
|
|
5565
6375
|
"dist",
|
|
5566
6376
|
"commands",
|
|
5567
|
-
"
|
|
6377
|
+
"team",
|
|
5568
6378
|
"tag",
|
|
5569
6379
|
"add.js"
|
|
5570
6380
|
]
|
|
5571
6381
|
},
|
|
5572
|
-
"
|
|
6382
|
+
"team:tag:list": {
|
|
5573
6383
|
"aliases": [],
|
|
5574
|
-
"args": {
|
|
5575
|
-
|
|
6384
|
+
"args": {
|
|
6385
|
+
"team_id": {
|
|
6386
|
+
"description": "Team ID",
|
|
6387
|
+
"name": "team_id",
|
|
6388
|
+
"required": true
|
|
6389
|
+
}
|
|
6390
|
+
},
|
|
6391
|
+
"description": "List tags on a team",
|
|
5576
6392
|
"flags": {
|
|
5577
6393
|
"json": {
|
|
5578
6394
|
"description": "Format output as json.",
|
|
@@ -5608,7 +6424,7 @@
|
|
|
5608
6424
|
},
|
|
5609
6425
|
"hasDynamicHelp": false,
|
|
5610
6426
|
"hiddenAliases": [],
|
|
5611
|
-
"id": "
|
|
6427
|
+
"id": "team:tag:list",
|
|
5612
6428
|
"pluginAlias": "faces-cli",
|
|
5613
6429
|
"pluginName": "faces-cli",
|
|
5614
6430
|
"pluginType": "core",
|
|
@@ -5618,21 +6434,26 @@
|
|
|
5618
6434
|
"relativePath": [
|
|
5619
6435
|
"dist",
|
|
5620
6436
|
"commands",
|
|
5621
|
-
"
|
|
6437
|
+
"team",
|
|
5622
6438
|
"tag",
|
|
5623
|
-
"
|
|
6439
|
+
"list.js"
|
|
5624
6440
|
]
|
|
5625
6441
|
},
|
|
5626
|
-
"
|
|
6442
|
+
"team:tag:remove": {
|
|
5627
6443
|
"aliases": [],
|
|
5628
6444
|
"args": {
|
|
5629
|
-
"
|
|
5630
|
-
"description": "
|
|
5631
|
-
"name": "
|
|
6445
|
+
"team_id": {
|
|
6446
|
+
"description": "Team ID",
|
|
6447
|
+
"name": "team_id",
|
|
6448
|
+
"required": true
|
|
6449
|
+
},
|
|
6450
|
+
"tag": {
|
|
6451
|
+
"description": "Tag to remove",
|
|
6452
|
+
"name": "tag",
|
|
5632
6453
|
"required": true
|
|
5633
6454
|
}
|
|
5634
6455
|
},
|
|
5635
|
-
"description": "
|
|
6456
|
+
"description": "Remove a tag from a team",
|
|
5636
6457
|
"flags": {
|
|
5637
6458
|
"json": {
|
|
5638
6459
|
"description": "Format output as json.",
|
|
@@ -5668,7 +6489,7 @@
|
|
|
5668
6489
|
},
|
|
5669
6490
|
"hasDynamicHelp": false,
|
|
5670
6491
|
"hiddenAliases": [],
|
|
5671
|
-
"id": "
|
|
6492
|
+
"id": "team:tag:remove",
|
|
5672
6493
|
"pluginAlias": "faces-cli",
|
|
5673
6494
|
"pluginName": "faces-cli",
|
|
5674
6495
|
"pluginType": "core",
|
|
@@ -5678,26 +6499,21 @@
|
|
|
5678
6499
|
"relativePath": [
|
|
5679
6500
|
"dist",
|
|
5680
6501
|
"commands",
|
|
5681
|
-
"
|
|
6502
|
+
"team",
|
|
5682
6503
|
"tag",
|
|
5683
|
-
"
|
|
6504
|
+
"remove.js"
|
|
5684
6505
|
]
|
|
5685
6506
|
},
|
|
5686
|
-
"
|
|
6507
|
+
"team:tag:set": {
|
|
5687
6508
|
"aliases": [],
|
|
5688
6509
|
"args": {
|
|
5689
|
-
"
|
|
5690
|
-
"description": "
|
|
5691
|
-
"name": "
|
|
5692
|
-
"required": true
|
|
5693
|
-
},
|
|
5694
|
-
"tag": {
|
|
5695
|
-
"description": "Tag to remove",
|
|
5696
|
-
"name": "tag",
|
|
6510
|
+
"team_id": {
|
|
6511
|
+
"description": "Team ID",
|
|
6512
|
+
"name": "team_id",
|
|
5697
6513
|
"required": true
|
|
5698
6514
|
}
|
|
5699
6515
|
},
|
|
5700
|
-
"description": "
|
|
6516
|
+
"description": "Replace all tags on a team",
|
|
5701
6517
|
"flags": {
|
|
5702
6518
|
"json": {
|
|
5703
6519
|
"description": "Format output as json.",
|
|
@@ -5729,11 +6545,19 @@
|
|
|
5729
6545
|
"hasDynamicHelp": false,
|
|
5730
6546
|
"multiple": false,
|
|
5731
6547
|
"type": "option"
|
|
6548
|
+
},
|
|
6549
|
+
"tag": {
|
|
6550
|
+
"description": "Tag to set (repeatable, replaces all)",
|
|
6551
|
+
"name": "tag",
|
|
6552
|
+
"required": true,
|
|
6553
|
+
"hasDynamicHelp": false,
|
|
6554
|
+
"multiple": true,
|
|
6555
|
+
"type": "option"
|
|
5732
6556
|
}
|
|
5733
6557
|
},
|
|
5734
6558
|
"hasDynamicHelp": false,
|
|
5735
6559
|
"hiddenAliases": [],
|
|
5736
|
-
"id": "
|
|
6560
|
+
"id": "team:tag:set",
|
|
5737
6561
|
"pluginAlias": "faces-cli",
|
|
5738
6562
|
"pluginName": "faces-cli",
|
|
5739
6563
|
"pluginType": "core",
|
|
@@ -5743,12 +6567,12 @@
|
|
|
5743
6567
|
"relativePath": [
|
|
5744
6568
|
"dist",
|
|
5745
6569
|
"commands",
|
|
5746
|
-
"
|
|
6570
|
+
"team",
|
|
5747
6571
|
"tag",
|
|
5748
|
-
"
|
|
6572
|
+
"set.js"
|
|
5749
6573
|
]
|
|
5750
6574
|
},
|
|
5751
|
-
"face:tag:
|
|
6575
|
+
"face:tag:add": {
|
|
5752
6576
|
"aliases": [],
|
|
5753
6577
|
"args": {
|
|
5754
6578
|
"alias": {
|
|
@@ -5757,7 +6581,7 @@
|
|
|
5757
6581
|
"required": true
|
|
5758
6582
|
}
|
|
5759
6583
|
},
|
|
5760
|
-
"description": "
|
|
6584
|
+
"description": "Add tags to a face (appends, idempotent)",
|
|
5761
6585
|
"flags": {
|
|
5762
6586
|
"json": {
|
|
5763
6587
|
"description": "Format output as json.",
|
|
@@ -5791,7 +6615,7 @@
|
|
|
5791
6615
|
"type": "option"
|
|
5792
6616
|
},
|
|
5793
6617
|
"tag": {
|
|
5794
|
-
"description": "Tag to
|
|
6618
|
+
"description": "Tag to add (repeatable)",
|
|
5795
6619
|
"name": "tag",
|
|
5796
6620
|
"required": true,
|
|
5797
6621
|
"hasDynamicHelp": false,
|
|
@@ -5801,7 +6625,7 @@
|
|
|
5801
6625
|
},
|
|
5802
6626
|
"hasDynamicHelp": false,
|
|
5803
6627
|
"hiddenAliases": [],
|
|
5804
|
-
"id": "face:tag:
|
|
6628
|
+
"id": "face:tag:add",
|
|
5805
6629
|
"pluginAlias": "faces-cli",
|
|
5806
6630
|
"pluginName": "faces-cli",
|
|
5807
6631
|
"pluginType": "core",
|
|
@@ -5813,19 +6637,13 @@
|
|
|
5813
6637
|
"commands",
|
|
5814
6638
|
"face",
|
|
5815
6639
|
"tag",
|
|
5816
|
-
"
|
|
6640
|
+
"add.js"
|
|
5817
6641
|
]
|
|
5818
6642
|
},
|
|
5819
|
-
"
|
|
6643
|
+
"face:tag:all": {
|
|
5820
6644
|
"aliases": [],
|
|
5821
|
-
"args": {
|
|
5822
|
-
|
|
5823
|
-
"description": "Team ID",
|
|
5824
|
-
"name": "team_id",
|
|
5825
|
-
"required": true
|
|
5826
|
-
}
|
|
5827
|
-
},
|
|
5828
|
-
"description": "Add tags to a team (appends, idempotent)",
|
|
6645
|
+
"args": {},
|
|
6646
|
+
"description": "List all tags across all your faces",
|
|
5829
6647
|
"flags": {
|
|
5830
6648
|
"json": {
|
|
5831
6649
|
"description": "Format output as json.",
|
|
@@ -5857,19 +6675,11 @@
|
|
|
5857
6675
|
"hasDynamicHelp": false,
|
|
5858
6676
|
"multiple": false,
|
|
5859
6677
|
"type": "option"
|
|
5860
|
-
},
|
|
5861
|
-
"tag": {
|
|
5862
|
-
"description": "Tag to add (repeatable)",
|
|
5863
|
-
"name": "tag",
|
|
5864
|
-
"required": true,
|
|
5865
|
-
"hasDynamicHelp": false,
|
|
5866
|
-
"multiple": true,
|
|
5867
|
-
"type": "option"
|
|
5868
6678
|
}
|
|
5869
6679
|
},
|
|
5870
6680
|
"hasDynamicHelp": false,
|
|
5871
6681
|
"hiddenAliases": [],
|
|
5872
|
-
"id": "
|
|
6682
|
+
"id": "face:tag:all",
|
|
5873
6683
|
"pluginAlias": "faces-cli",
|
|
5874
6684
|
"pluginName": "faces-cli",
|
|
5875
6685
|
"pluginType": "core",
|
|
@@ -5879,21 +6689,21 @@
|
|
|
5879
6689
|
"relativePath": [
|
|
5880
6690
|
"dist",
|
|
5881
6691
|
"commands",
|
|
5882
|
-
"
|
|
6692
|
+
"face",
|
|
5883
6693
|
"tag",
|
|
5884
|
-
"
|
|
6694
|
+
"all.js"
|
|
5885
6695
|
]
|
|
5886
6696
|
},
|
|
5887
|
-
"
|
|
6697
|
+
"face:tag:list": {
|
|
5888
6698
|
"aliases": [],
|
|
5889
6699
|
"args": {
|
|
5890
|
-
"
|
|
5891
|
-
"description": "
|
|
5892
|
-
"name": "
|
|
6700
|
+
"alias": {
|
|
6701
|
+
"description": "Face alias",
|
|
6702
|
+
"name": "alias",
|
|
5893
6703
|
"required": true
|
|
5894
6704
|
}
|
|
5895
6705
|
},
|
|
5896
|
-
"description": "List tags on a
|
|
6706
|
+
"description": "List tags on a face",
|
|
5897
6707
|
"flags": {
|
|
5898
6708
|
"json": {
|
|
5899
6709
|
"description": "Format output as json.",
|
|
@@ -5929,7 +6739,7 @@
|
|
|
5929
6739
|
},
|
|
5930
6740
|
"hasDynamicHelp": false,
|
|
5931
6741
|
"hiddenAliases": [],
|
|
5932
|
-
"id": "
|
|
6742
|
+
"id": "face:tag:list",
|
|
5933
6743
|
"pluginAlias": "faces-cli",
|
|
5934
6744
|
"pluginName": "faces-cli",
|
|
5935
6745
|
"pluginType": "core",
|
|
@@ -5939,17 +6749,17 @@
|
|
|
5939
6749
|
"relativePath": [
|
|
5940
6750
|
"dist",
|
|
5941
6751
|
"commands",
|
|
5942
|
-
"
|
|
6752
|
+
"face",
|
|
5943
6753
|
"tag",
|
|
5944
6754
|
"list.js"
|
|
5945
6755
|
]
|
|
5946
6756
|
},
|
|
5947
|
-
"
|
|
6757
|
+
"face:tag:remove": {
|
|
5948
6758
|
"aliases": [],
|
|
5949
6759
|
"args": {
|
|
5950
|
-
"
|
|
5951
|
-
"description": "
|
|
5952
|
-
"name": "
|
|
6760
|
+
"alias": {
|
|
6761
|
+
"description": "Face alias",
|
|
6762
|
+
"name": "alias",
|
|
5953
6763
|
"required": true
|
|
5954
6764
|
},
|
|
5955
6765
|
"tag": {
|
|
@@ -5958,7 +6768,7 @@
|
|
|
5958
6768
|
"required": true
|
|
5959
6769
|
}
|
|
5960
6770
|
},
|
|
5961
|
-
"description": "Remove a tag from a
|
|
6771
|
+
"description": "Remove a tag from a face",
|
|
5962
6772
|
"flags": {
|
|
5963
6773
|
"json": {
|
|
5964
6774
|
"description": "Format output as json.",
|
|
@@ -5994,7 +6804,7 @@
|
|
|
5994
6804
|
},
|
|
5995
6805
|
"hasDynamicHelp": false,
|
|
5996
6806
|
"hiddenAliases": [],
|
|
5997
|
-
"id": "
|
|
6807
|
+
"id": "face:tag:remove",
|
|
5998
6808
|
"pluginAlias": "faces-cli",
|
|
5999
6809
|
"pluginName": "faces-cli",
|
|
6000
6810
|
"pluginType": "core",
|
|
@@ -6004,21 +6814,21 @@
|
|
|
6004
6814
|
"relativePath": [
|
|
6005
6815
|
"dist",
|
|
6006
6816
|
"commands",
|
|
6007
|
-
"
|
|
6817
|
+
"face",
|
|
6008
6818
|
"tag",
|
|
6009
6819
|
"remove.js"
|
|
6010
6820
|
]
|
|
6011
6821
|
},
|
|
6012
|
-
"
|
|
6822
|
+
"face:tag:set": {
|
|
6013
6823
|
"aliases": [],
|
|
6014
6824
|
"args": {
|
|
6015
|
-
"
|
|
6016
|
-
"description": "
|
|
6017
|
-
"name": "
|
|
6825
|
+
"alias": {
|
|
6826
|
+
"description": "Face alias",
|
|
6827
|
+
"name": "alias",
|
|
6018
6828
|
"required": true
|
|
6019
6829
|
}
|
|
6020
6830
|
},
|
|
6021
|
-
"description": "Replace all tags on a
|
|
6831
|
+
"description": "Replace all tags on a face",
|
|
6022
6832
|
"flags": {
|
|
6023
6833
|
"json": {
|
|
6024
6834
|
"description": "Format output as json.",
|
|
@@ -6062,7 +6872,7 @@
|
|
|
6062
6872
|
},
|
|
6063
6873
|
"hasDynamicHelp": false,
|
|
6064
6874
|
"hiddenAliases": [],
|
|
6065
|
-
"id": "
|
|
6875
|
+
"id": "face:tag:set",
|
|
6066
6876
|
"pluginAlias": "faces-cli",
|
|
6067
6877
|
"pluginName": "faces-cli",
|
|
6068
6878
|
"pluginType": "core",
|
|
@@ -6072,11 +6882,11 @@
|
|
|
6072
6882
|
"relativePath": [
|
|
6073
6883
|
"dist",
|
|
6074
6884
|
"commands",
|
|
6075
|
-
"
|
|
6885
|
+
"face",
|
|
6076
6886
|
"tag",
|
|
6077
6887
|
"set.js"
|
|
6078
6888
|
]
|
|
6079
6889
|
}
|
|
6080
6890
|
},
|
|
6081
|
-
"version": "1.7.
|
|
6891
|
+
"version": "1.7.5"
|
|
6082
6892
|
}
|