faces-cli 1.6.16 → 1.6.18
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/client.d.ts +2 -0
- package/dist/client.js +12 -4
- package/dist/commands/auth/connect.d.ts +2 -1
- package/dist/commands/auth/connect.js +162 -194
- package/dist/commands/auth/connections.js +13 -1
- package/dist/commands/keys/create.d.ts +1 -0
- package/dist/commands/keys/create.js +35 -4
- package/oclif.manifest.json +856 -856
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -132,10 +132,10 @@
|
|
|
132
132
|
"required": true
|
|
133
133
|
}
|
|
134
134
|
},
|
|
135
|
-
"description": "Connect
|
|
135
|
+
"description": "Connect your ChatGPT account to Faces via device-code authorization (Subscription Connect plan)",
|
|
136
136
|
"examples": [
|
|
137
137
|
"<%= config.bin %> auth connect openai",
|
|
138
|
-
"<%= config.bin %> auth connect openai --
|
|
138
|
+
"<%= config.bin %> auth connect openai --json"
|
|
139
139
|
],
|
|
140
140
|
"flags": {
|
|
141
141
|
"json": {
|
|
@@ -168,12 +168,6 @@
|
|
|
168
168
|
"hasDynamicHelp": false,
|
|
169
169
|
"multiple": false,
|
|
170
170
|
"type": "option"
|
|
171
|
-
},
|
|
172
|
-
"manual": {
|
|
173
|
-
"description": "Manual mode for headless environments: prints the authorize URL and prompts you to paste the callback URL after approving in any browser.",
|
|
174
|
-
"name": "manual",
|
|
175
|
-
"allowNo": false,
|
|
176
|
-
"type": "boolean"
|
|
177
171
|
}
|
|
178
172
|
},
|
|
179
173
|
"hasDynamicHelp": false,
|
|
@@ -638,10 +632,10 @@
|
|
|
638
632
|
"whoami.js"
|
|
639
633
|
]
|
|
640
634
|
},
|
|
641
|
-
"
|
|
635
|
+
"catalog:backup": {
|
|
642
636
|
"aliases": [],
|
|
643
637
|
"args": {},
|
|
644
|
-
"description": "
|
|
638
|
+
"description": "Snapshot all faces, teams, and source material for migration",
|
|
645
639
|
"flags": {
|
|
646
640
|
"json": {
|
|
647
641
|
"description": "Format output as json.",
|
|
@@ -677,7 +671,7 @@
|
|
|
677
671
|
},
|
|
678
672
|
"hasDynamicHelp": false,
|
|
679
673
|
"hiddenAliases": [],
|
|
680
|
-
"id": "
|
|
674
|
+
"id": "catalog:backup",
|
|
681
675
|
"pluginAlias": "faces-cli",
|
|
682
676
|
"pluginName": "faces-cli",
|
|
683
677
|
"pluginType": "core",
|
|
@@ -687,14 +681,14 @@
|
|
|
687
681
|
"relativePath": [
|
|
688
682
|
"dist",
|
|
689
683
|
"commands",
|
|
690
|
-
"
|
|
691
|
-
"
|
|
684
|
+
"catalog",
|
|
685
|
+
"backup.js"
|
|
692
686
|
]
|
|
693
687
|
},
|
|
694
|
-
"
|
|
688
|
+
"catalog:doctor": {
|
|
695
689
|
"aliases": [],
|
|
696
690
|
"args": {},
|
|
697
|
-
"description": "
|
|
691
|
+
"description": "Diagnose and repair the local face and team catalog",
|
|
698
692
|
"flags": {
|
|
699
693
|
"json": {
|
|
700
694
|
"description": "Format output as json.",
|
|
@@ -726,11 +720,23 @@
|
|
|
726
720
|
"hasDynamicHelp": false,
|
|
727
721
|
"multiple": false,
|
|
728
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"
|
|
729
735
|
}
|
|
730
736
|
},
|
|
731
737
|
"hasDynamicHelp": false,
|
|
732
738
|
"hiddenAliases": [],
|
|
733
|
-
"id": "
|
|
739
|
+
"id": "catalog:doctor",
|
|
734
740
|
"pluginAlias": "faces-cli",
|
|
735
741
|
"pluginName": "faces-cli",
|
|
736
742
|
"pluginType": "core",
|
|
@@ -740,14 +746,14 @@
|
|
|
740
746
|
"relativePath": [
|
|
741
747
|
"dist",
|
|
742
748
|
"commands",
|
|
743
|
-
"
|
|
744
|
-
"
|
|
749
|
+
"catalog",
|
|
750
|
+
"doctor.js"
|
|
745
751
|
]
|
|
746
752
|
},
|
|
747
|
-
"
|
|
753
|
+
"catalog:list": {
|
|
748
754
|
"aliases": [],
|
|
749
755
|
"args": {},
|
|
750
|
-
"description": "List
|
|
756
|
+
"description": "List all faces in the local catalog",
|
|
751
757
|
"flags": {
|
|
752
758
|
"json": {
|
|
753
759
|
"description": "Format output as json.",
|
|
@@ -779,18 +785,11 @@
|
|
|
779
785
|
"hasDynamicHelp": false,
|
|
780
786
|
"multiple": false,
|
|
781
787
|
"type": "option"
|
|
782
|
-
},
|
|
783
|
-
"provider": {
|
|
784
|
-
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
785
|
-
"name": "provider",
|
|
786
|
-
"hasDynamicHelp": false,
|
|
787
|
-
"multiple": false,
|
|
788
|
-
"type": "option"
|
|
789
788
|
}
|
|
790
789
|
},
|
|
791
790
|
"hasDynamicHelp": false,
|
|
792
791
|
"hiddenAliases": [],
|
|
793
|
-
"id": "
|
|
792
|
+
"id": "catalog:list",
|
|
794
793
|
"pluginAlias": "faces-cli",
|
|
795
794
|
"pluginName": "faces-cli",
|
|
796
795
|
"pluginType": "core",
|
|
@@ -800,14 +799,14 @@
|
|
|
800
799
|
"relativePath": [
|
|
801
800
|
"dist",
|
|
802
801
|
"commands",
|
|
803
|
-
"
|
|
804
|
-
"
|
|
802
|
+
"catalog",
|
|
803
|
+
"list.js"
|
|
805
804
|
]
|
|
806
805
|
},
|
|
807
|
-
"
|
|
806
|
+
"catalog:manyfaced": {
|
|
808
807
|
"aliases": [],
|
|
809
808
|
"args": {},
|
|
810
|
-
"description": "
|
|
809
|
+
"description": "Browse and install community manyfaced skills from github.com/facessh/manyfaced",
|
|
811
810
|
"flags": {
|
|
812
811
|
"json": {
|
|
813
812
|
"description": "Format output as json.",
|
|
@@ -839,11 +838,38 @@
|
|
|
839
838
|
"hasDynamicHelp": false,
|
|
840
839
|
"multiple": false,
|
|
841
840
|
"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"
|
|
842
868
|
}
|
|
843
869
|
},
|
|
844
870
|
"hasDynamicHelp": false,
|
|
845
871
|
"hiddenAliases": [],
|
|
846
|
-
"id": "
|
|
872
|
+
"id": "catalog:manyfaced",
|
|
847
873
|
"pluginAlias": "faces-cli",
|
|
848
874
|
"pluginName": "faces-cli",
|
|
849
875
|
"pluginType": "core",
|
|
@@ -853,14 +879,19 @@
|
|
|
853
879
|
"relativePath": [
|
|
854
880
|
"dist",
|
|
855
881
|
"commands",
|
|
856
|
-
"
|
|
857
|
-
"
|
|
882
|
+
"catalog",
|
|
883
|
+
"manyfaced.js"
|
|
858
884
|
]
|
|
859
885
|
},
|
|
860
|
-
"
|
|
886
|
+
"catalog:restore": {
|
|
861
887
|
"aliases": [],
|
|
862
|
-
"args": {
|
|
863
|
-
|
|
888
|
+
"args": {
|
|
889
|
+
"file": {
|
|
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",
|
|
864
895
|
"flags": {
|
|
865
896
|
"json": {
|
|
866
897
|
"description": "Format output as json.",
|
|
@@ -892,11 +923,17 @@
|
|
|
892
923
|
"hasDynamicHelp": false,
|
|
893
924
|
"multiple": false,
|
|
894
925
|
"type": "option"
|
|
926
|
+
},
|
|
927
|
+
"compile": {
|
|
928
|
+
"description": "Run compile:all after restoring",
|
|
929
|
+
"name": "compile",
|
|
930
|
+
"allowNo": false,
|
|
931
|
+
"type": "boolean"
|
|
895
932
|
}
|
|
896
933
|
},
|
|
897
934
|
"hasDynamicHelp": false,
|
|
898
935
|
"hiddenAliases": [],
|
|
899
|
-
"id": "
|
|
936
|
+
"id": "catalog:restore",
|
|
900
937
|
"pluginAlias": "faces-cli",
|
|
901
938
|
"pluginName": "faces-cli",
|
|
902
939
|
"pluginType": "core",
|
|
@@ -906,14 +943,14 @@
|
|
|
906
943
|
"relativePath": [
|
|
907
944
|
"dist",
|
|
908
945
|
"commands",
|
|
909
|
-
"
|
|
910
|
-
"
|
|
946
|
+
"catalog",
|
|
947
|
+
"restore.js"
|
|
911
948
|
]
|
|
912
949
|
},
|
|
913
|
-
"billing:
|
|
950
|
+
"billing:balance": {
|
|
914
951
|
"aliases": [],
|
|
915
952
|
"args": {},
|
|
916
|
-
"description": "
|
|
953
|
+
"description": "Show credit balance and payment method status",
|
|
917
954
|
"flags": {
|
|
918
955
|
"json": {
|
|
919
956
|
"description": "Format output as json.",
|
|
@@ -945,26 +982,11 @@
|
|
|
945
982
|
"hasDynamicHelp": false,
|
|
946
983
|
"multiple": false,
|
|
947
984
|
"type": "option"
|
|
948
|
-
},
|
|
949
|
-
"amount": {
|
|
950
|
-
"description": "Top-up amount in USD (min $1)",
|
|
951
|
-
"name": "amount",
|
|
952
|
-
"required": true,
|
|
953
|
-
"hasDynamicHelp": false,
|
|
954
|
-
"multiple": false,
|
|
955
|
-
"type": "option"
|
|
956
|
-
},
|
|
957
|
-
"payment-ref": {
|
|
958
|
-
"description": "Payment reference (admin/test path)",
|
|
959
|
-
"name": "payment-ref",
|
|
960
|
-
"hasDynamicHelp": false,
|
|
961
|
-
"multiple": false,
|
|
962
|
-
"type": "option"
|
|
963
985
|
}
|
|
964
986
|
},
|
|
965
987
|
"hasDynamicHelp": false,
|
|
966
988
|
"hiddenAliases": [],
|
|
967
|
-
"id": "billing:
|
|
989
|
+
"id": "billing:balance",
|
|
968
990
|
"pluginAlias": "faces-cli",
|
|
969
991
|
"pluginName": "faces-cli",
|
|
970
992
|
"pluginType": "core",
|
|
@@ -975,13 +997,13 @@
|
|
|
975
997
|
"dist",
|
|
976
998
|
"commands",
|
|
977
999
|
"billing",
|
|
978
|
-
"
|
|
1000
|
+
"balance.js"
|
|
979
1001
|
]
|
|
980
1002
|
},
|
|
981
|
-
"billing:
|
|
1003
|
+
"billing:card-setup": {
|
|
982
1004
|
"aliases": [],
|
|
983
1005
|
"args": {},
|
|
984
|
-
"description": "
|
|
1006
|
+
"description": "Get a Stripe card setup URL to save a payment method",
|
|
985
1007
|
"flags": {
|
|
986
1008
|
"json": {
|
|
987
1009
|
"description": "Format output as json.",
|
|
@@ -1013,38 +1035,11 @@
|
|
|
1013
1035
|
"hasDynamicHelp": false,
|
|
1014
1036
|
"multiple": false,
|
|
1015
1037
|
"type": "option"
|
|
1016
|
-
},
|
|
1017
|
-
"group-by": {
|
|
1018
|
-
"description": "Group results",
|
|
1019
|
-
"name": "group-by",
|
|
1020
|
-
"hasDynamicHelp": false,
|
|
1021
|
-
"multiple": false,
|
|
1022
|
-
"options": [
|
|
1023
|
-
"api_key",
|
|
1024
|
-
"model",
|
|
1025
|
-
"llm",
|
|
1026
|
-
"date"
|
|
1027
|
-
],
|
|
1028
|
-
"type": "option"
|
|
1029
|
-
},
|
|
1030
|
-
"from": {
|
|
1031
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
1032
|
-
"name": "from",
|
|
1033
|
-
"hasDynamicHelp": false,
|
|
1034
|
-
"multiple": false,
|
|
1035
|
-
"type": "option"
|
|
1036
|
-
},
|
|
1037
|
-
"to": {
|
|
1038
|
-
"description": "End date (YYYY-MM-DD)",
|
|
1039
|
-
"name": "to",
|
|
1040
|
-
"hasDynamicHelp": false,
|
|
1041
|
-
"multiple": false,
|
|
1042
|
-
"type": "option"
|
|
1043
1038
|
}
|
|
1044
1039
|
},
|
|
1045
1040
|
"hasDynamicHelp": false,
|
|
1046
1041
|
"hiddenAliases": [],
|
|
1047
|
-
"id": "billing:
|
|
1042
|
+
"id": "billing:card-setup",
|
|
1048
1043
|
"pluginAlias": "faces-cli",
|
|
1049
1044
|
"pluginName": "faces-cli",
|
|
1050
1045
|
"pluginType": "core",
|
|
@@ -1055,13 +1050,13 @@
|
|
|
1055
1050
|
"dist",
|
|
1056
1051
|
"commands",
|
|
1057
1052
|
"billing",
|
|
1058
|
-
"
|
|
1053
|
+
"card-setup.js"
|
|
1059
1054
|
]
|
|
1060
1055
|
},
|
|
1061
|
-
"
|
|
1056
|
+
"billing:llm-costs": {
|
|
1062
1057
|
"aliases": [],
|
|
1063
1058
|
"args": {},
|
|
1064
|
-
"description": "
|
|
1059
|
+
"description": "List available LLMs and their per-token costs",
|
|
1065
1060
|
"flags": {
|
|
1066
1061
|
"json": {
|
|
1067
1062
|
"description": "Format output as json.",
|
|
@@ -1093,11 +1088,18 @@
|
|
|
1093
1088
|
"hasDynamicHelp": false,
|
|
1094
1089
|
"multiple": false,
|
|
1095
1090
|
"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"
|
|
1096
1098
|
}
|
|
1097
1099
|
},
|
|
1098
1100
|
"hasDynamicHelp": false,
|
|
1099
1101
|
"hiddenAliases": [],
|
|
1100
|
-
"id": "
|
|
1102
|
+
"id": "billing:llm-costs",
|
|
1101
1103
|
"pluginAlias": "faces-cli",
|
|
1102
1104
|
"pluginName": "faces-cli",
|
|
1103
1105
|
"pluginType": "core",
|
|
@@ -1107,14 +1109,14 @@
|
|
|
1107
1109
|
"relativePath": [
|
|
1108
1110
|
"dist",
|
|
1109
1111
|
"commands",
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1112
|
+
"billing",
|
|
1113
|
+
"llm-costs.js"
|
|
1112
1114
|
]
|
|
1113
1115
|
},
|
|
1114
|
-
"
|
|
1116
|
+
"billing:quota": {
|
|
1115
1117
|
"aliases": [],
|
|
1116
1118
|
"args": {},
|
|
1117
|
-
"description": "
|
|
1119
|
+
"description": "Show compilation stats per face (deprecated — use compile:stats)",
|
|
1118
1120
|
"flags": {
|
|
1119
1121
|
"json": {
|
|
1120
1122
|
"description": "Format output as json.",
|
|
@@ -1146,23 +1148,11 @@
|
|
|
1146
1148
|
"hasDynamicHelp": false,
|
|
1147
1149
|
"multiple": false,
|
|
1148
1150
|
"type": "option"
|
|
1149
|
-
},
|
|
1150
|
-
"fix": {
|
|
1151
|
-
"description": "Rebuild missing or stale catalog entries from API",
|
|
1152
|
-
"name": "fix",
|
|
1153
|
-
"allowNo": false,
|
|
1154
|
-
"type": "boolean"
|
|
1155
|
-
},
|
|
1156
|
-
"generate": {
|
|
1157
|
-
"description": "Fix + generate missing descriptions via LLM",
|
|
1158
|
-
"name": "generate",
|
|
1159
|
-
"allowNo": false,
|
|
1160
|
-
"type": "boolean"
|
|
1161
1151
|
}
|
|
1162
1152
|
},
|
|
1163
1153
|
"hasDynamicHelp": false,
|
|
1164
1154
|
"hiddenAliases": [],
|
|
1165
|
-
"id": "
|
|
1155
|
+
"id": "billing:quota",
|
|
1166
1156
|
"pluginAlias": "faces-cli",
|
|
1167
1157
|
"pluginName": "faces-cli",
|
|
1168
1158
|
"pluginType": "core",
|
|
@@ -1172,14 +1162,14 @@
|
|
|
1172
1162
|
"relativePath": [
|
|
1173
1163
|
"dist",
|
|
1174
1164
|
"commands",
|
|
1175
|
-
"
|
|
1176
|
-
"
|
|
1165
|
+
"billing",
|
|
1166
|
+
"quota.js"
|
|
1177
1167
|
]
|
|
1178
1168
|
},
|
|
1179
|
-
"
|
|
1169
|
+
"billing:subscription": {
|
|
1180
1170
|
"aliases": [],
|
|
1181
1171
|
"args": {},
|
|
1182
|
-
"description": "
|
|
1172
|
+
"description": "Show current plan, face count, and renewal date",
|
|
1183
1173
|
"flags": {
|
|
1184
1174
|
"json": {
|
|
1185
1175
|
"description": "Format output as json.",
|
|
@@ -1215,7 +1205,7 @@
|
|
|
1215
1205
|
},
|
|
1216
1206
|
"hasDynamicHelp": false,
|
|
1217
1207
|
"hiddenAliases": [],
|
|
1218
|
-
"id": "
|
|
1208
|
+
"id": "billing:subscription",
|
|
1219
1209
|
"pluginAlias": "faces-cli",
|
|
1220
1210
|
"pluginName": "faces-cli",
|
|
1221
1211
|
"pluginType": "core",
|
|
@@ -1225,14 +1215,14 @@
|
|
|
1225
1215
|
"relativePath": [
|
|
1226
1216
|
"dist",
|
|
1227
1217
|
"commands",
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1218
|
+
"billing",
|
|
1219
|
+
"subscription.js"
|
|
1230
1220
|
]
|
|
1231
1221
|
},
|
|
1232
|
-
"
|
|
1222
|
+
"billing:topup": {
|
|
1233
1223
|
"aliases": [],
|
|
1234
1224
|
"args": {},
|
|
1235
|
-
"description": "
|
|
1225
|
+
"description": "Top up credit balance using saved payment method",
|
|
1236
1226
|
"flags": {
|
|
1237
1227
|
"json": {
|
|
1238
1228
|
"description": "Format output as json.",
|
|
@@ -1265,37 +1255,25 @@
|
|
|
1265
1255
|
"multiple": false,
|
|
1266
1256
|
"type": "option"
|
|
1267
1257
|
},
|
|
1268
|
-
"
|
|
1269
|
-
"description": "
|
|
1270
|
-
"name": "
|
|
1271
|
-
"
|
|
1272
|
-
"multiple": false,
|
|
1273
|
-
"type": "option"
|
|
1274
|
-
},
|
|
1275
|
-
"install": {
|
|
1276
|
-
"description": "Install a skill by name",
|
|
1277
|
-
"name": "install",
|
|
1258
|
+
"amount": {
|
|
1259
|
+
"description": "Top-up amount in USD (min $1)",
|
|
1260
|
+
"name": "amount",
|
|
1261
|
+
"required": true,
|
|
1278
1262
|
"hasDynamicHelp": false,
|
|
1279
1263
|
"multiple": false,
|
|
1280
1264
|
"type": "option"
|
|
1281
1265
|
},
|
|
1282
|
-
"
|
|
1283
|
-
"description": "
|
|
1284
|
-
"name": "
|
|
1266
|
+
"payment-ref": {
|
|
1267
|
+
"description": "Payment reference (admin/test path)",
|
|
1268
|
+
"name": "payment-ref",
|
|
1285
1269
|
"hasDynamicHelp": false,
|
|
1286
1270
|
"multiple": false,
|
|
1287
1271
|
"type": "option"
|
|
1288
|
-
},
|
|
1289
|
-
"refresh": {
|
|
1290
|
-
"description": "Force refresh the skill index (ignore cache)",
|
|
1291
|
-
"name": "refresh",
|
|
1292
|
-
"allowNo": false,
|
|
1293
|
-
"type": "boolean"
|
|
1294
1272
|
}
|
|
1295
1273
|
},
|
|
1296
1274
|
"hasDynamicHelp": false,
|
|
1297
1275
|
"hiddenAliases": [],
|
|
1298
|
-
"id": "
|
|
1276
|
+
"id": "billing:topup",
|
|
1299
1277
|
"pluginAlias": "faces-cli",
|
|
1300
1278
|
"pluginName": "faces-cli",
|
|
1301
1279
|
"pluginType": "core",
|
|
@@ -1305,19 +1283,14 @@
|
|
|
1305
1283
|
"relativePath": [
|
|
1306
1284
|
"dist",
|
|
1307
1285
|
"commands",
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1286
|
+
"billing",
|
|
1287
|
+
"topup.js"
|
|
1310
1288
|
]
|
|
1311
1289
|
},
|
|
1312
|
-
"
|
|
1290
|
+
"billing:usage": {
|
|
1313
1291
|
"aliases": [],
|
|
1314
|
-
"args": {
|
|
1315
|
-
|
|
1316
|
-
"description": "Backup file path (default: most recent in ~/.faces/backups/)",
|
|
1317
|
-
"name": "file"
|
|
1318
|
-
}
|
|
1319
|
-
},
|
|
1320
|
-
"description": "Restore faces, teams, and source material from a backup snapshot",
|
|
1292
|
+
"args": {},
|
|
1293
|
+
"description": "Aggregated usage analytics",
|
|
1321
1294
|
"flags": {
|
|
1322
1295
|
"json": {
|
|
1323
1296
|
"description": "Format output as json.",
|
|
@@ -1350,16 +1323,37 @@
|
|
|
1350
1323
|
"multiple": false,
|
|
1351
1324
|
"type": "option"
|
|
1352
1325
|
},
|
|
1353
|
-
"
|
|
1354
|
-
"description": "
|
|
1355
|
-
"name": "
|
|
1356
|
-
"
|
|
1357
|
-
"
|
|
1326
|
+
"group-by": {
|
|
1327
|
+
"description": "Group results",
|
|
1328
|
+
"name": "group-by",
|
|
1329
|
+
"hasDynamicHelp": false,
|
|
1330
|
+
"multiple": false,
|
|
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"
|
|
1358
1352
|
}
|
|
1359
1353
|
},
|
|
1360
1354
|
"hasDynamicHelp": false,
|
|
1361
1355
|
"hiddenAliases": [],
|
|
1362
|
-
"id": "
|
|
1356
|
+
"id": "billing:usage",
|
|
1363
1357
|
"pluginAlias": "faces-cli",
|
|
1364
1358
|
"pluginName": "faces-cli",
|
|
1365
1359
|
"pluginType": "core",
|
|
@@ -1369,8 +1363,8 @@
|
|
|
1369
1363
|
"relativePath": [
|
|
1370
1364
|
"dist",
|
|
1371
1365
|
"commands",
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1366
|
+
"billing",
|
|
1367
|
+
"usage.js"
|
|
1374
1368
|
]
|
|
1375
1369
|
},
|
|
1376
1370
|
"chat:chat": {
|
|
@@ -1822,6 +1816,182 @@
|
|
|
1822
1816
|
"thread.js"
|
|
1823
1817
|
]
|
|
1824
1818
|
},
|
|
1819
|
+
"config:clear": {
|
|
1820
|
+
"aliases": [],
|
|
1821
|
+
"args": {},
|
|
1822
|
+
"description": "Delete all saved credentials and config",
|
|
1823
|
+
"flags": {
|
|
1824
|
+
"json": {
|
|
1825
|
+
"description": "Format output as json.",
|
|
1826
|
+
"helpGroup": "GLOBAL",
|
|
1827
|
+
"name": "json",
|
|
1828
|
+
"allowNo": false,
|
|
1829
|
+
"type": "boolean"
|
|
1830
|
+
},
|
|
1831
|
+
"base-url": {
|
|
1832
|
+
"description": "API base URL",
|
|
1833
|
+
"env": "FACES_BASE_URL",
|
|
1834
|
+
"name": "base-url",
|
|
1835
|
+
"hasDynamicHelp": false,
|
|
1836
|
+
"multiple": false,
|
|
1837
|
+
"type": "option"
|
|
1838
|
+
},
|
|
1839
|
+
"token": {
|
|
1840
|
+
"description": "JWT bearer token",
|
|
1841
|
+
"env": "FACES_TOKEN",
|
|
1842
|
+
"name": "token",
|
|
1843
|
+
"hasDynamicHelp": false,
|
|
1844
|
+
"multiple": false,
|
|
1845
|
+
"type": "option"
|
|
1846
|
+
},
|
|
1847
|
+
"api-key": {
|
|
1848
|
+
"description": "API key",
|
|
1849
|
+
"env": "FACES_API_KEY",
|
|
1850
|
+
"name": "api-key",
|
|
1851
|
+
"hasDynamicHelp": false,
|
|
1852
|
+
"multiple": false,
|
|
1853
|
+
"type": "option"
|
|
1854
|
+
},
|
|
1855
|
+
"yes": {
|
|
1856
|
+
"description": "Skip confirmation",
|
|
1857
|
+
"name": "yes",
|
|
1858
|
+
"allowNo": false,
|
|
1859
|
+
"type": "boolean"
|
|
1860
|
+
}
|
|
1861
|
+
},
|
|
1862
|
+
"hasDynamicHelp": false,
|
|
1863
|
+
"hiddenAliases": [],
|
|
1864
|
+
"id": "config:clear",
|
|
1865
|
+
"pluginAlias": "faces-cli",
|
|
1866
|
+
"pluginName": "faces-cli",
|
|
1867
|
+
"pluginType": "core",
|
|
1868
|
+
"strict": true,
|
|
1869
|
+
"enableJsonFlag": true,
|
|
1870
|
+
"isESM": true,
|
|
1871
|
+
"relativePath": [
|
|
1872
|
+
"dist",
|
|
1873
|
+
"commands",
|
|
1874
|
+
"config",
|
|
1875
|
+
"clear.js"
|
|
1876
|
+
]
|
|
1877
|
+
},
|
|
1878
|
+
"config:set": {
|
|
1879
|
+
"aliases": [],
|
|
1880
|
+
"args": {
|
|
1881
|
+
"key": {
|
|
1882
|
+
"description": "Config key",
|
|
1883
|
+
"name": "key",
|
|
1884
|
+
"required": true
|
|
1885
|
+
},
|
|
1886
|
+
"value": {
|
|
1887
|
+
"description": "Config value",
|
|
1888
|
+
"name": "value",
|
|
1889
|
+
"required": true
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
"description": "Set a config value (e.g. base_url, api_key, token)",
|
|
1893
|
+
"flags": {
|
|
1894
|
+
"json": {
|
|
1895
|
+
"description": "Format output as json.",
|
|
1896
|
+
"helpGroup": "GLOBAL",
|
|
1897
|
+
"name": "json",
|
|
1898
|
+
"allowNo": false,
|
|
1899
|
+
"type": "boolean"
|
|
1900
|
+
},
|
|
1901
|
+
"base-url": {
|
|
1902
|
+
"description": "API base URL",
|
|
1903
|
+
"env": "FACES_BASE_URL",
|
|
1904
|
+
"name": "base-url",
|
|
1905
|
+
"hasDynamicHelp": false,
|
|
1906
|
+
"multiple": false,
|
|
1907
|
+
"type": "option"
|
|
1908
|
+
},
|
|
1909
|
+
"token": {
|
|
1910
|
+
"description": "JWT bearer token",
|
|
1911
|
+
"env": "FACES_TOKEN",
|
|
1912
|
+
"name": "token",
|
|
1913
|
+
"hasDynamicHelp": false,
|
|
1914
|
+
"multiple": false,
|
|
1915
|
+
"type": "option"
|
|
1916
|
+
},
|
|
1917
|
+
"api-key": {
|
|
1918
|
+
"description": "API key",
|
|
1919
|
+
"env": "FACES_API_KEY",
|
|
1920
|
+
"name": "api-key",
|
|
1921
|
+
"hasDynamicHelp": false,
|
|
1922
|
+
"multiple": false,
|
|
1923
|
+
"type": "option"
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1926
|
+
"hasDynamicHelp": false,
|
|
1927
|
+
"hiddenAliases": [],
|
|
1928
|
+
"id": "config:set",
|
|
1929
|
+
"pluginAlias": "faces-cli",
|
|
1930
|
+
"pluginName": "faces-cli",
|
|
1931
|
+
"pluginType": "core",
|
|
1932
|
+
"strict": true,
|
|
1933
|
+
"enableJsonFlag": true,
|
|
1934
|
+
"isESM": true,
|
|
1935
|
+
"relativePath": [
|
|
1936
|
+
"dist",
|
|
1937
|
+
"commands",
|
|
1938
|
+
"config",
|
|
1939
|
+
"set.js"
|
|
1940
|
+
]
|
|
1941
|
+
},
|
|
1942
|
+
"config:show": {
|
|
1943
|
+
"aliases": [],
|
|
1944
|
+
"args": {},
|
|
1945
|
+
"description": "Print current config (credentials are masked)",
|
|
1946
|
+
"flags": {
|
|
1947
|
+
"json": {
|
|
1948
|
+
"description": "Format output as json.",
|
|
1949
|
+
"helpGroup": "GLOBAL",
|
|
1950
|
+
"name": "json",
|
|
1951
|
+
"allowNo": false,
|
|
1952
|
+
"type": "boolean"
|
|
1953
|
+
},
|
|
1954
|
+
"base-url": {
|
|
1955
|
+
"description": "API base URL",
|
|
1956
|
+
"env": "FACES_BASE_URL",
|
|
1957
|
+
"name": "base-url",
|
|
1958
|
+
"hasDynamicHelp": false,
|
|
1959
|
+
"multiple": false,
|
|
1960
|
+
"type": "option"
|
|
1961
|
+
},
|
|
1962
|
+
"token": {
|
|
1963
|
+
"description": "JWT bearer token",
|
|
1964
|
+
"env": "FACES_TOKEN",
|
|
1965
|
+
"name": "token",
|
|
1966
|
+
"hasDynamicHelp": false,
|
|
1967
|
+
"multiple": false,
|
|
1968
|
+
"type": "option"
|
|
1969
|
+
},
|
|
1970
|
+
"api-key": {
|
|
1971
|
+
"description": "API key",
|
|
1972
|
+
"env": "FACES_API_KEY",
|
|
1973
|
+
"name": "api-key",
|
|
1974
|
+
"hasDynamicHelp": false,
|
|
1975
|
+
"multiple": false,
|
|
1976
|
+
"type": "option"
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
"hasDynamicHelp": false,
|
|
1980
|
+
"hiddenAliases": [],
|
|
1981
|
+
"id": "config:show",
|
|
1982
|
+
"pluginAlias": "faces-cli",
|
|
1983
|
+
"pluginName": "faces-cli",
|
|
1984
|
+
"pluginType": "core",
|
|
1985
|
+
"strict": true,
|
|
1986
|
+
"enableJsonFlag": true,
|
|
1987
|
+
"isESM": true,
|
|
1988
|
+
"relativePath": [
|
|
1989
|
+
"dist",
|
|
1990
|
+
"commands",
|
|
1991
|
+
"config",
|
|
1992
|
+
"show.js"
|
|
1993
|
+
]
|
|
1994
|
+
},
|
|
1825
1995
|
"compile:all": {
|
|
1826
1996
|
"aliases": [],
|
|
1827
1997
|
"args": {},
|
|
@@ -2144,10 +2314,10 @@
|
|
|
2144
2314
|
"upload.js"
|
|
2145
2315
|
]
|
|
2146
2316
|
},
|
|
2147
|
-
"
|
|
2317
|
+
"keys:create": {
|
|
2148
2318
|
"aliases": [],
|
|
2149
2319
|
"args": {},
|
|
2150
|
-
"description": "
|
|
2320
|
+
"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.",
|
|
2151
2321
|
"flags": {
|
|
2152
2322
|
"json": {
|
|
2153
2323
|
"description": "Format output as json.",
|
|
@@ -2180,80 +2350,52 @@
|
|
|
2180
2350
|
"multiple": false,
|
|
2181
2351
|
"type": "option"
|
|
2182
2352
|
},
|
|
2183
|
-
"
|
|
2184
|
-
"description": "
|
|
2185
|
-
"name": "
|
|
2186
|
-
"
|
|
2187
|
-
"type": "boolean"
|
|
2188
|
-
}
|
|
2189
|
-
},
|
|
2190
|
-
"hasDynamicHelp": false,
|
|
2191
|
-
"hiddenAliases": [],
|
|
2192
|
-
"id": "config:clear",
|
|
2193
|
-
"pluginAlias": "faces-cli",
|
|
2194
|
-
"pluginName": "faces-cli",
|
|
2195
|
-
"pluginType": "core",
|
|
2196
|
-
"strict": true,
|
|
2197
|
-
"enableJsonFlag": true,
|
|
2198
|
-
"isESM": true,
|
|
2199
|
-
"relativePath": [
|
|
2200
|
-
"dist",
|
|
2201
|
-
"commands",
|
|
2202
|
-
"config",
|
|
2203
|
-
"clear.js"
|
|
2204
|
-
]
|
|
2205
|
-
},
|
|
2206
|
-
"config:set": {
|
|
2207
|
-
"aliases": [],
|
|
2208
|
-
"args": {
|
|
2209
|
-
"key": {
|
|
2210
|
-
"description": "Config key",
|
|
2211
|
-
"name": "key",
|
|
2212
|
-
"required": true
|
|
2213
|
-
},
|
|
2214
|
-
"value": {
|
|
2215
|
-
"description": "Config value",
|
|
2216
|
-
"name": "value",
|
|
2217
|
-
"required": true
|
|
2218
|
-
}
|
|
2219
|
-
},
|
|
2220
|
-
"description": "Set a config value (e.g. base_url, api_key, token)",
|
|
2221
|
-
"flags": {
|
|
2222
|
-
"json": {
|
|
2223
|
-
"description": "Format output as json.",
|
|
2224
|
-
"helpGroup": "GLOBAL",
|
|
2225
|
-
"name": "json",
|
|
2226
|
-
"allowNo": false,
|
|
2227
|
-
"type": "boolean"
|
|
2228
|
-
},
|
|
2229
|
-
"base-url": {
|
|
2230
|
-
"description": "API base URL",
|
|
2231
|
-
"env": "FACES_BASE_URL",
|
|
2232
|
-
"name": "base-url",
|
|
2353
|
+
"name": {
|
|
2354
|
+
"description": "Key name/label",
|
|
2355
|
+
"name": "name",
|
|
2356
|
+
"required": true,
|
|
2233
2357
|
"hasDynamicHelp": false,
|
|
2234
2358
|
"multiple": false,
|
|
2235
2359
|
"type": "option"
|
|
2236
2360
|
},
|
|
2237
|
-
"
|
|
2238
|
-
"description": "
|
|
2239
|
-
"
|
|
2240
|
-
"name": "token",
|
|
2361
|
+
"expires-days": {
|
|
2362
|
+
"description": "Expiry in days (omit for no expiry)",
|
|
2363
|
+
"name": "expires-days",
|
|
2241
2364
|
"hasDynamicHelp": false,
|
|
2242
2365
|
"multiple": false,
|
|
2243
2366
|
"type": "option"
|
|
2244
2367
|
},
|
|
2245
|
-
"
|
|
2246
|
-
"description": "
|
|
2247
|
-
"
|
|
2248
|
-
"name": "api-key",
|
|
2368
|
+
"budget": {
|
|
2369
|
+
"description": "Spend budget in USD",
|
|
2370
|
+
"name": "budget",
|
|
2249
2371
|
"hasDynamicHelp": false,
|
|
2250
2372
|
"multiple": false,
|
|
2251
2373
|
"type": "option"
|
|
2374
|
+
},
|
|
2375
|
+
"face": {
|
|
2376
|
+
"description": "Allowed face alias (repeatable)",
|
|
2377
|
+
"name": "face",
|
|
2378
|
+
"hasDynamicHelp": false,
|
|
2379
|
+
"multiple": true,
|
|
2380
|
+
"type": "option"
|
|
2381
|
+
},
|
|
2382
|
+
"model": {
|
|
2383
|
+
"description": "Allowed model name (repeatable)",
|
|
2384
|
+
"name": "model",
|
|
2385
|
+
"hasDynamicHelp": false,
|
|
2386
|
+
"multiple": true,
|
|
2387
|
+
"type": "option"
|
|
2388
|
+
},
|
|
2389
|
+
"save": {
|
|
2390
|
+
"description": "Save the new key to ~/.faces/config.json as api_key (default: true; use --no-save to skip)",
|
|
2391
|
+
"name": "save",
|
|
2392
|
+
"allowNo": true,
|
|
2393
|
+
"type": "boolean"
|
|
2252
2394
|
}
|
|
2253
2395
|
},
|
|
2254
2396
|
"hasDynamicHelp": false,
|
|
2255
2397
|
"hiddenAliases": [],
|
|
2256
|
-
"id": "
|
|
2398
|
+
"id": "keys:create",
|
|
2257
2399
|
"pluginAlias": "faces-cli",
|
|
2258
2400
|
"pluginName": "faces-cli",
|
|
2259
2401
|
"pluginType": "core",
|
|
@@ -2263,14 +2405,14 @@
|
|
|
2263
2405
|
"relativePath": [
|
|
2264
2406
|
"dist",
|
|
2265
2407
|
"commands",
|
|
2266
|
-
"
|
|
2267
|
-
"
|
|
2408
|
+
"keys",
|
|
2409
|
+
"create.js"
|
|
2268
2410
|
]
|
|
2269
2411
|
},
|
|
2270
|
-
"
|
|
2412
|
+
"keys:list": {
|
|
2271
2413
|
"aliases": [],
|
|
2272
2414
|
"args": {},
|
|
2273
|
-
"description": "
|
|
2415
|
+
"description": "List all API keys (JWT required)",
|
|
2274
2416
|
"flags": {
|
|
2275
2417
|
"json": {
|
|
2276
2418
|
"description": "Format output as json.",
|
|
@@ -2306,7 +2448,7 @@
|
|
|
2306
2448
|
},
|
|
2307
2449
|
"hasDynamicHelp": false,
|
|
2308
2450
|
"hiddenAliases": [],
|
|
2309
|
-
"id": "
|
|
2451
|
+
"id": "keys:list",
|
|
2310
2452
|
"pluginAlias": "faces-cli",
|
|
2311
2453
|
"pluginName": "faces-cli",
|
|
2312
2454
|
"pluginType": "core",
|
|
@@ -2316,14 +2458,20 @@
|
|
|
2316
2458
|
"relativePath": [
|
|
2317
2459
|
"dist",
|
|
2318
2460
|
"commands",
|
|
2319
|
-
"
|
|
2320
|
-
"
|
|
2461
|
+
"keys",
|
|
2462
|
+
"list.js"
|
|
2321
2463
|
]
|
|
2322
2464
|
},
|
|
2323
|
-
"
|
|
2465
|
+
"keys:revoke": {
|
|
2324
2466
|
"aliases": [],
|
|
2325
|
-
"args": {
|
|
2326
|
-
|
|
2467
|
+
"args": {
|
|
2468
|
+
"key_id": {
|
|
2469
|
+
"description": "Key ID",
|
|
2470
|
+
"name": "key_id",
|
|
2471
|
+
"required": true
|
|
2472
|
+
}
|
|
2473
|
+
},
|
|
2474
|
+
"description": "Revoke an API key (JWT required)",
|
|
2327
2475
|
"flags": {
|
|
2328
2476
|
"json": {
|
|
2329
2477
|
"description": "Format output as json.",
|
|
@@ -2355,11 +2503,17 @@
|
|
|
2355
2503
|
"hasDynamicHelp": false,
|
|
2356
2504
|
"multiple": false,
|
|
2357
2505
|
"type": "option"
|
|
2506
|
+
},
|
|
2507
|
+
"yes": {
|
|
2508
|
+
"description": "Skip confirmation",
|
|
2509
|
+
"name": "yes",
|
|
2510
|
+
"allowNo": false,
|
|
2511
|
+
"type": "boolean"
|
|
2358
2512
|
}
|
|
2359
2513
|
},
|
|
2360
2514
|
"hasDynamicHelp": false,
|
|
2361
2515
|
"hiddenAliases": [],
|
|
2362
|
-
"id": "
|
|
2516
|
+
"id": "keys:revoke",
|
|
2363
2517
|
"pluginAlias": "faces-cli",
|
|
2364
2518
|
"pluginName": "faces-cli",
|
|
2365
2519
|
"pluginType": "core",
|
|
@@ -2369,14 +2523,20 @@
|
|
|
2369
2523
|
"relativePath": [
|
|
2370
2524
|
"dist",
|
|
2371
2525
|
"commands",
|
|
2372
|
-
"
|
|
2373
|
-
"
|
|
2526
|
+
"keys",
|
|
2527
|
+
"revoke.js"
|
|
2374
2528
|
]
|
|
2375
2529
|
},
|
|
2376
|
-
"
|
|
2530
|
+
"keys:update": {
|
|
2377
2531
|
"aliases": [],
|
|
2378
|
-
"args": {
|
|
2379
|
-
|
|
2532
|
+
"args": {
|
|
2533
|
+
"key_id": {
|
|
2534
|
+
"description": "Key ID",
|
|
2535
|
+
"name": "key_id",
|
|
2536
|
+
"required": true
|
|
2537
|
+
}
|
|
2538
|
+
},
|
|
2539
|
+
"description": "Update API key metadata (JWT required)",
|
|
2380
2540
|
"flags": {
|
|
2381
2541
|
"json": {
|
|
2382
2542
|
"description": "Format output as json.",
|
|
@@ -2410,67 +2570,29 @@
|
|
|
2410
2570
|
"type": "option"
|
|
2411
2571
|
},
|
|
2412
2572
|
"name": {
|
|
2413
|
-
"description": "
|
|
2573
|
+
"description": "New key name",
|
|
2414
2574
|
"name": "name",
|
|
2415
|
-
"required": true,
|
|
2416
|
-
"hasDynamicHelp": false,
|
|
2417
|
-
"multiple": false,
|
|
2418
|
-
"type": "option"
|
|
2419
|
-
},
|
|
2420
|
-
"alias": {
|
|
2421
|
-
"description": "Unique alias slug",
|
|
2422
|
-
"name": "alias",
|
|
2423
|
-
"required": true,
|
|
2424
|
-
"hasDynamicHelp": false,
|
|
2425
|
-
"multiple": false,
|
|
2426
|
-
"type": "option"
|
|
2427
|
-
},
|
|
2428
|
-
"description": {
|
|
2429
|
-
"description": "Plain-text description / bio (max 1500 chars)",
|
|
2430
|
-
"name": "description",
|
|
2431
|
-
"hasDynamicHelp": false,
|
|
2432
|
-
"multiple": false,
|
|
2433
|
-
"type": "option"
|
|
2434
|
-
},
|
|
2435
|
-
"tag": {
|
|
2436
|
-
"description": "Tag label (repeatable, lowercase)",
|
|
2437
|
-
"name": "tag",
|
|
2438
|
-
"hasDynamicHelp": false,
|
|
2439
|
-
"multiple": true,
|
|
2440
|
-
"type": "option"
|
|
2441
|
-
},
|
|
2442
|
-
"default-model": {
|
|
2443
|
-
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2444
|
-
"name": "default-model",
|
|
2445
2575
|
"hasDynamicHelp": false,
|
|
2446
2576
|
"multiple": false,
|
|
2447
2577
|
"type": "option"
|
|
2448
2578
|
},
|
|
2449
|
-
"
|
|
2450
|
-
"description": "
|
|
2451
|
-
"name": "
|
|
2579
|
+
"budget": {
|
|
2580
|
+
"description": "New spend budget in USD",
|
|
2581
|
+
"name": "budget",
|
|
2452
2582
|
"hasDynamicHelp": false,
|
|
2453
2583
|
"multiple": false,
|
|
2454
2584
|
"type": "option"
|
|
2455
2585
|
},
|
|
2456
|
-
"
|
|
2457
|
-
"description": "
|
|
2458
|
-
"name": "
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
2461
|
-
"type": "option"
|
|
2462
|
-
},
|
|
2463
|
-
"tool": {
|
|
2464
|
-
"description": "Tool name to enable (repeatable)",
|
|
2465
|
-
"name": "tool",
|
|
2466
|
-
"hasDynamicHelp": false,
|
|
2467
|
-
"multiple": true,
|
|
2468
|
-
"type": "option"
|
|
2586
|
+
"reset-spent": {
|
|
2587
|
+
"description": "Reset spent amount to zero",
|
|
2588
|
+
"name": "reset-spent",
|
|
2589
|
+
"allowNo": false,
|
|
2590
|
+
"type": "boolean"
|
|
2469
2591
|
}
|
|
2470
2592
|
},
|
|
2471
2593
|
"hasDynamicHelp": false,
|
|
2472
2594
|
"hiddenAliases": [],
|
|
2473
|
-
"id": "
|
|
2595
|
+
"id": "keys:update",
|
|
2474
2596
|
"pluginAlias": "faces-cli",
|
|
2475
2597
|
"pluginName": "faces-cli",
|
|
2476
2598
|
"pluginType": "core",
|
|
@@ -2480,20 +2602,20 @@
|
|
|
2480
2602
|
"relativePath": [
|
|
2481
2603
|
"dist",
|
|
2482
2604
|
"commands",
|
|
2483
|
-
"
|
|
2484
|
-
"
|
|
2605
|
+
"keys",
|
|
2606
|
+
"update.js"
|
|
2485
2607
|
]
|
|
2486
2608
|
},
|
|
2487
|
-
"
|
|
2609
|
+
"team:add": {
|
|
2488
2610
|
"aliases": [],
|
|
2489
2611
|
"args": {
|
|
2490
|
-
"
|
|
2491
|
-
"description": "
|
|
2492
|
-
"name": "
|
|
2612
|
+
"team_id": {
|
|
2613
|
+
"description": "Team ID",
|
|
2614
|
+
"name": "team_id",
|
|
2493
2615
|
"required": true
|
|
2494
2616
|
}
|
|
2495
2617
|
},
|
|
2496
|
-
"description": "
|
|
2618
|
+
"description": "Add face(s) to a team",
|
|
2497
2619
|
"flags": {
|
|
2498
2620
|
"json": {
|
|
2499
2621
|
"description": "Format output as json.",
|
|
@@ -2526,16 +2648,18 @@
|
|
|
2526
2648
|
"multiple": false,
|
|
2527
2649
|
"type": "option"
|
|
2528
2650
|
},
|
|
2529
|
-
"
|
|
2530
|
-
"description": "
|
|
2531
|
-
"name": "
|
|
2532
|
-
"
|
|
2533
|
-
"
|
|
2651
|
+
"face": {
|
|
2652
|
+
"description": "Face alias to add (repeatable)",
|
|
2653
|
+
"name": "face",
|
|
2654
|
+
"required": true,
|
|
2655
|
+
"hasDynamicHelp": false,
|
|
2656
|
+
"multiple": true,
|
|
2657
|
+
"type": "option"
|
|
2534
2658
|
}
|
|
2535
2659
|
},
|
|
2536
2660
|
"hasDynamicHelp": false,
|
|
2537
2661
|
"hiddenAliases": [],
|
|
2538
|
-
"id": "
|
|
2662
|
+
"id": "team:add",
|
|
2539
2663
|
"pluginAlias": "faces-cli",
|
|
2540
2664
|
"pluginName": "faces-cli",
|
|
2541
2665
|
"pluginType": "core",
|
|
@@ -2545,14 +2669,14 @@
|
|
|
2545
2669
|
"relativePath": [
|
|
2546
2670
|
"dist",
|
|
2547
2671
|
"commands",
|
|
2548
|
-
"
|
|
2549
|
-
"
|
|
2672
|
+
"team",
|
|
2673
|
+
"add.js"
|
|
2550
2674
|
]
|
|
2551
2675
|
},
|
|
2552
|
-
"
|
|
2676
|
+
"team:create": {
|
|
2553
2677
|
"aliases": [],
|
|
2554
2678
|
"args": {},
|
|
2555
|
-
"description": "
|
|
2679
|
+
"description": "Create a new team",
|
|
2556
2680
|
"flags": {
|
|
2557
2681
|
"json": {
|
|
2558
2682
|
"description": "Format output as json.",
|
|
@@ -2585,18 +2709,46 @@
|
|
|
2585
2709
|
"multiple": false,
|
|
2586
2710
|
"type": "option"
|
|
2587
2711
|
},
|
|
2588
|
-
"
|
|
2589
|
-
"description": "
|
|
2590
|
-
"name": "
|
|
2712
|
+
"name": {
|
|
2713
|
+
"description": "Team name",
|
|
2714
|
+
"name": "name",
|
|
2591
2715
|
"required": true,
|
|
2592
2716
|
"hasDynamicHelp": false,
|
|
2717
|
+
"multiple": false,
|
|
2718
|
+
"type": "option"
|
|
2719
|
+
},
|
|
2720
|
+
"description": {
|
|
2721
|
+
"description": "Plain-text team description (max 1500 chars)",
|
|
2722
|
+
"name": "description",
|
|
2723
|
+
"hasDynamicHelp": false,
|
|
2724
|
+
"multiple": false,
|
|
2725
|
+
"type": "option"
|
|
2726
|
+
},
|
|
2727
|
+
"protocol": {
|
|
2728
|
+
"description": "Protocol content (mermaid diagram or markdown, max 1000 words)",
|
|
2729
|
+
"name": "protocol",
|
|
2730
|
+
"hasDynamicHelp": false,
|
|
2731
|
+
"multiple": false,
|
|
2732
|
+
"type": "option"
|
|
2733
|
+
},
|
|
2734
|
+
"protocol-file": {
|
|
2735
|
+
"description": "Read protocol from file",
|
|
2736
|
+
"name": "protocol-file",
|
|
2737
|
+
"hasDynamicHelp": false,
|
|
2738
|
+
"multiple": false,
|
|
2739
|
+
"type": "option"
|
|
2740
|
+
},
|
|
2741
|
+
"tag": {
|
|
2742
|
+
"description": "Tag label (repeatable, lowercase)",
|
|
2743
|
+
"name": "tag",
|
|
2744
|
+
"hasDynamicHelp": false,
|
|
2593
2745
|
"multiple": true,
|
|
2594
2746
|
"type": "option"
|
|
2595
2747
|
}
|
|
2596
2748
|
},
|
|
2597
2749
|
"hasDynamicHelp": false,
|
|
2598
2750
|
"hiddenAliases": [],
|
|
2599
|
-
"id": "
|
|
2751
|
+
"id": "team:create",
|
|
2600
2752
|
"pluginAlias": "faces-cli",
|
|
2601
2753
|
"pluginName": "faces-cli",
|
|
2602
2754
|
"pluginType": "core",
|
|
@@ -2606,20 +2758,20 @@
|
|
|
2606
2758
|
"relativePath": [
|
|
2607
2759
|
"dist",
|
|
2608
2760
|
"commands",
|
|
2609
|
-
"
|
|
2610
|
-
"
|
|
2761
|
+
"team",
|
|
2762
|
+
"create.js"
|
|
2611
2763
|
]
|
|
2612
2764
|
},
|
|
2613
|
-
"
|
|
2765
|
+
"team:delete": {
|
|
2614
2766
|
"aliases": [],
|
|
2615
2767
|
"args": {
|
|
2616
|
-
"
|
|
2617
|
-
"description": "
|
|
2618
|
-
"name": "
|
|
2768
|
+
"team_id": {
|
|
2769
|
+
"description": "Team ID",
|
|
2770
|
+
"name": "team_id",
|
|
2619
2771
|
"required": true
|
|
2620
2772
|
}
|
|
2621
2773
|
},
|
|
2622
|
-
"description": "
|
|
2774
|
+
"description": "Delete a team",
|
|
2623
2775
|
"flags": {
|
|
2624
2776
|
"json": {
|
|
2625
2777
|
"description": "Format output as json.",
|
|
@@ -2652,59 +2804,16 @@
|
|
|
2652
2804
|
"multiple": false,
|
|
2653
2805
|
"type": "option"
|
|
2654
2806
|
},
|
|
2655
|
-
"
|
|
2656
|
-
"description": "
|
|
2657
|
-
"name": "
|
|
2658
|
-
"
|
|
2659
|
-
"
|
|
2660
|
-
"type": "option"
|
|
2661
|
-
},
|
|
2662
|
-
"description": {
|
|
2663
|
-
"description": "Plain-text description / bio (max 1500 chars)",
|
|
2664
|
-
"name": "description",
|
|
2665
|
-
"hasDynamicHelp": false,
|
|
2666
|
-
"multiple": false,
|
|
2667
|
-
"type": "option"
|
|
2668
|
-
},
|
|
2669
|
-
"tag": {
|
|
2670
|
-
"description": "Replace all tags (repeatable, lowercase)",
|
|
2671
|
-
"name": "tag",
|
|
2672
|
-
"hasDynamicHelp": false,
|
|
2673
|
-
"multiple": true,
|
|
2674
|
-
"type": "option"
|
|
2675
|
-
},
|
|
2676
|
-
"default-model": {
|
|
2677
|
-
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2678
|
-
"name": "default-model",
|
|
2679
|
-
"hasDynamicHelp": false,
|
|
2680
|
-
"multiple": false,
|
|
2681
|
-
"type": "option"
|
|
2682
|
-
},
|
|
2683
|
-
"formula": {
|
|
2684
|
-
"description": "New boolean formula (synthetic faces only)",
|
|
2685
|
-
"name": "formula",
|
|
2686
|
-
"hasDynamicHelp": false,
|
|
2687
|
-
"multiple": false,
|
|
2688
|
-
"type": "option"
|
|
2689
|
-
},
|
|
2690
|
-
"attr": {
|
|
2691
|
-
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
2692
|
-
"name": "attr",
|
|
2693
|
-
"hasDynamicHelp": false,
|
|
2694
|
-
"multiple": true,
|
|
2695
|
-
"type": "option"
|
|
2696
|
-
},
|
|
2697
|
-
"tool": {
|
|
2698
|
-
"description": "Tool names to set (replaces list, repeatable)",
|
|
2699
|
-
"name": "tool",
|
|
2700
|
-
"hasDynamicHelp": false,
|
|
2701
|
-
"multiple": true,
|
|
2702
|
-
"type": "option"
|
|
2807
|
+
"yes": {
|
|
2808
|
+
"description": "Skip confirmation",
|
|
2809
|
+
"name": "yes",
|
|
2810
|
+
"allowNo": false,
|
|
2811
|
+
"type": "boolean"
|
|
2703
2812
|
}
|
|
2704
2813
|
},
|
|
2705
2814
|
"hasDynamicHelp": false,
|
|
2706
2815
|
"hiddenAliases": [],
|
|
2707
|
-
"id": "
|
|
2816
|
+
"id": "team:delete",
|
|
2708
2817
|
"pluginAlias": "faces-cli",
|
|
2709
2818
|
"pluginName": "faces-cli",
|
|
2710
2819
|
"pluginType": "core",
|
|
@@ -2714,20 +2823,20 @@
|
|
|
2714
2823
|
"relativePath": [
|
|
2715
2824
|
"dist",
|
|
2716
2825
|
"commands",
|
|
2717
|
-
"
|
|
2718
|
-
"
|
|
2826
|
+
"team",
|
|
2827
|
+
"delete.js"
|
|
2719
2828
|
]
|
|
2720
2829
|
},
|
|
2721
|
-
"
|
|
2830
|
+
"team:edit": {
|
|
2722
2831
|
"aliases": [],
|
|
2723
2832
|
"args": {
|
|
2724
|
-
"
|
|
2725
|
-
"description": "
|
|
2726
|
-
"name": "
|
|
2833
|
+
"team_id": {
|
|
2834
|
+
"description": "Team ID",
|
|
2835
|
+
"name": "team_id",
|
|
2727
2836
|
"required": true
|
|
2728
2837
|
}
|
|
2729
2838
|
},
|
|
2730
|
-
"description": "
|
|
2839
|
+
"description": "Edit a team",
|
|
2731
2840
|
"flags": {
|
|
2732
2841
|
"json": {
|
|
2733
2842
|
"description": "Format output as json.",
|
|
@@ -2760,9 +2869,30 @@
|
|
|
2760
2869
|
"multiple": false,
|
|
2761
2870
|
"type": "option"
|
|
2762
2871
|
},
|
|
2763
|
-
"
|
|
2764
|
-
"description": "
|
|
2765
|
-
"name": "
|
|
2872
|
+
"name": {
|
|
2873
|
+
"description": "New team name",
|
|
2874
|
+
"name": "name",
|
|
2875
|
+
"hasDynamicHelp": false,
|
|
2876
|
+
"multiple": false,
|
|
2877
|
+
"type": "option"
|
|
2878
|
+
},
|
|
2879
|
+
"description": {
|
|
2880
|
+
"description": "New description (max 1500 chars)",
|
|
2881
|
+
"name": "description",
|
|
2882
|
+
"hasDynamicHelp": false,
|
|
2883
|
+
"multiple": false,
|
|
2884
|
+
"type": "option"
|
|
2885
|
+
},
|
|
2886
|
+
"protocol": {
|
|
2887
|
+
"description": "New protocol content",
|
|
2888
|
+
"name": "protocol",
|
|
2889
|
+
"hasDynamicHelp": false,
|
|
2890
|
+
"multiple": false,
|
|
2891
|
+
"type": "option"
|
|
2892
|
+
},
|
|
2893
|
+
"protocol-file": {
|
|
2894
|
+
"description": "Read protocol from file",
|
|
2895
|
+
"name": "protocol-file",
|
|
2766
2896
|
"hasDynamicHelp": false,
|
|
2767
2897
|
"multiple": false,
|
|
2768
2898
|
"type": "option"
|
|
@@ -2770,7 +2900,7 @@
|
|
|
2770
2900
|
},
|
|
2771
2901
|
"hasDynamicHelp": false,
|
|
2772
2902
|
"hiddenAliases": [],
|
|
2773
|
-
"id": "
|
|
2903
|
+
"id": "team:edit",
|
|
2774
2904
|
"pluginAlias": "faces-cli",
|
|
2775
2905
|
"pluginName": "faces-cli",
|
|
2776
2906
|
"pluginType": "core",
|
|
@@ -2780,14 +2910,20 @@
|
|
|
2780
2910
|
"relativePath": [
|
|
2781
2911
|
"dist",
|
|
2782
2912
|
"commands",
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2913
|
+
"team",
|
|
2914
|
+
"edit.js"
|
|
2785
2915
|
]
|
|
2786
2916
|
},
|
|
2787
|
-
"
|
|
2917
|
+
"team:get": {
|
|
2788
2918
|
"aliases": [],
|
|
2789
|
-
"args": {
|
|
2790
|
-
|
|
2919
|
+
"args": {
|
|
2920
|
+
"team_id": {
|
|
2921
|
+
"description": "Team ID",
|
|
2922
|
+
"name": "team_id",
|
|
2923
|
+
"required": true
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
"description": "Get a team by ID",
|
|
2791
2927
|
"flags": {
|
|
2792
2928
|
"json": {
|
|
2793
2929
|
"description": "Format output as json.",
|
|
@@ -2819,32 +2955,11 @@
|
|
|
2819
2955
|
"hasDynamicHelp": false,
|
|
2820
2956
|
"multiple": false,
|
|
2821
2957
|
"type": "option"
|
|
2822
|
-
},
|
|
2823
|
-
"tag": {
|
|
2824
|
-
"description": "Filter by tag (repeatable, AND logic)",
|
|
2825
|
-
"name": "tag",
|
|
2826
|
-
"hasDynamicHelp": false,
|
|
2827
|
-
"multiple": true,
|
|
2828
|
-
"type": "option"
|
|
2829
|
-
},
|
|
2830
|
-
"team": {
|
|
2831
|
-
"description": "Filter by team ID (repeatable, OR logic)",
|
|
2832
|
-
"name": "team",
|
|
2833
|
-
"hasDynamicHelp": false,
|
|
2834
|
-
"multiple": true,
|
|
2835
|
-
"type": "option"
|
|
2836
|
-
},
|
|
2837
|
-
"include": {
|
|
2838
|
-
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
2839
|
-
"name": "include",
|
|
2840
|
-
"hasDynamicHelp": false,
|
|
2841
|
-
"multiple": false,
|
|
2842
|
-
"type": "option"
|
|
2843
2958
|
}
|
|
2844
2959
|
},
|
|
2845
2960
|
"hasDynamicHelp": false,
|
|
2846
2961
|
"hiddenAliases": [],
|
|
2847
|
-
"id": "
|
|
2962
|
+
"id": "team:get",
|
|
2848
2963
|
"pluginAlias": "faces-cli",
|
|
2849
2964
|
"pluginName": "faces-cli",
|
|
2850
2965
|
"pluginType": "core",
|
|
@@ -2854,20 +2969,14 @@
|
|
|
2854
2969
|
"relativePath": [
|
|
2855
2970
|
"dist",
|
|
2856
2971
|
"commands",
|
|
2857
|
-
"
|
|
2858
|
-
"
|
|
2972
|
+
"team",
|
|
2973
|
+
"get.js"
|
|
2859
2974
|
]
|
|
2860
2975
|
},
|
|
2861
|
-
"
|
|
2976
|
+
"team:list": {
|
|
2862
2977
|
"aliases": [],
|
|
2863
|
-
"args": {
|
|
2864
|
-
|
|
2865
|
-
"description": "Face alias",
|
|
2866
|
-
"name": "face_id",
|
|
2867
|
-
"required": true
|
|
2868
|
-
}
|
|
2869
|
-
},
|
|
2870
|
-
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
2978
|
+
"args": {},
|
|
2979
|
+
"description": "List your teams",
|
|
2871
2980
|
"flags": {
|
|
2872
2981
|
"json": {
|
|
2873
2982
|
"description": "Format output as json.",
|
|
@@ -2899,45 +3008,11 @@
|
|
|
2899
3008
|
"hasDynamicHelp": false,
|
|
2900
3009
|
"multiple": false,
|
|
2901
3010
|
"type": "option"
|
|
2902
|
-
},
|
|
2903
|
-
"k": {
|
|
2904
|
-
"description": "Number of results (1–20)",
|
|
2905
|
-
"name": "k",
|
|
2906
|
-
"default": 5,
|
|
2907
|
-
"hasDynamicHelp": false,
|
|
2908
|
-
"multiple": false,
|
|
2909
|
-
"type": "option"
|
|
2910
|
-
},
|
|
2911
|
-
"component": {
|
|
2912
|
-
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
2913
|
-
"name": "component",
|
|
2914
|
-
"default": "face",
|
|
2915
|
-
"hasDynamicHelp": false,
|
|
2916
|
-
"multiple": false,
|
|
2917
|
-
"options": [
|
|
2918
|
-
"face",
|
|
2919
|
-
"beta",
|
|
2920
|
-
"delta",
|
|
2921
|
-
"epsilon"
|
|
2922
|
-
],
|
|
2923
|
-
"type": "option"
|
|
2924
|
-
},
|
|
2925
|
-
"direction": {
|
|
2926
|
-
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
2927
|
-
"name": "direction",
|
|
2928
|
-
"default": "nearest",
|
|
2929
|
-
"hasDynamicHelp": false,
|
|
2930
|
-
"multiple": false,
|
|
2931
|
-
"options": [
|
|
2932
|
-
"nearest",
|
|
2933
|
-
"furthest"
|
|
2934
|
-
],
|
|
2935
|
-
"type": "option"
|
|
2936
3011
|
}
|
|
2937
3012
|
},
|
|
2938
3013
|
"hasDynamicHelp": false,
|
|
2939
3014
|
"hiddenAliases": [],
|
|
2940
|
-
"id": "
|
|
3015
|
+
"id": "team:list",
|
|
2941
3016
|
"pluginAlias": "faces-cli",
|
|
2942
3017
|
"pluginName": "faces-cli",
|
|
2943
3018
|
"pluginType": "core",
|
|
@@ -2947,14 +3022,20 @@
|
|
|
2947
3022
|
"relativePath": [
|
|
2948
3023
|
"dist",
|
|
2949
3024
|
"commands",
|
|
2950
|
-
"
|
|
2951
|
-
"
|
|
3025
|
+
"team",
|
|
3026
|
+
"list.js"
|
|
2952
3027
|
]
|
|
2953
3028
|
},
|
|
2954
|
-
"
|
|
3029
|
+
"team:members": {
|
|
2955
3030
|
"aliases": [],
|
|
2956
|
-
"args": {
|
|
2957
|
-
|
|
3031
|
+
"args": {
|
|
3032
|
+
"team_id": {
|
|
3033
|
+
"description": "Team ID",
|
|
3034
|
+
"name": "team_id",
|
|
3035
|
+
"required": true
|
|
3036
|
+
}
|
|
3037
|
+
},
|
|
3038
|
+
"description": "List members of a team",
|
|
2958
3039
|
"flags": {
|
|
2959
3040
|
"json": {
|
|
2960
3041
|
"description": "Format output as json.",
|
|
@@ -2990,7 +3071,7 @@
|
|
|
2990
3071
|
},
|
|
2991
3072
|
"hasDynamicHelp": false,
|
|
2992
3073
|
"hiddenAliases": [],
|
|
2993
|
-
"id": "
|
|
3074
|
+
"id": "team:members",
|
|
2994
3075
|
"pluginAlias": "faces-cli",
|
|
2995
3076
|
"pluginName": "faces-cli",
|
|
2996
3077
|
"pluginType": "core",
|
|
@@ -3000,20 +3081,25 @@
|
|
|
3000
3081
|
"relativePath": [
|
|
3001
3082
|
"dist",
|
|
3002
3083
|
"commands",
|
|
3003
|
-
"
|
|
3004
|
-
"
|
|
3084
|
+
"team",
|
|
3085
|
+
"members.js"
|
|
3005
3086
|
]
|
|
3006
3087
|
},
|
|
3007
|
-
"
|
|
3088
|
+
"team:remove": {
|
|
3008
3089
|
"aliases": [],
|
|
3009
3090
|
"args": {
|
|
3091
|
+
"team_id": {
|
|
3092
|
+
"description": "Team ID",
|
|
3093
|
+
"name": "team_id",
|
|
3094
|
+
"required": true
|
|
3095
|
+
},
|
|
3010
3096
|
"alias": {
|
|
3011
|
-
"description": "Face alias",
|
|
3097
|
+
"description": "Face alias to remove",
|
|
3012
3098
|
"name": "alias",
|
|
3013
3099
|
"required": true
|
|
3014
3100
|
}
|
|
3015
3101
|
},
|
|
3016
|
-
"description": "
|
|
3102
|
+
"description": "Remove a face from a team",
|
|
3017
3103
|
"flags": {
|
|
3018
3104
|
"json": {
|
|
3019
3105
|
"description": "Format output as json.",
|
|
@@ -3045,19 +3131,11 @@
|
|
|
3045
3131
|
"hasDynamicHelp": false,
|
|
3046
3132
|
"multiple": false,
|
|
3047
3133
|
"type": "option"
|
|
3048
|
-
},
|
|
3049
|
-
"team": {
|
|
3050
|
-
"description": "Team ID (repeatable, replaces all memberships)",
|
|
3051
|
-
"name": "team",
|
|
3052
|
-
"required": true,
|
|
3053
|
-
"hasDynamicHelp": false,
|
|
3054
|
-
"multiple": true,
|
|
3055
|
-
"type": "option"
|
|
3056
3134
|
}
|
|
3057
3135
|
},
|
|
3058
3136
|
"hasDynamicHelp": false,
|
|
3059
3137
|
"hiddenAliases": [],
|
|
3060
|
-
"id": "
|
|
3138
|
+
"id": "team:remove",
|
|
3061
3139
|
"pluginAlias": "faces-cli",
|
|
3062
3140
|
"pluginName": "faces-cli",
|
|
3063
3141
|
"pluginType": "core",
|
|
@@ -3067,20 +3145,14 @@
|
|
|
3067
3145
|
"relativePath": [
|
|
3068
3146
|
"dist",
|
|
3069
3147
|
"commands",
|
|
3070
|
-
"
|
|
3071
|
-
"
|
|
3148
|
+
"team",
|
|
3149
|
+
"remove.js"
|
|
3072
3150
|
]
|
|
3073
3151
|
},
|
|
3074
|
-
"face:
|
|
3152
|
+
"face:attributes": {
|
|
3075
3153
|
"aliases": [],
|
|
3076
|
-
"args": {
|
|
3077
|
-
|
|
3078
|
-
"description": "Face alias",
|
|
3079
|
-
"name": "face_id",
|
|
3080
|
-
"required": true
|
|
3081
|
-
}
|
|
3082
|
-
},
|
|
3083
|
-
"description": "Upload a file (text/PDF/audio/video) to a face",
|
|
3154
|
+
"args": {},
|
|
3155
|
+
"description": "List all supported attribute keys",
|
|
3084
3156
|
"flags": {
|
|
3085
3157
|
"json": {
|
|
3086
3158
|
"description": "Format output as json.",
|
|
@@ -3112,50 +3184,11 @@
|
|
|
3112
3184
|
"hasDynamicHelp": false,
|
|
3113
3185
|
"multiple": false,
|
|
3114
3186
|
"type": "option"
|
|
3115
|
-
},
|
|
3116
|
-
"file": {
|
|
3117
|
-
"description": "File to upload",
|
|
3118
|
-
"name": "file",
|
|
3119
|
-
"required": true,
|
|
3120
|
-
"hasDynamicHelp": false,
|
|
3121
|
-
"multiple": false,
|
|
3122
|
-
"type": "option"
|
|
3123
|
-
},
|
|
3124
|
-
"kind": {
|
|
3125
|
-
"description": "Upload kind: document or thread",
|
|
3126
|
-
"name": "kind",
|
|
3127
|
-
"default": "document",
|
|
3128
|
-
"hasDynamicHelp": false,
|
|
3129
|
-
"multiple": false,
|
|
3130
|
-
"options": [
|
|
3131
|
-
"document",
|
|
3132
|
-
"thread"
|
|
3133
|
-
],
|
|
3134
|
-
"type": "option"
|
|
3135
|
-
},
|
|
3136
|
-
"perspective": {
|
|
3137
|
-
"description": "Perspective (document only)",
|
|
3138
|
-
"name": "perspective",
|
|
3139
|
-
"default": "third-person",
|
|
3140
|
-
"hasDynamicHelp": false,
|
|
3141
|
-
"multiple": false,
|
|
3142
|
-
"options": [
|
|
3143
|
-
"first-person",
|
|
3144
|
-
"third-person"
|
|
3145
|
-
],
|
|
3146
|
-
"type": "option"
|
|
3147
|
-
},
|
|
3148
|
-
"face-speaker": {
|
|
3149
|
-
"description": "Speaker name to map to the face (thread only). If omitted, first speaker is used.",
|
|
3150
|
-
"name": "face-speaker",
|
|
3151
|
-
"hasDynamicHelp": false,
|
|
3152
|
-
"multiple": false,
|
|
3153
|
-
"type": "option"
|
|
3154
3187
|
}
|
|
3155
3188
|
},
|
|
3156
3189
|
"hasDynamicHelp": false,
|
|
3157
3190
|
"hiddenAliases": [],
|
|
3158
|
-
"id": "face:
|
|
3191
|
+
"id": "face:attributes",
|
|
3159
3192
|
"pluginAlias": "faces-cli",
|
|
3160
3193
|
"pluginName": "faces-cli",
|
|
3161
3194
|
"pluginType": "core",
|
|
@@ -3166,13 +3199,13 @@
|
|
|
3166
3199
|
"dist",
|
|
3167
3200
|
"commands",
|
|
3168
3201
|
"face",
|
|
3169
|
-
"
|
|
3202
|
+
"attributes.js"
|
|
3170
3203
|
]
|
|
3171
3204
|
},
|
|
3172
|
-
"
|
|
3205
|
+
"face:create": {
|
|
3173
3206
|
"aliases": [],
|
|
3174
3207
|
"args": {},
|
|
3175
|
-
"description": "Create a new
|
|
3208
|
+
"description": "Create a new face",
|
|
3176
3209
|
"flags": {
|
|
3177
3210
|
"json": {
|
|
3178
3211
|
"description": "Format output as json.",
|
|
@@ -3206,163 +3239,67 @@
|
|
|
3206
3239
|
"type": "option"
|
|
3207
3240
|
},
|
|
3208
3241
|
"name": {
|
|
3209
|
-
"description": "
|
|
3242
|
+
"description": "Display name",
|
|
3210
3243
|
"name": "name",
|
|
3211
3244
|
"required": true,
|
|
3212
3245
|
"hasDynamicHelp": false,
|
|
3213
3246
|
"multiple": false,
|
|
3214
3247
|
"type": "option"
|
|
3215
3248
|
},
|
|
3216
|
-
"
|
|
3217
|
-
"description": "
|
|
3218
|
-
"name": "
|
|
3249
|
+
"alias": {
|
|
3250
|
+
"description": "Unique alias slug",
|
|
3251
|
+
"name": "alias",
|
|
3252
|
+
"required": true,
|
|
3219
3253
|
"hasDynamicHelp": false,
|
|
3220
3254
|
"multiple": false,
|
|
3221
3255
|
"type": "option"
|
|
3222
3256
|
},
|
|
3223
|
-
"
|
|
3224
|
-
"description": "
|
|
3225
|
-
"name": "
|
|
3257
|
+
"description": {
|
|
3258
|
+
"description": "Plain-text description / bio (max 1500 chars)",
|
|
3259
|
+
"name": "description",
|
|
3226
3260
|
"hasDynamicHelp": false,
|
|
3227
3261
|
"multiple": false,
|
|
3228
3262
|
"type": "option"
|
|
3229
3263
|
},
|
|
3230
|
-
"
|
|
3231
|
-
"description": "
|
|
3232
|
-
"name": "
|
|
3233
|
-
"hasDynamicHelp": false,
|
|
3234
|
-
"multiple": true,
|
|
3235
|
-
"type": "option"
|
|
3236
|
-
},
|
|
3237
|
-
"model": {
|
|
3238
|
-
"description": "Allowed model name (repeatable)",
|
|
3239
|
-
"name": "model",
|
|
3264
|
+
"tag": {
|
|
3265
|
+
"description": "Tag label (repeatable, lowercase)",
|
|
3266
|
+
"name": "tag",
|
|
3240
3267
|
"hasDynamicHelp": false,
|
|
3241
3268
|
"multiple": true,
|
|
3242
3269
|
"type": "option"
|
|
3243
|
-
}
|
|
3244
|
-
},
|
|
3245
|
-
"hasDynamicHelp": false,
|
|
3246
|
-
"hiddenAliases": [],
|
|
3247
|
-
"id": "keys:create",
|
|
3248
|
-
"pluginAlias": "faces-cli",
|
|
3249
|
-
"pluginName": "faces-cli",
|
|
3250
|
-
"pluginType": "core",
|
|
3251
|
-
"strict": true,
|
|
3252
|
-
"enableJsonFlag": true,
|
|
3253
|
-
"isESM": true,
|
|
3254
|
-
"relativePath": [
|
|
3255
|
-
"dist",
|
|
3256
|
-
"commands",
|
|
3257
|
-
"keys",
|
|
3258
|
-
"create.js"
|
|
3259
|
-
]
|
|
3260
|
-
},
|
|
3261
|
-
"keys:list": {
|
|
3262
|
-
"aliases": [],
|
|
3263
|
-
"args": {},
|
|
3264
|
-
"description": "List all API keys (JWT required)",
|
|
3265
|
-
"flags": {
|
|
3266
|
-
"json": {
|
|
3267
|
-
"description": "Format output as json.",
|
|
3268
|
-
"helpGroup": "GLOBAL",
|
|
3269
|
-
"name": "json",
|
|
3270
|
-
"allowNo": false,
|
|
3271
|
-
"type": "boolean"
|
|
3272
|
-
},
|
|
3273
|
-
"base-url": {
|
|
3274
|
-
"description": "API base URL",
|
|
3275
|
-
"env": "FACES_BASE_URL",
|
|
3276
|
-
"name": "base-url",
|
|
3277
|
-
"hasDynamicHelp": false,
|
|
3278
|
-
"multiple": false,
|
|
3279
|
-
"type": "option"
|
|
3280
3270
|
},
|
|
3281
|
-
"
|
|
3282
|
-
"description": "
|
|
3283
|
-
"
|
|
3284
|
-
"name": "token",
|
|
3285
|
-
"hasDynamicHelp": false,
|
|
3286
|
-
"multiple": false,
|
|
3287
|
-
"type": "option"
|
|
3288
|
-
},
|
|
3289
|
-
"api-key": {
|
|
3290
|
-
"description": "API key",
|
|
3291
|
-
"env": "FACES_API_KEY",
|
|
3292
|
-
"name": "api-key",
|
|
3271
|
+
"default-model": {
|
|
3272
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
3273
|
+
"name": "default-model",
|
|
3293
3274
|
"hasDynamicHelp": false,
|
|
3294
3275
|
"multiple": false,
|
|
3295
3276
|
"type": "option"
|
|
3296
|
-
}
|
|
3297
|
-
},
|
|
3298
|
-
"hasDynamicHelp": false,
|
|
3299
|
-
"hiddenAliases": [],
|
|
3300
|
-
"id": "keys:list",
|
|
3301
|
-
"pluginAlias": "faces-cli",
|
|
3302
|
-
"pluginName": "faces-cli",
|
|
3303
|
-
"pluginType": "core",
|
|
3304
|
-
"strict": true,
|
|
3305
|
-
"enableJsonFlag": true,
|
|
3306
|
-
"isESM": true,
|
|
3307
|
-
"relativePath": [
|
|
3308
|
-
"dist",
|
|
3309
|
-
"commands",
|
|
3310
|
-
"keys",
|
|
3311
|
-
"list.js"
|
|
3312
|
-
]
|
|
3313
|
-
},
|
|
3314
|
-
"keys:revoke": {
|
|
3315
|
-
"aliases": [],
|
|
3316
|
-
"args": {
|
|
3317
|
-
"key_id": {
|
|
3318
|
-
"description": "Key ID",
|
|
3319
|
-
"name": "key_id",
|
|
3320
|
-
"required": true
|
|
3321
|
-
}
|
|
3322
|
-
},
|
|
3323
|
-
"description": "Revoke an API key (JWT required)",
|
|
3324
|
-
"flags": {
|
|
3325
|
-
"json": {
|
|
3326
|
-
"description": "Format output as json.",
|
|
3327
|
-
"helpGroup": "GLOBAL",
|
|
3328
|
-
"name": "json",
|
|
3329
|
-
"allowNo": false,
|
|
3330
|
-
"type": "boolean"
|
|
3331
3277
|
},
|
|
3332
|
-
"
|
|
3333
|
-
"description": "
|
|
3334
|
-
"
|
|
3335
|
-
"name": "base-url",
|
|
3278
|
+
"formula": {
|
|
3279
|
+
"description": "Boolean formula over owned concrete face aliases (e.g. \"a | b\", \"(a | b) - c\"). Creates a composite face.",
|
|
3280
|
+
"name": "formula",
|
|
3336
3281
|
"hasDynamicHelp": false,
|
|
3337
3282
|
"multiple": false,
|
|
3338
3283
|
"type": "option"
|
|
3339
3284
|
},
|
|
3340
|
-
"
|
|
3341
|
-
"description": "
|
|
3342
|
-
"
|
|
3343
|
-
"name": "token",
|
|
3285
|
+
"attr": {
|
|
3286
|
+
"description": "Attribute KEY=VALUE (repeatable)",
|
|
3287
|
+
"name": "attr",
|
|
3344
3288
|
"hasDynamicHelp": false,
|
|
3345
|
-
"multiple":
|
|
3289
|
+
"multiple": true,
|
|
3346
3290
|
"type": "option"
|
|
3347
3291
|
},
|
|
3348
|
-
"
|
|
3349
|
-
"description": "
|
|
3350
|
-
"
|
|
3351
|
-
"name": "api-key",
|
|
3292
|
+
"tool": {
|
|
3293
|
+
"description": "Tool name to enable (repeatable)",
|
|
3294
|
+
"name": "tool",
|
|
3352
3295
|
"hasDynamicHelp": false,
|
|
3353
|
-
"multiple":
|
|
3296
|
+
"multiple": true,
|
|
3354
3297
|
"type": "option"
|
|
3355
|
-
},
|
|
3356
|
-
"yes": {
|
|
3357
|
-
"description": "Skip confirmation",
|
|
3358
|
-
"name": "yes",
|
|
3359
|
-
"allowNo": false,
|
|
3360
|
-
"type": "boolean"
|
|
3361
3298
|
}
|
|
3362
3299
|
},
|
|
3363
3300
|
"hasDynamicHelp": false,
|
|
3364
3301
|
"hiddenAliases": [],
|
|
3365
|
-
"id": "
|
|
3302
|
+
"id": "face:create",
|
|
3366
3303
|
"pluginAlias": "faces-cli",
|
|
3367
3304
|
"pluginName": "faces-cli",
|
|
3368
3305
|
"pluginType": "core",
|
|
@@ -3372,20 +3309,20 @@
|
|
|
3372
3309
|
"relativePath": [
|
|
3373
3310
|
"dist",
|
|
3374
3311
|
"commands",
|
|
3375
|
-
"
|
|
3376
|
-
"
|
|
3312
|
+
"face",
|
|
3313
|
+
"create.js"
|
|
3377
3314
|
]
|
|
3378
3315
|
},
|
|
3379
|
-
"
|
|
3316
|
+
"face:delete": {
|
|
3380
3317
|
"aliases": [],
|
|
3381
3318
|
"args": {
|
|
3382
|
-
"
|
|
3383
|
-
"description": "
|
|
3384
|
-
"name": "
|
|
3319
|
+
"face_id": {
|
|
3320
|
+
"description": "Face alias",
|
|
3321
|
+
"name": "face_id",
|
|
3385
3322
|
"required": true
|
|
3386
3323
|
}
|
|
3387
3324
|
},
|
|
3388
|
-
"description": "
|
|
3325
|
+
"description": "Delete a face permanently",
|
|
3389
3326
|
"flags": {
|
|
3390
3327
|
"json": {
|
|
3391
3328
|
"description": "Format output as json.",
|
|
@@ -3418,30 +3355,16 @@
|
|
|
3418
3355
|
"multiple": false,
|
|
3419
3356
|
"type": "option"
|
|
3420
3357
|
},
|
|
3421
|
-
"
|
|
3422
|
-
"description": "
|
|
3423
|
-
"name": "
|
|
3424
|
-
"hasDynamicHelp": false,
|
|
3425
|
-
"multiple": false,
|
|
3426
|
-
"type": "option"
|
|
3427
|
-
},
|
|
3428
|
-
"budget": {
|
|
3429
|
-
"description": "New spend budget in USD",
|
|
3430
|
-
"name": "budget",
|
|
3431
|
-
"hasDynamicHelp": false,
|
|
3432
|
-
"multiple": false,
|
|
3433
|
-
"type": "option"
|
|
3434
|
-
},
|
|
3435
|
-
"reset-spent": {
|
|
3436
|
-
"description": "Reset spent amount to zero",
|
|
3437
|
-
"name": "reset-spent",
|
|
3358
|
+
"yes": {
|
|
3359
|
+
"description": "Skip confirmation",
|
|
3360
|
+
"name": "yes",
|
|
3438
3361
|
"allowNo": false,
|
|
3439
3362
|
"type": "boolean"
|
|
3440
3363
|
}
|
|
3441
3364
|
},
|
|
3442
3365
|
"hasDynamicHelp": false,
|
|
3443
3366
|
"hiddenAliases": [],
|
|
3444
|
-
"id": "
|
|
3367
|
+
"id": "face:delete",
|
|
3445
3368
|
"pluginAlias": "faces-cli",
|
|
3446
3369
|
"pluginName": "faces-cli",
|
|
3447
3370
|
"pluginType": "core",
|
|
@@ -3451,20 +3374,14 @@
|
|
|
3451
3374
|
"relativePath": [
|
|
3452
3375
|
"dist",
|
|
3453
3376
|
"commands",
|
|
3454
|
-
"
|
|
3455
|
-
"
|
|
3377
|
+
"face",
|
|
3378
|
+
"delete.js"
|
|
3456
3379
|
]
|
|
3457
3380
|
},
|
|
3458
|
-
"
|
|
3381
|
+
"face:diff": {
|
|
3459
3382
|
"aliases": [],
|
|
3460
|
-
"args": {
|
|
3461
|
-
|
|
3462
|
-
"description": "Team ID",
|
|
3463
|
-
"name": "team_id",
|
|
3464
|
-
"required": true
|
|
3465
|
-
}
|
|
3466
|
-
},
|
|
3467
|
-
"description": "Add face(s) to a team",
|
|
3383
|
+
"args": {},
|
|
3384
|
+
"description": "Compare owned faces pairwise across all centroid components",
|
|
3468
3385
|
"flags": {
|
|
3469
3386
|
"json": {
|
|
3470
3387
|
"description": "Format output as json.",
|
|
@@ -3498,7 +3415,7 @@
|
|
|
3498
3415
|
"type": "option"
|
|
3499
3416
|
},
|
|
3500
3417
|
"face": {
|
|
3501
|
-
"description": "Face alias to
|
|
3418
|
+
"description": "Face alias to include (repeatable, min 2)",
|
|
3502
3419
|
"name": "face",
|
|
3503
3420
|
"required": true,
|
|
3504
3421
|
"hasDynamicHelp": false,
|
|
@@ -3508,7 +3425,7 @@
|
|
|
3508
3425
|
},
|
|
3509
3426
|
"hasDynamicHelp": false,
|
|
3510
3427
|
"hiddenAliases": [],
|
|
3511
|
-
"id": "
|
|
3428
|
+
"id": "face:diff",
|
|
3512
3429
|
"pluginAlias": "faces-cli",
|
|
3513
3430
|
"pluginName": "faces-cli",
|
|
3514
3431
|
"pluginType": "core",
|
|
@@ -3518,14 +3435,20 @@
|
|
|
3518
3435
|
"relativePath": [
|
|
3519
3436
|
"dist",
|
|
3520
3437
|
"commands",
|
|
3521
|
-
"
|
|
3522
|
-
"
|
|
3438
|
+
"face",
|
|
3439
|
+
"diff.js"
|
|
3523
3440
|
]
|
|
3524
3441
|
},
|
|
3525
|
-
"
|
|
3442
|
+
"face:edit": {
|
|
3526
3443
|
"aliases": [],
|
|
3527
|
-
"args": {
|
|
3528
|
-
|
|
3444
|
+
"args": {
|
|
3445
|
+
"face_id": {
|
|
3446
|
+
"description": "Face alias",
|
|
3447
|
+
"name": "face_id",
|
|
3448
|
+
"required": true
|
|
3449
|
+
}
|
|
3450
|
+
},
|
|
3451
|
+
"description": "Edit a face's metadata",
|
|
3529
3452
|
"flags": {
|
|
3530
3453
|
"json": {
|
|
3531
3454
|
"description": "Format output as json.",
|
|
@@ -3559,37 +3482,50 @@
|
|
|
3559
3482
|
"type": "option"
|
|
3560
3483
|
},
|
|
3561
3484
|
"name": {
|
|
3562
|
-
"description": "
|
|
3485
|
+
"description": "New display name",
|
|
3563
3486
|
"name": "name",
|
|
3564
|
-
"required": true,
|
|
3565
3487
|
"hasDynamicHelp": false,
|
|
3566
3488
|
"multiple": false,
|
|
3567
3489
|
"type": "option"
|
|
3568
3490
|
},
|
|
3569
3491
|
"description": {
|
|
3570
|
-
"description": "Plain-text
|
|
3492
|
+
"description": "Plain-text description / bio (max 1500 chars)",
|
|
3571
3493
|
"name": "description",
|
|
3572
3494
|
"hasDynamicHelp": false,
|
|
3573
3495
|
"multiple": false,
|
|
3574
3496
|
"type": "option"
|
|
3575
3497
|
},
|
|
3576
|
-
"
|
|
3577
|
-
"description": "
|
|
3578
|
-
"name": "
|
|
3498
|
+
"tag": {
|
|
3499
|
+
"description": "Replace all tags (repeatable, lowercase)",
|
|
3500
|
+
"name": "tag",
|
|
3501
|
+
"hasDynamicHelp": false,
|
|
3502
|
+
"multiple": true,
|
|
3503
|
+
"type": "option"
|
|
3504
|
+
},
|
|
3505
|
+
"default-model": {
|
|
3506
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
3507
|
+
"name": "default-model",
|
|
3579
3508
|
"hasDynamicHelp": false,
|
|
3580
3509
|
"multiple": false,
|
|
3581
3510
|
"type": "option"
|
|
3582
3511
|
},
|
|
3583
|
-
"
|
|
3584
|
-
"description": "
|
|
3585
|
-
"name": "
|
|
3512
|
+
"formula": {
|
|
3513
|
+
"description": "New boolean formula (synthetic faces only)",
|
|
3514
|
+
"name": "formula",
|
|
3586
3515
|
"hasDynamicHelp": false,
|
|
3587
3516
|
"multiple": false,
|
|
3588
3517
|
"type": "option"
|
|
3589
3518
|
},
|
|
3590
|
-
"
|
|
3591
|
-
"description": "
|
|
3592
|
-
"name": "
|
|
3519
|
+
"attr": {
|
|
3520
|
+
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
3521
|
+
"name": "attr",
|
|
3522
|
+
"hasDynamicHelp": false,
|
|
3523
|
+
"multiple": true,
|
|
3524
|
+
"type": "option"
|
|
3525
|
+
},
|
|
3526
|
+
"tool": {
|
|
3527
|
+
"description": "Tool names to set (replaces list, repeatable)",
|
|
3528
|
+
"name": "tool",
|
|
3593
3529
|
"hasDynamicHelp": false,
|
|
3594
3530
|
"multiple": true,
|
|
3595
3531
|
"type": "option"
|
|
@@ -3597,7 +3533,7 @@
|
|
|
3597
3533
|
},
|
|
3598
3534
|
"hasDynamicHelp": false,
|
|
3599
3535
|
"hiddenAliases": [],
|
|
3600
|
-
"id": "
|
|
3536
|
+
"id": "face:edit",
|
|
3601
3537
|
"pluginAlias": "faces-cli",
|
|
3602
3538
|
"pluginName": "faces-cli",
|
|
3603
3539
|
"pluginType": "core",
|
|
@@ -3607,20 +3543,20 @@
|
|
|
3607
3543
|
"relativePath": [
|
|
3608
3544
|
"dist",
|
|
3609
3545
|
"commands",
|
|
3610
|
-
"
|
|
3611
|
-
"
|
|
3546
|
+
"face",
|
|
3547
|
+
"edit.js"
|
|
3612
3548
|
]
|
|
3613
3549
|
},
|
|
3614
|
-
"
|
|
3550
|
+
"face:get": {
|
|
3615
3551
|
"aliases": [],
|
|
3616
3552
|
"args": {
|
|
3617
|
-
"
|
|
3618
|
-
"description": "
|
|
3619
|
-
"name": "
|
|
3553
|
+
"face_id": {
|
|
3554
|
+
"description": "Face alias",
|
|
3555
|
+
"name": "face_id",
|
|
3620
3556
|
"required": true
|
|
3621
3557
|
}
|
|
3622
3558
|
},
|
|
3623
|
-
"description": "
|
|
3559
|
+
"description": "Get details for a face by alias",
|
|
3624
3560
|
"flags": {
|
|
3625
3561
|
"json": {
|
|
3626
3562
|
"description": "Format output as json.",
|
|
@@ -3653,16 +3589,17 @@
|
|
|
3653
3589
|
"multiple": false,
|
|
3654
3590
|
"type": "option"
|
|
3655
3591
|
},
|
|
3656
|
-
"
|
|
3657
|
-
"description": "
|
|
3658
|
-
"name": "
|
|
3659
|
-
"
|
|
3660
|
-
"
|
|
3592
|
+
"include": {
|
|
3593
|
+
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
3594
|
+
"name": "include",
|
|
3595
|
+
"hasDynamicHelp": false,
|
|
3596
|
+
"multiple": false,
|
|
3597
|
+
"type": "option"
|
|
3661
3598
|
}
|
|
3662
3599
|
},
|
|
3663
3600
|
"hasDynamicHelp": false,
|
|
3664
3601
|
"hiddenAliases": [],
|
|
3665
|
-
"id": "
|
|
3602
|
+
"id": "face:get",
|
|
3666
3603
|
"pluginAlias": "faces-cli",
|
|
3667
3604
|
"pluginName": "faces-cli",
|
|
3668
3605
|
"pluginType": "core",
|
|
@@ -3672,20 +3609,14 @@
|
|
|
3672
3609
|
"relativePath": [
|
|
3673
3610
|
"dist",
|
|
3674
3611
|
"commands",
|
|
3675
|
-
"
|
|
3676
|
-
"
|
|
3612
|
+
"face",
|
|
3613
|
+
"get.js"
|
|
3677
3614
|
]
|
|
3678
3615
|
},
|
|
3679
|
-
"
|
|
3616
|
+
"face:list": {
|
|
3680
3617
|
"aliases": [],
|
|
3681
|
-
"args": {
|
|
3682
|
-
|
|
3683
|
-
"description": "Team ID",
|
|
3684
|
-
"name": "team_id",
|
|
3685
|
-
"required": true
|
|
3686
|
-
}
|
|
3687
|
-
},
|
|
3688
|
-
"description": "Edit a team",
|
|
3618
|
+
"args": {},
|
|
3619
|
+
"description": "List all owned faces",
|
|
3689
3620
|
"flags": {
|
|
3690
3621
|
"json": {
|
|
3691
3622
|
"description": "Format output as json.",
|
|
@@ -3718,30 +3649,23 @@
|
|
|
3718
3649
|
"multiple": false,
|
|
3719
3650
|
"type": "option"
|
|
3720
3651
|
},
|
|
3721
|
-
"
|
|
3722
|
-
"description": "
|
|
3723
|
-
"name": "
|
|
3724
|
-
"hasDynamicHelp": false,
|
|
3725
|
-
"multiple": false,
|
|
3726
|
-
"type": "option"
|
|
3727
|
-
},
|
|
3728
|
-
"description": {
|
|
3729
|
-
"description": "New description (max 1500 chars)",
|
|
3730
|
-
"name": "description",
|
|
3652
|
+
"tag": {
|
|
3653
|
+
"description": "Filter by tag (repeatable, AND logic)",
|
|
3654
|
+
"name": "tag",
|
|
3731
3655
|
"hasDynamicHelp": false,
|
|
3732
|
-
"multiple":
|
|
3656
|
+
"multiple": true,
|
|
3733
3657
|
"type": "option"
|
|
3734
3658
|
},
|
|
3735
|
-
"
|
|
3736
|
-
"description": "
|
|
3737
|
-
"name": "
|
|
3659
|
+
"team": {
|
|
3660
|
+
"description": "Filter by team ID (repeatable, OR logic)",
|
|
3661
|
+
"name": "team",
|
|
3738
3662
|
"hasDynamicHelp": false,
|
|
3739
|
-
"multiple":
|
|
3663
|
+
"multiple": true,
|
|
3740
3664
|
"type": "option"
|
|
3741
3665
|
},
|
|
3742
|
-
"
|
|
3743
|
-
"description": "
|
|
3744
|
-
"name": "
|
|
3666
|
+
"include": {
|
|
3667
|
+
"description": "Include extra fields: tags, teams (comma-separated)",
|
|
3668
|
+
"name": "include",
|
|
3745
3669
|
"hasDynamicHelp": false,
|
|
3746
3670
|
"multiple": false,
|
|
3747
3671
|
"type": "option"
|
|
@@ -3749,7 +3673,7 @@
|
|
|
3749
3673
|
},
|
|
3750
3674
|
"hasDynamicHelp": false,
|
|
3751
3675
|
"hiddenAliases": [],
|
|
3752
|
-
"id": "
|
|
3676
|
+
"id": "face:list",
|
|
3753
3677
|
"pluginAlias": "faces-cli",
|
|
3754
3678
|
"pluginName": "faces-cli",
|
|
3755
3679
|
"pluginType": "core",
|
|
@@ -3759,20 +3683,20 @@
|
|
|
3759
3683
|
"relativePath": [
|
|
3760
3684
|
"dist",
|
|
3761
3685
|
"commands",
|
|
3762
|
-
"
|
|
3763
|
-
"
|
|
3686
|
+
"face",
|
|
3687
|
+
"list.js"
|
|
3764
3688
|
]
|
|
3765
3689
|
},
|
|
3766
|
-
"
|
|
3690
|
+
"face:neighbors": {
|
|
3767
3691
|
"aliases": [],
|
|
3768
3692
|
"args": {
|
|
3769
|
-
"
|
|
3770
|
-
"description": "
|
|
3771
|
-
"name": "
|
|
3693
|
+
"face_id": {
|
|
3694
|
+
"description": "Face alias",
|
|
3695
|
+
"name": "face_id",
|
|
3772
3696
|
"required": true
|
|
3773
3697
|
}
|
|
3774
3698
|
},
|
|
3775
|
-
"description": "
|
|
3699
|
+
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
3776
3700
|
"flags": {
|
|
3777
3701
|
"json": {
|
|
3778
3702
|
"description": "Format output as json.",
|
|
@@ -3804,11 +3728,45 @@
|
|
|
3804
3728
|
"hasDynamicHelp": false,
|
|
3805
3729
|
"multiple": false,
|
|
3806
3730
|
"type": "option"
|
|
3731
|
+
},
|
|
3732
|
+
"k": {
|
|
3733
|
+
"description": "Number of results (1–20)",
|
|
3734
|
+
"name": "k",
|
|
3735
|
+
"default": 5,
|
|
3736
|
+
"hasDynamicHelp": false,
|
|
3737
|
+
"multiple": false,
|
|
3738
|
+
"type": "option"
|
|
3739
|
+
},
|
|
3740
|
+
"component": {
|
|
3741
|
+
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
3742
|
+
"name": "component",
|
|
3743
|
+
"default": "face",
|
|
3744
|
+
"hasDynamicHelp": false,
|
|
3745
|
+
"multiple": false,
|
|
3746
|
+
"options": [
|
|
3747
|
+
"face",
|
|
3748
|
+
"beta",
|
|
3749
|
+
"delta",
|
|
3750
|
+
"epsilon"
|
|
3751
|
+
],
|
|
3752
|
+
"type": "option"
|
|
3753
|
+
},
|
|
3754
|
+
"direction": {
|
|
3755
|
+
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
3756
|
+
"name": "direction",
|
|
3757
|
+
"default": "nearest",
|
|
3758
|
+
"hasDynamicHelp": false,
|
|
3759
|
+
"multiple": false,
|
|
3760
|
+
"options": [
|
|
3761
|
+
"nearest",
|
|
3762
|
+
"furthest"
|
|
3763
|
+
],
|
|
3764
|
+
"type": "option"
|
|
3807
3765
|
}
|
|
3808
3766
|
},
|
|
3809
3767
|
"hasDynamicHelp": false,
|
|
3810
3768
|
"hiddenAliases": [],
|
|
3811
|
-
"id": "
|
|
3769
|
+
"id": "face:neighbors",
|
|
3812
3770
|
"pluginAlias": "faces-cli",
|
|
3813
3771
|
"pluginName": "faces-cli",
|
|
3814
3772
|
"pluginType": "core",
|
|
@@ -3818,14 +3776,14 @@
|
|
|
3818
3776
|
"relativePath": [
|
|
3819
3777
|
"dist",
|
|
3820
3778
|
"commands",
|
|
3821
|
-
"
|
|
3822
|
-
"
|
|
3779
|
+
"face",
|
|
3780
|
+
"neighbors.js"
|
|
3823
3781
|
]
|
|
3824
3782
|
},
|
|
3825
|
-
"
|
|
3783
|
+
"face:stats": {
|
|
3826
3784
|
"aliases": [],
|
|
3827
3785
|
"args": {},
|
|
3828
|
-
"description": "
|
|
3786
|
+
"description": "Compile and chat stats for all owned faces",
|
|
3829
3787
|
"flags": {
|
|
3830
3788
|
"json": {
|
|
3831
3789
|
"description": "Format output as json.",
|
|
@@ -3861,7 +3819,7 @@
|
|
|
3861
3819
|
},
|
|
3862
3820
|
"hasDynamicHelp": false,
|
|
3863
3821
|
"hiddenAliases": [],
|
|
3864
|
-
"id": "
|
|
3822
|
+
"id": "face:stats",
|
|
3865
3823
|
"pluginAlias": "faces-cli",
|
|
3866
3824
|
"pluginName": "faces-cli",
|
|
3867
3825
|
"pluginType": "core",
|
|
@@ -3871,20 +3829,20 @@
|
|
|
3871
3829
|
"relativePath": [
|
|
3872
3830
|
"dist",
|
|
3873
3831
|
"commands",
|
|
3874
|
-
"
|
|
3875
|
-
"
|
|
3832
|
+
"face",
|
|
3833
|
+
"stats.js"
|
|
3876
3834
|
]
|
|
3877
3835
|
},
|
|
3878
|
-
"
|
|
3836
|
+
"face:teams": {
|
|
3879
3837
|
"aliases": [],
|
|
3880
3838
|
"args": {
|
|
3881
|
-
"
|
|
3882
|
-
"description": "
|
|
3883
|
-
"name": "
|
|
3839
|
+
"alias": {
|
|
3840
|
+
"description": "Face alias",
|
|
3841
|
+
"name": "alias",
|
|
3884
3842
|
"required": true
|
|
3885
3843
|
}
|
|
3886
3844
|
},
|
|
3887
|
-
"description": "
|
|
3845
|
+
"description": "Set a face's team memberships (replaces all)",
|
|
3888
3846
|
"flags": {
|
|
3889
3847
|
"json": {
|
|
3890
3848
|
"description": "Format output as json.",
|
|
@@ -3916,11 +3874,19 @@
|
|
|
3916
3874
|
"hasDynamicHelp": false,
|
|
3917
3875
|
"multiple": false,
|
|
3918
3876
|
"type": "option"
|
|
3877
|
+
},
|
|
3878
|
+
"team": {
|
|
3879
|
+
"description": "Team ID (repeatable, replaces all memberships)",
|
|
3880
|
+
"name": "team",
|
|
3881
|
+
"required": true,
|
|
3882
|
+
"hasDynamicHelp": false,
|
|
3883
|
+
"multiple": true,
|
|
3884
|
+
"type": "option"
|
|
3919
3885
|
}
|
|
3920
3886
|
},
|
|
3921
3887
|
"hasDynamicHelp": false,
|
|
3922
3888
|
"hiddenAliases": [],
|
|
3923
|
-
"id": "
|
|
3889
|
+
"id": "face:teams",
|
|
3924
3890
|
"pluginAlias": "faces-cli",
|
|
3925
3891
|
"pluginName": "faces-cli",
|
|
3926
3892
|
"pluginType": "core",
|
|
@@ -3930,25 +3896,20 @@
|
|
|
3930
3896
|
"relativePath": [
|
|
3931
3897
|
"dist",
|
|
3932
3898
|
"commands",
|
|
3933
|
-
"
|
|
3934
|
-
"
|
|
3899
|
+
"face",
|
|
3900
|
+
"teams.js"
|
|
3935
3901
|
]
|
|
3936
3902
|
},
|
|
3937
|
-
"
|
|
3903
|
+
"face:upload": {
|
|
3938
3904
|
"aliases": [],
|
|
3939
3905
|
"args": {
|
|
3940
|
-
"
|
|
3941
|
-
"description": "
|
|
3942
|
-
"name": "
|
|
3943
|
-
"required": true
|
|
3944
|
-
},
|
|
3945
|
-
"alias": {
|
|
3946
|
-
"description": "Face alias to remove",
|
|
3947
|
-
"name": "alias",
|
|
3906
|
+
"face_id": {
|
|
3907
|
+
"description": "Face alias",
|
|
3908
|
+
"name": "face_id",
|
|
3948
3909
|
"required": true
|
|
3949
3910
|
}
|
|
3950
3911
|
},
|
|
3951
|
-
"description": "
|
|
3912
|
+
"description": "Upload a file (text/PDF/audio/video) to a face",
|
|
3952
3913
|
"flags": {
|
|
3953
3914
|
"json": {
|
|
3954
3915
|
"description": "Format output as json.",
|
|
@@ -3980,11 +3941,50 @@
|
|
|
3980
3941
|
"hasDynamicHelp": false,
|
|
3981
3942
|
"multiple": false,
|
|
3982
3943
|
"type": "option"
|
|
3944
|
+
},
|
|
3945
|
+
"file": {
|
|
3946
|
+
"description": "File to upload",
|
|
3947
|
+
"name": "file",
|
|
3948
|
+
"required": true,
|
|
3949
|
+
"hasDynamicHelp": false,
|
|
3950
|
+
"multiple": false,
|
|
3951
|
+
"type": "option"
|
|
3952
|
+
},
|
|
3953
|
+
"kind": {
|
|
3954
|
+
"description": "Upload kind: document or thread",
|
|
3955
|
+
"name": "kind",
|
|
3956
|
+
"default": "document",
|
|
3957
|
+
"hasDynamicHelp": false,
|
|
3958
|
+
"multiple": false,
|
|
3959
|
+
"options": [
|
|
3960
|
+
"document",
|
|
3961
|
+
"thread"
|
|
3962
|
+
],
|
|
3963
|
+
"type": "option"
|
|
3964
|
+
},
|
|
3965
|
+
"perspective": {
|
|
3966
|
+
"description": "Perspective (document only)",
|
|
3967
|
+
"name": "perspective",
|
|
3968
|
+
"default": "third-person",
|
|
3969
|
+
"hasDynamicHelp": false,
|
|
3970
|
+
"multiple": false,
|
|
3971
|
+
"options": [
|
|
3972
|
+
"first-person",
|
|
3973
|
+
"third-person"
|
|
3974
|
+
],
|
|
3975
|
+
"type": "option"
|
|
3976
|
+
},
|
|
3977
|
+
"face-speaker": {
|
|
3978
|
+
"description": "Speaker name to map to the face (thread only). If omitted, first speaker is used.",
|
|
3979
|
+
"name": "face-speaker",
|
|
3980
|
+
"hasDynamicHelp": false,
|
|
3981
|
+
"multiple": false,
|
|
3982
|
+
"type": "option"
|
|
3983
3983
|
}
|
|
3984
3984
|
},
|
|
3985
3985
|
"hasDynamicHelp": false,
|
|
3986
3986
|
"hiddenAliases": [],
|
|
3987
|
-
"id": "
|
|
3987
|
+
"id": "face:upload",
|
|
3988
3988
|
"pluginAlias": "faces-cli",
|
|
3989
3989
|
"pluginName": "faces-cli",
|
|
3990
3990
|
"pluginType": "core",
|
|
@@ -3994,8 +3994,8 @@
|
|
|
3994
3994
|
"relativePath": [
|
|
3995
3995
|
"dist",
|
|
3996
3996
|
"commands",
|
|
3997
|
-
"
|
|
3998
|
-
"
|
|
3997
|
+
"face",
|
|
3998
|
+
"upload.js"
|
|
3999
3999
|
]
|
|
4000
4000
|
},
|
|
4001
4001
|
"billing:subscription:activate": {
|
|
@@ -5463,16 +5463,16 @@
|
|
|
5463
5463
|
"sync.js"
|
|
5464
5464
|
]
|
|
5465
5465
|
},
|
|
5466
|
-
"
|
|
5466
|
+
"team:tag:add": {
|
|
5467
5467
|
"aliases": [],
|
|
5468
5468
|
"args": {
|
|
5469
|
-
"
|
|
5470
|
-
"description": "
|
|
5471
|
-
"name": "
|
|
5469
|
+
"team_id": {
|
|
5470
|
+
"description": "Team ID",
|
|
5471
|
+
"name": "team_id",
|
|
5472
5472
|
"required": true
|
|
5473
5473
|
}
|
|
5474
5474
|
},
|
|
5475
|
-
"description": "Add tags to a
|
|
5475
|
+
"description": "Add tags to a team (appends, idempotent)",
|
|
5476
5476
|
"flags": {
|
|
5477
5477
|
"json": {
|
|
5478
5478
|
"description": "Format output as json.",
|
|
@@ -5516,7 +5516,7 @@
|
|
|
5516
5516
|
},
|
|
5517
5517
|
"hasDynamicHelp": false,
|
|
5518
5518
|
"hiddenAliases": [],
|
|
5519
|
-
"id": "
|
|
5519
|
+
"id": "team:tag:add",
|
|
5520
5520
|
"pluginAlias": "faces-cli",
|
|
5521
5521
|
"pluginName": "faces-cli",
|
|
5522
5522
|
"pluginType": "core",
|
|
@@ -5526,15 +5526,21 @@
|
|
|
5526
5526
|
"relativePath": [
|
|
5527
5527
|
"dist",
|
|
5528
5528
|
"commands",
|
|
5529
|
-
"
|
|
5529
|
+
"team",
|
|
5530
5530
|
"tag",
|
|
5531
5531
|
"add.js"
|
|
5532
5532
|
]
|
|
5533
5533
|
},
|
|
5534
|
-
"
|
|
5534
|
+
"team:tag:list": {
|
|
5535
5535
|
"aliases": [],
|
|
5536
|
-
"args": {
|
|
5537
|
-
|
|
5536
|
+
"args": {
|
|
5537
|
+
"team_id": {
|
|
5538
|
+
"description": "Team ID",
|
|
5539
|
+
"name": "team_id",
|
|
5540
|
+
"required": true
|
|
5541
|
+
}
|
|
5542
|
+
},
|
|
5543
|
+
"description": "List tags on a team",
|
|
5538
5544
|
"flags": {
|
|
5539
5545
|
"json": {
|
|
5540
5546
|
"description": "Format output as json.",
|
|
@@ -5570,7 +5576,7 @@
|
|
|
5570
5576
|
},
|
|
5571
5577
|
"hasDynamicHelp": false,
|
|
5572
5578
|
"hiddenAliases": [],
|
|
5573
|
-
"id": "
|
|
5579
|
+
"id": "team:tag:list",
|
|
5574
5580
|
"pluginAlias": "faces-cli",
|
|
5575
5581
|
"pluginName": "faces-cli",
|
|
5576
5582
|
"pluginType": "core",
|
|
@@ -5580,21 +5586,26 @@
|
|
|
5580
5586
|
"relativePath": [
|
|
5581
5587
|
"dist",
|
|
5582
5588
|
"commands",
|
|
5583
|
-
"
|
|
5589
|
+
"team",
|
|
5584
5590
|
"tag",
|
|
5585
|
-
"
|
|
5591
|
+
"list.js"
|
|
5586
5592
|
]
|
|
5587
5593
|
},
|
|
5588
|
-
"
|
|
5594
|
+
"team:tag:remove": {
|
|
5589
5595
|
"aliases": [],
|
|
5590
5596
|
"args": {
|
|
5591
|
-
"
|
|
5592
|
-
"description": "
|
|
5593
|
-
"name": "
|
|
5597
|
+
"team_id": {
|
|
5598
|
+
"description": "Team ID",
|
|
5599
|
+
"name": "team_id",
|
|
5600
|
+
"required": true
|
|
5601
|
+
},
|
|
5602
|
+
"tag": {
|
|
5603
|
+
"description": "Tag to remove",
|
|
5604
|
+
"name": "tag",
|
|
5594
5605
|
"required": true
|
|
5595
5606
|
}
|
|
5596
5607
|
},
|
|
5597
|
-
"description": "
|
|
5608
|
+
"description": "Remove a tag from a team",
|
|
5598
5609
|
"flags": {
|
|
5599
5610
|
"json": {
|
|
5600
5611
|
"description": "Format output as json.",
|
|
@@ -5630,7 +5641,7 @@
|
|
|
5630
5641
|
},
|
|
5631
5642
|
"hasDynamicHelp": false,
|
|
5632
5643
|
"hiddenAliases": [],
|
|
5633
|
-
"id": "
|
|
5644
|
+
"id": "team:tag:remove",
|
|
5634
5645
|
"pluginAlias": "faces-cli",
|
|
5635
5646
|
"pluginName": "faces-cli",
|
|
5636
5647
|
"pluginType": "core",
|
|
@@ -5640,26 +5651,21 @@
|
|
|
5640
5651
|
"relativePath": [
|
|
5641
5652
|
"dist",
|
|
5642
5653
|
"commands",
|
|
5643
|
-
"
|
|
5654
|
+
"team",
|
|
5644
5655
|
"tag",
|
|
5645
|
-
"
|
|
5656
|
+
"remove.js"
|
|
5646
5657
|
]
|
|
5647
5658
|
},
|
|
5648
|
-
"
|
|
5659
|
+
"team:tag:set": {
|
|
5649
5660
|
"aliases": [],
|
|
5650
5661
|
"args": {
|
|
5651
|
-
"
|
|
5652
|
-
"description": "
|
|
5653
|
-
"name": "
|
|
5654
|
-
"required": true
|
|
5655
|
-
},
|
|
5656
|
-
"tag": {
|
|
5657
|
-
"description": "Tag to remove",
|
|
5658
|
-
"name": "tag",
|
|
5662
|
+
"team_id": {
|
|
5663
|
+
"description": "Team ID",
|
|
5664
|
+
"name": "team_id",
|
|
5659
5665
|
"required": true
|
|
5660
5666
|
}
|
|
5661
5667
|
},
|
|
5662
|
-
"description": "
|
|
5668
|
+
"description": "Replace all tags on a team",
|
|
5663
5669
|
"flags": {
|
|
5664
5670
|
"json": {
|
|
5665
5671
|
"description": "Format output as json.",
|
|
@@ -5691,11 +5697,19 @@
|
|
|
5691
5697
|
"hasDynamicHelp": false,
|
|
5692
5698
|
"multiple": false,
|
|
5693
5699
|
"type": "option"
|
|
5700
|
+
},
|
|
5701
|
+
"tag": {
|
|
5702
|
+
"description": "Tag to set (repeatable, replaces all)",
|
|
5703
|
+
"name": "tag",
|
|
5704
|
+
"required": true,
|
|
5705
|
+
"hasDynamicHelp": false,
|
|
5706
|
+
"multiple": true,
|
|
5707
|
+
"type": "option"
|
|
5694
5708
|
}
|
|
5695
5709
|
},
|
|
5696
5710
|
"hasDynamicHelp": false,
|
|
5697
5711
|
"hiddenAliases": [],
|
|
5698
|
-
"id": "
|
|
5712
|
+
"id": "team:tag:set",
|
|
5699
5713
|
"pluginAlias": "faces-cli",
|
|
5700
5714
|
"pluginName": "faces-cli",
|
|
5701
5715
|
"pluginType": "core",
|
|
@@ -5705,12 +5719,12 @@
|
|
|
5705
5719
|
"relativePath": [
|
|
5706
5720
|
"dist",
|
|
5707
5721
|
"commands",
|
|
5708
|
-
"
|
|
5722
|
+
"team",
|
|
5709
5723
|
"tag",
|
|
5710
|
-
"
|
|
5724
|
+
"set.js"
|
|
5711
5725
|
]
|
|
5712
5726
|
},
|
|
5713
|
-
"face:tag:
|
|
5727
|
+
"face:tag:add": {
|
|
5714
5728
|
"aliases": [],
|
|
5715
5729
|
"args": {
|
|
5716
5730
|
"alias": {
|
|
@@ -5719,7 +5733,7 @@
|
|
|
5719
5733
|
"required": true
|
|
5720
5734
|
}
|
|
5721
5735
|
},
|
|
5722
|
-
"description": "
|
|
5736
|
+
"description": "Add tags to a face (appends, idempotent)",
|
|
5723
5737
|
"flags": {
|
|
5724
5738
|
"json": {
|
|
5725
5739
|
"description": "Format output as json.",
|
|
@@ -5753,7 +5767,7 @@
|
|
|
5753
5767
|
"type": "option"
|
|
5754
5768
|
},
|
|
5755
5769
|
"tag": {
|
|
5756
|
-
"description": "Tag to
|
|
5770
|
+
"description": "Tag to add (repeatable)",
|
|
5757
5771
|
"name": "tag",
|
|
5758
5772
|
"required": true,
|
|
5759
5773
|
"hasDynamicHelp": false,
|
|
@@ -5763,7 +5777,7 @@
|
|
|
5763
5777
|
},
|
|
5764
5778
|
"hasDynamicHelp": false,
|
|
5765
5779
|
"hiddenAliases": [],
|
|
5766
|
-
"id": "face:tag:
|
|
5780
|
+
"id": "face:tag:add",
|
|
5767
5781
|
"pluginAlias": "faces-cli",
|
|
5768
5782
|
"pluginName": "faces-cli",
|
|
5769
5783
|
"pluginType": "core",
|
|
@@ -5775,19 +5789,13 @@
|
|
|
5775
5789
|
"commands",
|
|
5776
5790
|
"face",
|
|
5777
5791
|
"tag",
|
|
5778
|
-
"
|
|
5792
|
+
"add.js"
|
|
5779
5793
|
]
|
|
5780
5794
|
},
|
|
5781
|
-
"
|
|
5795
|
+
"face:tag:all": {
|
|
5782
5796
|
"aliases": [],
|
|
5783
|
-
"args": {
|
|
5784
|
-
|
|
5785
|
-
"description": "Team ID",
|
|
5786
|
-
"name": "team_id",
|
|
5787
|
-
"required": true
|
|
5788
|
-
}
|
|
5789
|
-
},
|
|
5790
|
-
"description": "Add tags to a team (appends, idempotent)",
|
|
5797
|
+
"args": {},
|
|
5798
|
+
"description": "List all tags across all your faces",
|
|
5791
5799
|
"flags": {
|
|
5792
5800
|
"json": {
|
|
5793
5801
|
"description": "Format output as json.",
|
|
@@ -5819,19 +5827,11 @@
|
|
|
5819
5827
|
"hasDynamicHelp": false,
|
|
5820
5828
|
"multiple": false,
|
|
5821
5829
|
"type": "option"
|
|
5822
|
-
},
|
|
5823
|
-
"tag": {
|
|
5824
|
-
"description": "Tag to add (repeatable)",
|
|
5825
|
-
"name": "tag",
|
|
5826
|
-
"required": true,
|
|
5827
|
-
"hasDynamicHelp": false,
|
|
5828
|
-
"multiple": true,
|
|
5829
|
-
"type": "option"
|
|
5830
5830
|
}
|
|
5831
5831
|
},
|
|
5832
5832
|
"hasDynamicHelp": false,
|
|
5833
5833
|
"hiddenAliases": [],
|
|
5834
|
-
"id": "
|
|
5834
|
+
"id": "face:tag:all",
|
|
5835
5835
|
"pluginAlias": "faces-cli",
|
|
5836
5836
|
"pluginName": "faces-cli",
|
|
5837
5837
|
"pluginType": "core",
|
|
@@ -5841,21 +5841,21 @@
|
|
|
5841
5841
|
"relativePath": [
|
|
5842
5842
|
"dist",
|
|
5843
5843
|
"commands",
|
|
5844
|
-
"
|
|
5844
|
+
"face",
|
|
5845
5845
|
"tag",
|
|
5846
|
-
"
|
|
5846
|
+
"all.js"
|
|
5847
5847
|
]
|
|
5848
5848
|
},
|
|
5849
|
-
"
|
|
5849
|
+
"face:tag:list": {
|
|
5850
5850
|
"aliases": [],
|
|
5851
5851
|
"args": {
|
|
5852
|
-
"
|
|
5853
|
-
"description": "
|
|
5854
|
-
"name": "
|
|
5852
|
+
"alias": {
|
|
5853
|
+
"description": "Face alias",
|
|
5854
|
+
"name": "alias",
|
|
5855
5855
|
"required": true
|
|
5856
5856
|
}
|
|
5857
5857
|
},
|
|
5858
|
-
"description": "List tags on a
|
|
5858
|
+
"description": "List tags on a face",
|
|
5859
5859
|
"flags": {
|
|
5860
5860
|
"json": {
|
|
5861
5861
|
"description": "Format output as json.",
|
|
@@ -5891,7 +5891,7 @@
|
|
|
5891
5891
|
},
|
|
5892
5892
|
"hasDynamicHelp": false,
|
|
5893
5893
|
"hiddenAliases": [],
|
|
5894
|
-
"id": "
|
|
5894
|
+
"id": "face:tag:list",
|
|
5895
5895
|
"pluginAlias": "faces-cli",
|
|
5896
5896
|
"pluginName": "faces-cli",
|
|
5897
5897
|
"pluginType": "core",
|
|
@@ -5901,17 +5901,17 @@
|
|
|
5901
5901
|
"relativePath": [
|
|
5902
5902
|
"dist",
|
|
5903
5903
|
"commands",
|
|
5904
|
-
"
|
|
5904
|
+
"face",
|
|
5905
5905
|
"tag",
|
|
5906
5906
|
"list.js"
|
|
5907
5907
|
]
|
|
5908
5908
|
},
|
|
5909
|
-
"
|
|
5909
|
+
"face:tag:remove": {
|
|
5910
5910
|
"aliases": [],
|
|
5911
5911
|
"args": {
|
|
5912
|
-
"
|
|
5913
|
-
"description": "
|
|
5914
|
-
"name": "
|
|
5912
|
+
"alias": {
|
|
5913
|
+
"description": "Face alias",
|
|
5914
|
+
"name": "alias",
|
|
5915
5915
|
"required": true
|
|
5916
5916
|
},
|
|
5917
5917
|
"tag": {
|
|
@@ -5920,7 +5920,7 @@
|
|
|
5920
5920
|
"required": true
|
|
5921
5921
|
}
|
|
5922
5922
|
},
|
|
5923
|
-
"description": "Remove a tag from a
|
|
5923
|
+
"description": "Remove a tag from a face",
|
|
5924
5924
|
"flags": {
|
|
5925
5925
|
"json": {
|
|
5926
5926
|
"description": "Format output as json.",
|
|
@@ -5956,7 +5956,7 @@
|
|
|
5956
5956
|
},
|
|
5957
5957
|
"hasDynamicHelp": false,
|
|
5958
5958
|
"hiddenAliases": [],
|
|
5959
|
-
"id": "
|
|
5959
|
+
"id": "face:tag:remove",
|
|
5960
5960
|
"pluginAlias": "faces-cli",
|
|
5961
5961
|
"pluginName": "faces-cli",
|
|
5962
5962
|
"pluginType": "core",
|
|
@@ -5966,21 +5966,21 @@
|
|
|
5966
5966
|
"relativePath": [
|
|
5967
5967
|
"dist",
|
|
5968
5968
|
"commands",
|
|
5969
|
-
"
|
|
5969
|
+
"face",
|
|
5970
5970
|
"tag",
|
|
5971
5971
|
"remove.js"
|
|
5972
5972
|
]
|
|
5973
5973
|
},
|
|
5974
|
-
"
|
|
5974
|
+
"face:tag:set": {
|
|
5975
5975
|
"aliases": [],
|
|
5976
5976
|
"args": {
|
|
5977
|
-
"
|
|
5978
|
-
"description": "
|
|
5979
|
-
"name": "
|
|
5977
|
+
"alias": {
|
|
5978
|
+
"description": "Face alias",
|
|
5979
|
+
"name": "alias",
|
|
5980
5980
|
"required": true
|
|
5981
5981
|
}
|
|
5982
5982
|
},
|
|
5983
|
-
"description": "Replace all tags on a
|
|
5983
|
+
"description": "Replace all tags on a face",
|
|
5984
5984
|
"flags": {
|
|
5985
5985
|
"json": {
|
|
5986
5986
|
"description": "Format output as json.",
|
|
@@ -6024,7 +6024,7 @@
|
|
|
6024
6024
|
},
|
|
6025
6025
|
"hasDynamicHelp": false,
|
|
6026
6026
|
"hiddenAliases": [],
|
|
6027
|
-
"id": "
|
|
6027
|
+
"id": "face:tag:set",
|
|
6028
6028
|
"pluginAlias": "faces-cli",
|
|
6029
6029
|
"pluginName": "faces-cli",
|
|
6030
6030
|
"pluginType": "core",
|
|
@@ -6034,11 +6034,11 @@
|
|
|
6034
6034
|
"relativePath": [
|
|
6035
6035
|
"dist",
|
|
6036
6036
|
"commands",
|
|
6037
|
-
"
|
|
6037
|
+
"face",
|
|
6038
6038
|
"tag",
|
|
6039
6039
|
"set.js"
|
|
6040
6040
|
]
|
|
6041
6041
|
}
|
|
6042
6042
|
},
|
|
6043
|
-
"version": "1.6.
|
|
6043
|
+
"version": "1.6.18"
|
|
6044
6044
|
}
|