faces-cli 1.6.9 → 1.6.11
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.
|
@@ -10,8 +10,8 @@ export default class AuthConnections extends BaseCommand {
|
|
|
10
10
|
];
|
|
11
11
|
async run() {
|
|
12
12
|
const { flags } = await this.parse(AuthConnections);
|
|
13
|
-
const client = this.makeClient(flags
|
|
14
|
-
const data = await client.get('/v1/oauth'
|
|
13
|
+
const client = this.makeClient(flags);
|
|
14
|
+
const data = await client.get('/v1/oauth');
|
|
15
15
|
if (!this.jsonEnabled()) {
|
|
16
16
|
const rows = data;
|
|
17
17
|
if (!rows || rows.length === 0) {
|
|
@@ -25,9 +25,9 @@ export default class CompileStats extends BaseCommand {
|
|
|
25
25
|
f.alias = f.face_id;
|
|
26
26
|
delete f.face_id;
|
|
27
27
|
}
|
|
28
|
-
if (f.
|
|
29
|
-
f.tokens_compiled_current = f.
|
|
30
|
-
delete f.
|
|
28
|
+
if (f.compile_tokens_synced !== undefined) {
|
|
29
|
+
f.tokens_compiled_current = f.compile_tokens_synced;
|
|
30
|
+
delete f.compile_tokens_synced;
|
|
31
31
|
}
|
|
32
32
|
if (f.tokens_charged_alltime !== undefined) {
|
|
33
33
|
f.tokens_compiled_alltime = f.tokens_charged_alltime;
|
package/oclif.manifest.json
CHANGED
|
@@ -638,10 +638,10 @@
|
|
|
638
638
|
"whoami.js"
|
|
639
639
|
]
|
|
640
640
|
},
|
|
641
|
-
"
|
|
641
|
+
"catalog:backup": {
|
|
642
642
|
"aliases": [],
|
|
643
643
|
"args": {},
|
|
644
|
-
"description": "
|
|
644
|
+
"description": "Snapshot all faces, teams, and source material for migration",
|
|
645
645
|
"flags": {
|
|
646
646
|
"json": {
|
|
647
647
|
"description": "Format output as json.",
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
},
|
|
678
678
|
"hasDynamicHelp": false,
|
|
679
679
|
"hiddenAliases": [],
|
|
680
|
-
"id": "
|
|
680
|
+
"id": "catalog:backup",
|
|
681
681
|
"pluginAlias": "faces-cli",
|
|
682
682
|
"pluginName": "faces-cli",
|
|
683
683
|
"pluginType": "core",
|
|
@@ -687,14 +687,14 @@
|
|
|
687
687
|
"relativePath": [
|
|
688
688
|
"dist",
|
|
689
689
|
"commands",
|
|
690
|
-
"
|
|
691
|
-
"
|
|
690
|
+
"catalog",
|
|
691
|
+
"backup.js"
|
|
692
692
|
]
|
|
693
693
|
},
|
|
694
|
-
"
|
|
694
|
+
"catalog:doctor": {
|
|
695
695
|
"aliases": [],
|
|
696
696
|
"args": {},
|
|
697
|
-
"description": "
|
|
697
|
+
"description": "Diagnose and repair the local face and team catalog",
|
|
698
698
|
"flags": {
|
|
699
699
|
"json": {
|
|
700
700
|
"description": "Format output as json.",
|
|
@@ -726,11 +726,23 @@
|
|
|
726
726
|
"hasDynamicHelp": false,
|
|
727
727
|
"multiple": false,
|
|
728
728
|
"type": "option"
|
|
729
|
+
},
|
|
730
|
+
"fix": {
|
|
731
|
+
"description": "Rebuild missing or stale catalog entries from API",
|
|
732
|
+
"name": "fix",
|
|
733
|
+
"allowNo": false,
|
|
734
|
+
"type": "boolean"
|
|
735
|
+
},
|
|
736
|
+
"generate": {
|
|
737
|
+
"description": "Fix + generate missing descriptions via LLM",
|
|
738
|
+
"name": "generate",
|
|
739
|
+
"allowNo": false,
|
|
740
|
+
"type": "boolean"
|
|
729
741
|
}
|
|
730
742
|
},
|
|
731
743
|
"hasDynamicHelp": false,
|
|
732
744
|
"hiddenAliases": [],
|
|
733
|
-
"id": "
|
|
745
|
+
"id": "catalog:doctor",
|
|
734
746
|
"pluginAlias": "faces-cli",
|
|
735
747
|
"pluginName": "faces-cli",
|
|
736
748
|
"pluginType": "core",
|
|
@@ -740,14 +752,14 @@
|
|
|
740
752
|
"relativePath": [
|
|
741
753
|
"dist",
|
|
742
754
|
"commands",
|
|
743
|
-
"
|
|
744
|
-
"
|
|
755
|
+
"catalog",
|
|
756
|
+
"doctor.js"
|
|
745
757
|
]
|
|
746
758
|
},
|
|
747
|
-
"
|
|
759
|
+
"catalog:list": {
|
|
748
760
|
"aliases": [],
|
|
749
761
|
"args": {},
|
|
750
|
-
"description": "List
|
|
762
|
+
"description": "List all faces in the local catalog",
|
|
751
763
|
"flags": {
|
|
752
764
|
"json": {
|
|
753
765
|
"description": "Format output as json.",
|
|
@@ -779,18 +791,11 @@
|
|
|
779
791
|
"hasDynamicHelp": false,
|
|
780
792
|
"multiple": false,
|
|
781
793
|
"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
794
|
}
|
|
790
795
|
},
|
|
791
796
|
"hasDynamicHelp": false,
|
|
792
797
|
"hiddenAliases": [],
|
|
793
|
-
"id": "
|
|
798
|
+
"id": "catalog:list",
|
|
794
799
|
"pluginAlias": "faces-cli",
|
|
795
800
|
"pluginName": "faces-cli",
|
|
796
801
|
"pluginType": "core",
|
|
@@ -800,14 +805,14 @@
|
|
|
800
805
|
"relativePath": [
|
|
801
806
|
"dist",
|
|
802
807
|
"commands",
|
|
803
|
-
"
|
|
804
|
-
"
|
|
808
|
+
"catalog",
|
|
809
|
+
"list.js"
|
|
805
810
|
]
|
|
806
811
|
},
|
|
807
|
-
"
|
|
812
|
+
"catalog:manyfaced": {
|
|
808
813
|
"aliases": [],
|
|
809
814
|
"args": {},
|
|
810
|
-
"description": "
|
|
815
|
+
"description": "Browse and install community manyfaced skills from github.com/facessh/manyfaced",
|
|
811
816
|
"flags": {
|
|
812
817
|
"json": {
|
|
813
818
|
"description": "Format output as json.",
|
|
@@ -839,11 +844,38 @@
|
|
|
839
844
|
"hasDynamicHelp": false,
|
|
840
845
|
"multiple": false,
|
|
841
846
|
"type": "option"
|
|
847
|
+
},
|
|
848
|
+
"skill": {
|
|
849
|
+
"description": "Show details for a specific skill",
|
|
850
|
+
"name": "skill",
|
|
851
|
+
"hasDynamicHelp": false,
|
|
852
|
+
"multiple": false,
|
|
853
|
+
"type": "option"
|
|
854
|
+
},
|
|
855
|
+
"install": {
|
|
856
|
+
"description": "Install a skill by name",
|
|
857
|
+
"name": "install",
|
|
858
|
+
"hasDynamicHelp": false,
|
|
859
|
+
"multiple": false,
|
|
860
|
+
"type": "option"
|
|
861
|
+
},
|
|
862
|
+
"skills-dir": {
|
|
863
|
+
"description": "Directory to install skills into (required for --install)",
|
|
864
|
+
"name": "skills-dir",
|
|
865
|
+
"hasDynamicHelp": false,
|
|
866
|
+
"multiple": false,
|
|
867
|
+
"type": "option"
|
|
868
|
+
},
|
|
869
|
+
"refresh": {
|
|
870
|
+
"description": "Force refresh the skill index (ignore cache)",
|
|
871
|
+
"name": "refresh",
|
|
872
|
+
"allowNo": false,
|
|
873
|
+
"type": "boolean"
|
|
842
874
|
}
|
|
843
875
|
},
|
|
844
876
|
"hasDynamicHelp": false,
|
|
845
877
|
"hiddenAliases": [],
|
|
846
|
-
"id": "
|
|
878
|
+
"id": "catalog:manyfaced",
|
|
847
879
|
"pluginAlias": "faces-cli",
|
|
848
880
|
"pluginName": "faces-cli",
|
|
849
881
|
"pluginType": "core",
|
|
@@ -853,14 +885,19 @@
|
|
|
853
885
|
"relativePath": [
|
|
854
886
|
"dist",
|
|
855
887
|
"commands",
|
|
856
|
-
"
|
|
857
|
-
"
|
|
888
|
+
"catalog",
|
|
889
|
+
"manyfaced.js"
|
|
858
890
|
]
|
|
859
891
|
},
|
|
860
|
-
"
|
|
892
|
+
"catalog:restore": {
|
|
861
893
|
"aliases": [],
|
|
862
|
-
"args": {
|
|
863
|
-
|
|
894
|
+
"args": {
|
|
895
|
+
"file": {
|
|
896
|
+
"description": "Backup file path (default: most recent in ~/.faces/backups/)",
|
|
897
|
+
"name": "file"
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
"description": "Restore faces, teams, and source material from a backup snapshot",
|
|
864
901
|
"flags": {
|
|
865
902
|
"json": {
|
|
866
903
|
"description": "Format output as json.",
|
|
@@ -892,11 +929,17 @@
|
|
|
892
929
|
"hasDynamicHelp": false,
|
|
893
930
|
"multiple": false,
|
|
894
931
|
"type": "option"
|
|
932
|
+
},
|
|
933
|
+
"compile": {
|
|
934
|
+
"description": "Run compile:all after restoring",
|
|
935
|
+
"name": "compile",
|
|
936
|
+
"allowNo": false,
|
|
937
|
+
"type": "boolean"
|
|
895
938
|
}
|
|
896
939
|
},
|
|
897
940
|
"hasDynamicHelp": false,
|
|
898
941
|
"hiddenAliases": [],
|
|
899
|
-
"id": "
|
|
942
|
+
"id": "catalog:restore",
|
|
900
943
|
"pluginAlias": "faces-cli",
|
|
901
944
|
"pluginName": "faces-cli",
|
|
902
945
|
"pluginType": "core",
|
|
@@ -906,14 +949,14 @@
|
|
|
906
949
|
"relativePath": [
|
|
907
950
|
"dist",
|
|
908
951
|
"commands",
|
|
909
|
-
"
|
|
910
|
-
"
|
|
952
|
+
"catalog",
|
|
953
|
+
"restore.js"
|
|
911
954
|
]
|
|
912
955
|
},
|
|
913
|
-
"billing:
|
|
956
|
+
"billing:balance": {
|
|
914
957
|
"aliases": [],
|
|
915
958
|
"args": {},
|
|
916
|
-
"description": "
|
|
959
|
+
"description": "Show credit balance and payment method status",
|
|
917
960
|
"flags": {
|
|
918
961
|
"json": {
|
|
919
962
|
"description": "Format output as json.",
|
|
@@ -945,26 +988,11 @@
|
|
|
945
988
|
"hasDynamicHelp": false,
|
|
946
989
|
"multiple": false,
|
|
947
990
|
"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
991
|
}
|
|
964
992
|
},
|
|
965
993
|
"hasDynamicHelp": false,
|
|
966
994
|
"hiddenAliases": [],
|
|
967
|
-
"id": "billing:
|
|
995
|
+
"id": "billing:balance",
|
|
968
996
|
"pluginAlias": "faces-cli",
|
|
969
997
|
"pluginName": "faces-cli",
|
|
970
998
|
"pluginType": "core",
|
|
@@ -975,13 +1003,13 @@
|
|
|
975
1003
|
"dist",
|
|
976
1004
|
"commands",
|
|
977
1005
|
"billing",
|
|
978
|
-
"
|
|
1006
|
+
"balance.js"
|
|
979
1007
|
]
|
|
980
1008
|
},
|
|
981
|
-
"billing:
|
|
1009
|
+
"billing:card-setup": {
|
|
982
1010
|
"aliases": [],
|
|
983
1011
|
"args": {},
|
|
984
|
-
"description": "
|
|
1012
|
+
"description": "Get a Stripe card setup URL to save a payment method",
|
|
985
1013
|
"flags": {
|
|
986
1014
|
"json": {
|
|
987
1015
|
"description": "Format output as json.",
|
|
@@ -1013,38 +1041,11 @@
|
|
|
1013
1041
|
"hasDynamicHelp": false,
|
|
1014
1042
|
"multiple": false,
|
|
1015
1043
|
"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
1044
|
}
|
|
1044
1045
|
},
|
|
1045
1046
|
"hasDynamicHelp": false,
|
|
1046
1047
|
"hiddenAliases": [],
|
|
1047
|
-
"id": "billing:
|
|
1048
|
+
"id": "billing:card-setup",
|
|
1048
1049
|
"pluginAlias": "faces-cli",
|
|
1049
1050
|
"pluginName": "faces-cli",
|
|
1050
1051
|
"pluginType": "core",
|
|
@@ -1055,13 +1056,13 @@
|
|
|
1055
1056
|
"dist",
|
|
1056
1057
|
"commands",
|
|
1057
1058
|
"billing",
|
|
1058
|
-
"
|
|
1059
|
+
"card-setup.js"
|
|
1059
1060
|
]
|
|
1060
1061
|
},
|
|
1061
|
-
"
|
|
1062
|
+
"billing:llm-costs": {
|
|
1062
1063
|
"aliases": [],
|
|
1063
1064
|
"args": {},
|
|
1064
|
-
"description": "
|
|
1065
|
+
"description": "List available LLMs and their per-token costs",
|
|
1065
1066
|
"flags": {
|
|
1066
1067
|
"json": {
|
|
1067
1068
|
"description": "Format output as json.",
|
|
@@ -1093,11 +1094,18 @@
|
|
|
1093
1094
|
"hasDynamicHelp": false,
|
|
1094
1095
|
"multiple": false,
|
|
1095
1096
|
"type": "option"
|
|
1097
|
+
},
|
|
1098
|
+
"provider": {
|
|
1099
|
+
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
1100
|
+
"name": "provider",
|
|
1101
|
+
"hasDynamicHelp": false,
|
|
1102
|
+
"multiple": false,
|
|
1103
|
+
"type": "option"
|
|
1096
1104
|
}
|
|
1097
1105
|
},
|
|
1098
1106
|
"hasDynamicHelp": false,
|
|
1099
1107
|
"hiddenAliases": [],
|
|
1100
|
-
"id": "
|
|
1108
|
+
"id": "billing:llm-costs",
|
|
1101
1109
|
"pluginAlias": "faces-cli",
|
|
1102
1110
|
"pluginName": "faces-cli",
|
|
1103
1111
|
"pluginType": "core",
|
|
@@ -1107,14 +1115,14 @@
|
|
|
1107
1115
|
"relativePath": [
|
|
1108
1116
|
"dist",
|
|
1109
1117
|
"commands",
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1118
|
+
"billing",
|
|
1119
|
+
"llm-costs.js"
|
|
1112
1120
|
]
|
|
1113
1121
|
},
|
|
1114
|
-
"
|
|
1122
|
+
"billing:quota": {
|
|
1115
1123
|
"aliases": [],
|
|
1116
1124
|
"args": {},
|
|
1117
|
-
"description": "
|
|
1125
|
+
"description": "Show compilation stats per face (deprecated — use compile:stats)",
|
|
1118
1126
|
"flags": {
|
|
1119
1127
|
"json": {
|
|
1120
1128
|
"description": "Format output as json.",
|
|
@@ -1146,23 +1154,11 @@
|
|
|
1146
1154
|
"hasDynamicHelp": false,
|
|
1147
1155
|
"multiple": false,
|
|
1148
1156
|
"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
1157
|
}
|
|
1162
1158
|
},
|
|
1163
1159
|
"hasDynamicHelp": false,
|
|
1164
1160
|
"hiddenAliases": [],
|
|
1165
|
-
"id": "
|
|
1161
|
+
"id": "billing:quota",
|
|
1166
1162
|
"pluginAlias": "faces-cli",
|
|
1167
1163
|
"pluginName": "faces-cli",
|
|
1168
1164
|
"pluginType": "core",
|
|
@@ -1172,14 +1168,14 @@
|
|
|
1172
1168
|
"relativePath": [
|
|
1173
1169
|
"dist",
|
|
1174
1170
|
"commands",
|
|
1175
|
-
"
|
|
1176
|
-
"
|
|
1171
|
+
"billing",
|
|
1172
|
+
"quota.js"
|
|
1177
1173
|
]
|
|
1178
1174
|
},
|
|
1179
|
-
"
|
|
1175
|
+
"billing:subscription": {
|
|
1180
1176
|
"aliases": [],
|
|
1181
1177
|
"args": {},
|
|
1182
|
-
"description": "
|
|
1178
|
+
"description": "Show current plan, face count, and renewal date",
|
|
1183
1179
|
"flags": {
|
|
1184
1180
|
"json": {
|
|
1185
1181
|
"description": "Format output as json.",
|
|
@@ -1215,7 +1211,7 @@
|
|
|
1215
1211
|
},
|
|
1216
1212
|
"hasDynamicHelp": false,
|
|
1217
1213
|
"hiddenAliases": [],
|
|
1218
|
-
"id": "
|
|
1214
|
+
"id": "billing:subscription",
|
|
1219
1215
|
"pluginAlias": "faces-cli",
|
|
1220
1216
|
"pluginName": "faces-cli",
|
|
1221
1217
|
"pluginType": "core",
|
|
@@ -1225,14 +1221,14 @@
|
|
|
1225
1221
|
"relativePath": [
|
|
1226
1222
|
"dist",
|
|
1227
1223
|
"commands",
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1224
|
+
"billing",
|
|
1225
|
+
"subscription.js"
|
|
1230
1226
|
]
|
|
1231
1227
|
},
|
|
1232
|
-
"
|
|
1228
|
+
"billing:topup": {
|
|
1233
1229
|
"aliases": [],
|
|
1234
1230
|
"args": {},
|
|
1235
|
-
"description": "
|
|
1231
|
+
"description": "Top up credit balance using saved payment method",
|
|
1236
1232
|
"flags": {
|
|
1237
1233
|
"json": {
|
|
1238
1234
|
"description": "Format output as json.",
|
|
@@ -1265,37 +1261,25 @@
|
|
|
1265
1261
|
"multiple": false,
|
|
1266
1262
|
"type": "option"
|
|
1267
1263
|
},
|
|
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",
|
|
1264
|
+
"amount": {
|
|
1265
|
+
"description": "Top-up amount in USD (min $1)",
|
|
1266
|
+
"name": "amount",
|
|
1267
|
+
"required": true,
|
|
1278
1268
|
"hasDynamicHelp": false,
|
|
1279
1269
|
"multiple": false,
|
|
1280
1270
|
"type": "option"
|
|
1281
1271
|
},
|
|
1282
|
-
"
|
|
1283
|
-
"description": "
|
|
1284
|
-
"name": "
|
|
1272
|
+
"payment-ref": {
|
|
1273
|
+
"description": "Payment reference (admin/test path)",
|
|
1274
|
+
"name": "payment-ref",
|
|
1285
1275
|
"hasDynamicHelp": false,
|
|
1286
1276
|
"multiple": false,
|
|
1287
1277
|
"type": "option"
|
|
1288
|
-
},
|
|
1289
|
-
"refresh": {
|
|
1290
|
-
"description": "Force refresh the skill index (ignore cache)",
|
|
1291
|
-
"name": "refresh",
|
|
1292
|
-
"allowNo": false,
|
|
1293
|
-
"type": "boolean"
|
|
1294
1278
|
}
|
|
1295
1279
|
},
|
|
1296
1280
|
"hasDynamicHelp": false,
|
|
1297
1281
|
"hiddenAliases": [],
|
|
1298
|
-
"id": "
|
|
1282
|
+
"id": "billing:topup",
|
|
1299
1283
|
"pluginAlias": "faces-cli",
|
|
1300
1284
|
"pluginName": "faces-cli",
|
|
1301
1285
|
"pluginType": "core",
|
|
@@ -1305,19 +1289,14 @@
|
|
|
1305
1289
|
"relativePath": [
|
|
1306
1290
|
"dist",
|
|
1307
1291
|
"commands",
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1292
|
+
"billing",
|
|
1293
|
+
"topup.js"
|
|
1310
1294
|
]
|
|
1311
1295
|
},
|
|
1312
|
-
"
|
|
1296
|
+
"billing:usage": {
|
|
1313
1297
|
"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",
|
|
1298
|
+
"args": {},
|
|
1299
|
+
"description": "Aggregated usage analytics",
|
|
1321
1300
|
"flags": {
|
|
1322
1301
|
"json": {
|
|
1323
1302
|
"description": "Format output as json.",
|
|
@@ -1350,16 +1329,37 @@
|
|
|
1350
1329
|
"multiple": false,
|
|
1351
1330
|
"type": "option"
|
|
1352
1331
|
},
|
|
1353
|
-
"
|
|
1354
|
-
"description": "
|
|
1355
|
-
"name": "
|
|
1356
|
-
"
|
|
1357
|
-
"
|
|
1332
|
+
"group-by": {
|
|
1333
|
+
"description": "Group results",
|
|
1334
|
+
"name": "group-by",
|
|
1335
|
+
"hasDynamicHelp": false,
|
|
1336
|
+
"multiple": false,
|
|
1337
|
+
"options": [
|
|
1338
|
+
"api_key",
|
|
1339
|
+
"model",
|
|
1340
|
+
"llm",
|
|
1341
|
+
"date"
|
|
1342
|
+
],
|
|
1343
|
+
"type": "option"
|
|
1344
|
+
},
|
|
1345
|
+
"from": {
|
|
1346
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
1347
|
+
"name": "from",
|
|
1348
|
+
"hasDynamicHelp": false,
|
|
1349
|
+
"multiple": false,
|
|
1350
|
+
"type": "option"
|
|
1351
|
+
},
|
|
1352
|
+
"to": {
|
|
1353
|
+
"description": "End date (YYYY-MM-DD)",
|
|
1354
|
+
"name": "to",
|
|
1355
|
+
"hasDynamicHelp": false,
|
|
1356
|
+
"multiple": false,
|
|
1357
|
+
"type": "option"
|
|
1358
1358
|
}
|
|
1359
1359
|
},
|
|
1360
1360
|
"hasDynamicHelp": false,
|
|
1361
1361
|
"hiddenAliases": [],
|
|
1362
|
-
"id": "
|
|
1362
|
+
"id": "billing:usage",
|
|
1363
1363
|
"pluginAlias": "faces-cli",
|
|
1364
1364
|
"pluginName": "faces-cli",
|
|
1365
1365
|
"pluginType": "core",
|
|
@@ -1369,8 +1369,8 @@
|
|
|
1369
1369
|
"relativePath": [
|
|
1370
1370
|
"dist",
|
|
1371
1371
|
"commands",
|
|
1372
|
-
"
|
|
1373
|
-
"
|
|
1372
|
+
"billing",
|
|
1373
|
+
"usage.js"
|
|
1374
1374
|
]
|
|
1375
1375
|
},
|
|
1376
1376
|
"chat:chat": {
|
|
@@ -5894,5 +5894,5 @@
|
|
|
5894
5894
|
]
|
|
5895
5895
|
}
|
|
5896
5896
|
},
|
|
5897
|
-
"version": "1.6.
|
|
5897
|
+
"version": "1.6.11"
|
|
5898
5898
|
}
|