faces-cli 1.3.2 → 1.4.0
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/catalog.d.ts +36 -0
- package/dist/catalog.js +167 -0
- package/dist/client.js +2 -1
- package/dist/commands/auth/whoami.js +1 -1
- package/dist/commands/catalog/doctor.d.ts +12 -0
- package/dist/commands/catalog/doctor.js +196 -0
- package/dist/commands/catalog/list.d.ts +10 -0
- package/dist/commands/catalog/list.js +35 -0
- package/dist/commands/chat/chat.d.ts +4 -0
- package/dist/commands/chat/chat.js +146 -39
- package/dist/commands/chat/messages.js +1 -1
- package/dist/commands/chat/responses.js +1 -1
- package/dist/commands/compile/doc/create.d.ts +1 -0
- package/dist/commands/compile/doc/create.js +5 -2
- package/dist/commands/compile/doc/edit.d.ts +17 -0
- package/dist/commands/compile/doc/edit.js +48 -0
- package/dist/commands/compile/doc/index.d.ts +18 -0
- package/dist/commands/compile/doc/index.js +95 -0
- package/dist/commands/compile/doc/list.js +1 -1
- package/dist/commands/compile/doc/make.d.ts +14 -0
- package/dist/commands/compile/doc/make.js +55 -0
- package/dist/commands/compile/import.js +2 -3
- package/dist/commands/compile/thread/create.js +2 -2
- package/dist/commands/compile/{doc/sync.d.ts → thread/delete.d.ts} +2 -2
- package/dist/commands/compile/{doc/sync.js → thread/delete.js} +7 -7
- package/dist/commands/compile/thread/edit.d.ts +14 -0
- package/dist/commands/compile/thread/edit.js +29 -0
- package/dist/commands/compile/{doc/prepare.d.ts → thread/get.d.ts} +2 -2
- package/dist/commands/compile/{doc/prepare.js → thread/get.js} +5 -5
- package/dist/commands/compile/thread/list.js +1 -1
- package/dist/commands/compile/thread/message.js +1 -1
- package/dist/commands/face/create.d.ts +2 -0
- package/dist/commands/face/create.js +17 -2
- package/dist/commands/face/delete.js +6 -0
- package/dist/commands/face/get.js +5 -3
- package/dist/commands/face/list.js +20 -3
- package/dist/commands/face/update.d.ts +2 -0
- package/dist/commands/face/update.js +39 -9
- package/dist/config.d.ts +2 -0
- package/dist/poll.d.ts +30 -0
- package/dist/poll.js +40 -0
- package/dist/utils.d.ts +5 -0
- package/dist/utils.js +16 -0
- package/oclif.manifest.json +1154 -661
- package/package.json +4 -1
package/oclif.manifest.json
CHANGED
|
@@ -566,16 +566,10 @@
|
|
|
566
566
|
"whoami.js"
|
|
567
567
|
]
|
|
568
568
|
},
|
|
569
|
-
"
|
|
569
|
+
"catalog:doctor": {
|
|
570
570
|
"aliases": [],
|
|
571
|
-
"args": {
|
|
572
|
-
|
|
573
|
-
"description": "Face username",
|
|
574
|
-
"name": "face_username",
|
|
575
|
-
"required": true
|
|
576
|
-
}
|
|
577
|
-
},
|
|
578
|
-
"description": "OpenAI-compatible chat completion via a face",
|
|
571
|
+
"args": {},
|
|
572
|
+
"description": "Diagnose and repair the local face catalog",
|
|
579
573
|
"flags": {
|
|
580
574
|
"json": {
|
|
581
575
|
"description": "Format output as json.",
|
|
@@ -608,60 +602,22 @@
|
|
|
608
602
|
"multiple": false,
|
|
609
603
|
"type": "option"
|
|
610
604
|
},
|
|
611
|
-
"
|
|
612
|
-
"
|
|
613
|
-
"
|
|
614
|
-
"name": "message",
|
|
615
|
-
"required": false,
|
|
616
|
-
"hasDynamicHelp": false,
|
|
617
|
-
"multiple": true,
|
|
618
|
-
"type": "option"
|
|
619
|
-
},
|
|
620
|
-
"llm": {
|
|
621
|
-
"description": "LLM override (e.g. claude-sonnet-4-6)",
|
|
622
|
-
"name": "llm",
|
|
623
|
-
"hasDynamicHelp": false,
|
|
624
|
-
"multiple": false,
|
|
625
|
-
"type": "option"
|
|
626
|
-
},
|
|
627
|
-
"system": {
|
|
628
|
-
"description": "System prompt override",
|
|
629
|
-
"name": "system",
|
|
630
|
-
"hasDynamicHelp": false,
|
|
631
|
-
"multiple": false,
|
|
632
|
-
"type": "option"
|
|
633
|
-
},
|
|
634
|
-
"stream": {
|
|
635
|
-
"description": "Stream the response",
|
|
636
|
-
"name": "stream",
|
|
605
|
+
"fix": {
|
|
606
|
+
"description": "Rebuild missing or stale catalog entries from API",
|
|
607
|
+
"name": "fix",
|
|
637
608
|
"allowNo": false,
|
|
638
609
|
"type": "boolean"
|
|
639
610
|
},
|
|
640
|
-
"
|
|
641
|
-
"description": "
|
|
642
|
-
"name": "
|
|
643
|
-
"
|
|
644
|
-
"
|
|
645
|
-
"type": "option"
|
|
646
|
-
},
|
|
647
|
-
"temperature": {
|
|
648
|
-
"description": "Temperature (0.0-2.0)",
|
|
649
|
-
"name": "temperature",
|
|
650
|
-
"hasDynamicHelp": false,
|
|
651
|
-
"multiple": false,
|
|
652
|
-
"type": "option"
|
|
653
|
-
},
|
|
654
|
-
"file": {
|
|
655
|
-
"description": "Read message from file",
|
|
656
|
-
"name": "file",
|
|
657
|
-
"hasDynamicHelp": false,
|
|
658
|
-
"multiple": false,
|
|
659
|
-
"type": "option"
|
|
611
|
+
"generate": {
|
|
612
|
+
"description": "Fix + generate missing descriptions via LLM",
|
|
613
|
+
"name": "generate",
|
|
614
|
+
"allowNo": false,
|
|
615
|
+
"type": "boolean"
|
|
660
616
|
}
|
|
661
617
|
},
|
|
662
618
|
"hasDynamicHelp": false,
|
|
663
619
|
"hiddenAliases": [],
|
|
664
|
-
"id": "
|
|
620
|
+
"id": "catalog:doctor",
|
|
665
621
|
"pluginAlias": "faces-cli",
|
|
666
622
|
"pluginName": "faces-cli",
|
|
667
623
|
"pluginType": "core",
|
|
@@ -671,20 +627,14 @@
|
|
|
671
627
|
"relativePath": [
|
|
672
628
|
"dist",
|
|
673
629
|
"commands",
|
|
674
|
-
"
|
|
675
|
-
"
|
|
630
|
+
"catalog",
|
|
631
|
+
"doctor.js"
|
|
676
632
|
]
|
|
677
633
|
},
|
|
678
|
-
"
|
|
634
|
+
"catalog:list": {
|
|
679
635
|
"aliases": [],
|
|
680
|
-
"args": {
|
|
681
|
-
|
|
682
|
-
"description": "Face model (e.g. myface or myface@claude-sonnet-4-6)",
|
|
683
|
-
"name": "face_model",
|
|
684
|
-
"required": true
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
"description": "Anthropic Messages API proxy via a face (e.g. face@claude-sonnet-4-6)",
|
|
636
|
+
"args": {},
|
|
637
|
+
"description": "List all faces in the local catalog",
|
|
688
638
|
"flags": {
|
|
689
639
|
"json": {
|
|
690
640
|
"description": "Format output as json.",
|
|
@@ -716,41 +666,11 @@
|
|
|
716
666
|
"hasDynamicHelp": false,
|
|
717
667
|
"multiple": false,
|
|
718
668
|
"type": "option"
|
|
719
|
-
},
|
|
720
|
-
"message": {
|
|
721
|
-
"char": "m",
|
|
722
|
-
"description": "User message (repeatable)",
|
|
723
|
-
"name": "message",
|
|
724
|
-
"required": true,
|
|
725
|
-
"hasDynamicHelp": false,
|
|
726
|
-
"multiple": true,
|
|
727
|
-
"type": "option"
|
|
728
|
-
},
|
|
729
|
-
"system": {
|
|
730
|
-
"description": "System prompt",
|
|
731
|
-
"name": "system",
|
|
732
|
-
"hasDynamicHelp": false,
|
|
733
|
-
"multiple": false,
|
|
734
|
-
"type": "option"
|
|
735
|
-
},
|
|
736
|
-
"stream": {
|
|
737
|
-
"description": "Stream the response",
|
|
738
|
-
"name": "stream",
|
|
739
|
-
"allowNo": false,
|
|
740
|
-
"type": "boolean"
|
|
741
|
-
},
|
|
742
|
-
"max-tokens": {
|
|
743
|
-
"description": "Max tokens",
|
|
744
|
-
"name": "max-tokens",
|
|
745
|
-
"default": 1024,
|
|
746
|
-
"hasDynamicHelp": false,
|
|
747
|
-
"multiple": false,
|
|
748
|
-
"type": "option"
|
|
749
669
|
}
|
|
750
670
|
},
|
|
751
671
|
"hasDynamicHelp": false,
|
|
752
672
|
"hiddenAliases": [],
|
|
753
|
-
"id": "
|
|
673
|
+
"id": "catalog:list",
|
|
754
674
|
"pluginAlias": "faces-cli",
|
|
755
675
|
"pluginName": "faces-cli",
|
|
756
676
|
"pluginType": "core",
|
|
@@ -760,20 +680,14 @@
|
|
|
760
680
|
"relativePath": [
|
|
761
681
|
"dist",
|
|
762
682
|
"commands",
|
|
763
|
-
"
|
|
764
|
-
"
|
|
683
|
+
"catalog",
|
|
684
|
+
"list.js"
|
|
765
685
|
]
|
|
766
686
|
},
|
|
767
|
-
"
|
|
687
|
+
"billing:balance": {
|
|
768
688
|
"aliases": [],
|
|
769
|
-
"args": {
|
|
770
|
-
|
|
771
|
-
"description": "Face model (e.g. myface or myface@gpt-4o)",
|
|
772
|
-
"name": "face_model",
|
|
773
|
-
"required": true
|
|
774
|
-
}
|
|
775
|
-
},
|
|
776
|
-
"description": "OpenAI Responses API proxy via a face",
|
|
689
|
+
"args": {},
|
|
690
|
+
"description": "Show credit balance and payment method status",
|
|
777
691
|
"flags": {
|
|
778
692
|
"json": {
|
|
779
693
|
"description": "Format output as json.",
|
|
@@ -805,33 +719,11 @@
|
|
|
805
719
|
"hasDynamicHelp": false,
|
|
806
720
|
"multiple": false,
|
|
807
721
|
"type": "option"
|
|
808
|
-
},
|
|
809
|
-
"message": {
|
|
810
|
-
"char": "m",
|
|
811
|
-
"description": "User input message",
|
|
812
|
-
"name": "message",
|
|
813
|
-
"required": true,
|
|
814
|
-
"hasDynamicHelp": false,
|
|
815
|
-
"multiple": false,
|
|
816
|
-
"type": "option"
|
|
817
|
-
},
|
|
818
|
-
"instructions": {
|
|
819
|
-
"description": "System instructions",
|
|
820
|
-
"name": "instructions",
|
|
821
|
-
"hasDynamicHelp": false,
|
|
822
|
-
"multiple": false,
|
|
823
|
-
"type": "option"
|
|
824
|
-
},
|
|
825
|
-
"stream": {
|
|
826
|
-
"description": "Stream the response",
|
|
827
|
-
"name": "stream",
|
|
828
|
-
"allowNo": false,
|
|
829
|
-
"type": "boolean"
|
|
830
722
|
}
|
|
831
723
|
},
|
|
832
724
|
"hasDynamicHelp": false,
|
|
833
725
|
"hiddenAliases": [],
|
|
834
|
-
"id": "
|
|
726
|
+
"id": "billing:balance",
|
|
835
727
|
"pluginAlias": "faces-cli",
|
|
836
728
|
"pluginName": "faces-cli",
|
|
837
729
|
"pluginType": "core",
|
|
@@ -841,20 +733,14 @@
|
|
|
841
733
|
"relativePath": [
|
|
842
734
|
"dist",
|
|
843
735
|
"commands",
|
|
844
|
-
"
|
|
845
|
-
"
|
|
736
|
+
"billing",
|
|
737
|
+
"balance.js"
|
|
846
738
|
]
|
|
847
739
|
},
|
|
848
|
-
"
|
|
740
|
+
"billing:card-setup": {
|
|
849
741
|
"aliases": [],
|
|
850
|
-
"args": {
|
|
851
|
-
|
|
852
|
-
"description": "Face ID or username",
|
|
853
|
-
"name": "face_id",
|
|
854
|
-
"required": true
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
"description": "Import a YouTube video into a face via server-side download and transcription",
|
|
742
|
+
"args": {},
|
|
743
|
+
"description": "Get a Stripe card setup URL to save a payment method",
|
|
858
744
|
"flags": {
|
|
859
745
|
"json": {
|
|
860
746
|
"description": "Format output as json.",
|
|
@@ -886,50 +772,11 @@
|
|
|
886
772
|
"hasDynamicHelp": false,
|
|
887
773
|
"multiple": false,
|
|
888
774
|
"type": "option"
|
|
889
|
-
},
|
|
890
|
-
"url": {
|
|
891
|
-
"description": "YouTube URL (youtube.com/watch?v=... or youtu.be/...)",
|
|
892
|
-
"name": "url",
|
|
893
|
-
"required": true,
|
|
894
|
-
"hasDynamicHelp": false,
|
|
895
|
-
"multiple": false,
|
|
896
|
-
"type": "option"
|
|
897
|
-
},
|
|
898
|
-
"type": {
|
|
899
|
-
"description": "\"document\" for solo talks, lectures, monologues; \"thread\" for interviews or multi-speaker conversations",
|
|
900
|
-
"name": "type",
|
|
901
|
-
"default": "document",
|
|
902
|
-
"hasDynamicHelp": false,
|
|
903
|
-
"multiple": false,
|
|
904
|
-
"options": [
|
|
905
|
-
"document",
|
|
906
|
-
"thread"
|
|
907
|
-
],
|
|
908
|
-
"type": "option"
|
|
909
|
-
},
|
|
910
|
-
"perspective": {
|
|
911
|
-
"description": "\"first-person\" if the face is the speaker; \"third-person\" if the video is about the face",
|
|
912
|
-
"name": "perspective",
|
|
913
|
-
"default": "third-person",
|
|
914
|
-
"hasDynamicHelp": false,
|
|
915
|
-
"multiple": false,
|
|
916
|
-
"options": [
|
|
917
|
-
"first-person",
|
|
918
|
-
"third-person"
|
|
919
|
-
],
|
|
920
|
-
"type": "option"
|
|
921
|
-
},
|
|
922
|
-
"face-speaker": {
|
|
923
|
-
"description": "For --type thread: AssemblyAI speaker label (e.g. \"A\") that corresponds to the face. Defaults to first detected speaker.",
|
|
924
|
-
"name": "face-speaker",
|
|
925
|
-
"hasDynamicHelp": false,
|
|
926
|
-
"multiple": false,
|
|
927
|
-
"type": "option"
|
|
928
775
|
}
|
|
929
776
|
},
|
|
930
777
|
"hasDynamicHelp": false,
|
|
931
778
|
"hiddenAliases": [],
|
|
932
|
-
"id": "
|
|
779
|
+
"id": "billing:card-setup",
|
|
933
780
|
"pluginAlias": "faces-cli",
|
|
934
781
|
"pluginName": "faces-cli",
|
|
935
782
|
"pluginType": "core",
|
|
@@ -939,14 +786,14 @@
|
|
|
939
786
|
"relativePath": [
|
|
940
787
|
"dist",
|
|
941
788
|
"commands",
|
|
942
|
-
"
|
|
943
|
-
"
|
|
789
|
+
"billing",
|
|
790
|
+
"card-setup.js"
|
|
944
791
|
]
|
|
945
792
|
},
|
|
946
|
-
"
|
|
793
|
+
"billing:checkout": {
|
|
947
794
|
"aliases": [],
|
|
948
795
|
"args": {},
|
|
949
|
-
"description": "
|
|
796
|
+
"description": "Get a Stripe checkout URL to upgrade your subscription plan",
|
|
950
797
|
"flags": {
|
|
951
798
|
"json": {
|
|
952
799
|
"description": "Format output as json.",
|
|
@@ -979,16 +826,22 @@
|
|
|
979
826
|
"multiple": false,
|
|
980
827
|
"type": "option"
|
|
981
828
|
},
|
|
982
|
-
"
|
|
983
|
-
"description": "
|
|
984
|
-
"name": "
|
|
985
|
-
"
|
|
986
|
-
"
|
|
829
|
+
"plan": {
|
|
830
|
+
"description": "Plan to upgrade to",
|
|
831
|
+
"name": "plan",
|
|
832
|
+
"required": true,
|
|
833
|
+
"hasDynamicHelp": false,
|
|
834
|
+
"multiple": false,
|
|
835
|
+
"options": [
|
|
836
|
+
"standard",
|
|
837
|
+
"pro"
|
|
838
|
+
],
|
|
839
|
+
"type": "option"
|
|
987
840
|
}
|
|
988
841
|
},
|
|
989
842
|
"hasDynamicHelp": false,
|
|
990
843
|
"hiddenAliases": [],
|
|
991
|
-
"id": "
|
|
844
|
+
"id": "billing:checkout",
|
|
992
845
|
"pluginAlias": "faces-cli",
|
|
993
846
|
"pluginName": "faces-cli",
|
|
994
847
|
"pluginType": "core",
|
|
@@ -998,25 +851,14 @@
|
|
|
998
851
|
"relativePath": [
|
|
999
852
|
"dist",
|
|
1000
853
|
"commands",
|
|
1001
|
-
"
|
|
1002
|
-
"
|
|
854
|
+
"billing",
|
|
855
|
+
"checkout.js"
|
|
1003
856
|
]
|
|
1004
857
|
},
|
|
1005
|
-
"
|
|
858
|
+
"billing:llm-costs": {
|
|
1006
859
|
"aliases": [],
|
|
1007
|
-
"args": {
|
|
1008
|
-
|
|
1009
|
-
"description": "Config key",
|
|
1010
|
-
"name": "key",
|
|
1011
|
-
"required": true
|
|
1012
|
-
},
|
|
1013
|
-
"value": {
|
|
1014
|
-
"description": "Config value",
|
|
1015
|
-
"name": "value",
|
|
1016
|
-
"required": true
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
"description": "Set a config value (e.g. base_url, api_key, token)",
|
|
860
|
+
"args": {},
|
|
861
|
+
"description": "List available LLMs and their per-token costs",
|
|
1020
862
|
"flags": {
|
|
1021
863
|
"json": {
|
|
1022
864
|
"description": "Format output as json.",
|
|
@@ -1048,11 +890,18 @@
|
|
|
1048
890
|
"hasDynamicHelp": false,
|
|
1049
891
|
"multiple": false,
|
|
1050
892
|
"type": "option"
|
|
893
|
+
},
|
|
894
|
+
"provider": {
|
|
895
|
+
"description": "Filter by provider (e.g. openai, anthropic)",
|
|
896
|
+
"name": "provider",
|
|
897
|
+
"hasDynamicHelp": false,
|
|
898
|
+
"multiple": false,
|
|
899
|
+
"type": "option"
|
|
1051
900
|
}
|
|
1052
901
|
},
|
|
1053
902
|
"hasDynamicHelp": false,
|
|
1054
903
|
"hiddenAliases": [],
|
|
1055
|
-
"id": "
|
|
904
|
+
"id": "billing:llm-costs",
|
|
1056
905
|
"pluginAlias": "faces-cli",
|
|
1057
906
|
"pluginName": "faces-cli",
|
|
1058
907
|
"pluginType": "core",
|
|
@@ -1062,14 +911,478 @@
|
|
|
1062
911
|
"relativePath": [
|
|
1063
912
|
"dist",
|
|
1064
913
|
"commands",
|
|
1065
|
-
"
|
|
1066
|
-
"
|
|
914
|
+
"billing",
|
|
915
|
+
"llm-costs.js"
|
|
916
|
+
]
|
|
917
|
+
},
|
|
918
|
+
"billing:quota": {
|
|
919
|
+
"aliases": [],
|
|
920
|
+
"args": {},
|
|
921
|
+
"description": "Show compile token quota and per-face stats",
|
|
922
|
+
"flags": {
|
|
923
|
+
"json": {
|
|
924
|
+
"description": "Format output as json.",
|
|
925
|
+
"helpGroup": "GLOBAL",
|
|
926
|
+
"name": "json",
|
|
927
|
+
"allowNo": false,
|
|
928
|
+
"type": "boolean"
|
|
929
|
+
},
|
|
930
|
+
"base-url": {
|
|
931
|
+
"description": "API base URL",
|
|
932
|
+
"env": "FACES_BASE_URL",
|
|
933
|
+
"name": "base-url",
|
|
934
|
+
"hasDynamicHelp": false,
|
|
935
|
+
"multiple": false,
|
|
936
|
+
"type": "option"
|
|
937
|
+
},
|
|
938
|
+
"token": {
|
|
939
|
+
"description": "JWT bearer token",
|
|
940
|
+
"env": "FACES_TOKEN",
|
|
941
|
+
"name": "token",
|
|
942
|
+
"hasDynamicHelp": false,
|
|
943
|
+
"multiple": false,
|
|
944
|
+
"type": "option"
|
|
945
|
+
},
|
|
946
|
+
"api-key": {
|
|
947
|
+
"description": "API key",
|
|
948
|
+
"env": "FACES_API_KEY",
|
|
949
|
+
"name": "api-key",
|
|
950
|
+
"hasDynamicHelp": false,
|
|
951
|
+
"multiple": false,
|
|
952
|
+
"type": "option"
|
|
953
|
+
}
|
|
954
|
+
},
|
|
955
|
+
"hasDynamicHelp": false,
|
|
956
|
+
"hiddenAliases": [],
|
|
957
|
+
"id": "billing:quota",
|
|
958
|
+
"pluginAlias": "faces-cli",
|
|
959
|
+
"pluginName": "faces-cli",
|
|
960
|
+
"pluginType": "core",
|
|
961
|
+
"strict": true,
|
|
962
|
+
"enableJsonFlag": true,
|
|
963
|
+
"isESM": true,
|
|
964
|
+
"relativePath": [
|
|
965
|
+
"dist",
|
|
966
|
+
"commands",
|
|
967
|
+
"billing",
|
|
968
|
+
"quota.js"
|
|
969
|
+
]
|
|
970
|
+
},
|
|
971
|
+
"billing:subscription": {
|
|
972
|
+
"aliases": [],
|
|
973
|
+
"args": {},
|
|
974
|
+
"description": "Show current plan, face count, and renewal date",
|
|
975
|
+
"flags": {
|
|
976
|
+
"json": {
|
|
977
|
+
"description": "Format output as json.",
|
|
978
|
+
"helpGroup": "GLOBAL",
|
|
979
|
+
"name": "json",
|
|
980
|
+
"allowNo": false,
|
|
981
|
+
"type": "boolean"
|
|
982
|
+
},
|
|
983
|
+
"base-url": {
|
|
984
|
+
"description": "API base URL",
|
|
985
|
+
"env": "FACES_BASE_URL",
|
|
986
|
+
"name": "base-url",
|
|
987
|
+
"hasDynamicHelp": false,
|
|
988
|
+
"multiple": false,
|
|
989
|
+
"type": "option"
|
|
990
|
+
},
|
|
991
|
+
"token": {
|
|
992
|
+
"description": "JWT bearer token",
|
|
993
|
+
"env": "FACES_TOKEN",
|
|
994
|
+
"name": "token",
|
|
995
|
+
"hasDynamicHelp": false,
|
|
996
|
+
"multiple": false,
|
|
997
|
+
"type": "option"
|
|
998
|
+
},
|
|
999
|
+
"api-key": {
|
|
1000
|
+
"description": "API key",
|
|
1001
|
+
"env": "FACES_API_KEY",
|
|
1002
|
+
"name": "api-key",
|
|
1003
|
+
"hasDynamicHelp": false,
|
|
1004
|
+
"multiple": false,
|
|
1005
|
+
"type": "option"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
"hasDynamicHelp": false,
|
|
1009
|
+
"hiddenAliases": [],
|
|
1010
|
+
"id": "billing:subscription",
|
|
1011
|
+
"pluginAlias": "faces-cli",
|
|
1012
|
+
"pluginName": "faces-cli",
|
|
1013
|
+
"pluginType": "core",
|
|
1014
|
+
"strict": true,
|
|
1015
|
+
"enableJsonFlag": true,
|
|
1016
|
+
"isESM": true,
|
|
1017
|
+
"relativePath": [
|
|
1018
|
+
"dist",
|
|
1019
|
+
"commands",
|
|
1020
|
+
"billing",
|
|
1021
|
+
"subscription.js"
|
|
1022
|
+
]
|
|
1023
|
+
},
|
|
1024
|
+
"billing:topup": {
|
|
1025
|
+
"aliases": [],
|
|
1026
|
+
"args": {},
|
|
1027
|
+
"description": "Top up credit balance using saved payment method",
|
|
1028
|
+
"flags": {
|
|
1029
|
+
"json": {
|
|
1030
|
+
"description": "Format output as json.",
|
|
1031
|
+
"helpGroup": "GLOBAL",
|
|
1032
|
+
"name": "json",
|
|
1033
|
+
"allowNo": false,
|
|
1034
|
+
"type": "boolean"
|
|
1035
|
+
},
|
|
1036
|
+
"base-url": {
|
|
1037
|
+
"description": "API base URL",
|
|
1038
|
+
"env": "FACES_BASE_URL",
|
|
1039
|
+
"name": "base-url",
|
|
1040
|
+
"hasDynamicHelp": false,
|
|
1041
|
+
"multiple": false,
|
|
1042
|
+
"type": "option"
|
|
1043
|
+
},
|
|
1044
|
+
"token": {
|
|
1045
|
+
"description": "JWT bearer token",
|
|
1046
|
+
"env": "FACES_TOKEN",
|
|
1047
|
+
"name": "token",
|
|
1048
|
+
"hasDynamicHelp": false,
|
|
1049
|
+
"multiple": false,
|
|
1050
|
+
"type": "option"
|
|
1051
|
+
},
|
|
1052
|
+
"api-key": {
|
|
1053
|
+
"description": "API key",
|
|
1054
|
+
"env": "FACES_API_KEY",
|
|
1055
|
+
"name": "api-key",
|
|
1056
|
+
"hasDynamicHelp": false,
|
|
1057
|
+
"multiple": false,
|
|
1058
|
+
"type": "option"
|
|
1059
|
+
},
|
|
1060
|
+
"amount": {
|
|
1061
|
+
"description": "Top-up amount in USD (min $1)",
|
|
1062
|
+
"name": "amount",
|
|
1063
|
+
"required": true,
|
|
1064
|
+
"hasDynamicHelp": false,
|
|
1065
|
+
"multiple": false,
|
|
1066
|
+
"type": "option"
|
|
1067
|
+
},
|
|
1068
|
+
"payment-ref": {
|
|
1069
|
+
"description": "Payment reference (admin/test path)",
|
|
1070
|
+
"name": "payment-ref",
|
|
1071
|
+
"hasDynamicHelp": false,
|
|
1072
|
+
"multiple": false,
|
|
1073
|
+
"type": "option"
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1076
|
+
"hasDynamicHelp": false,
|
|
1077
|
+
"hiddenAliases": [],
|
|
1078
|
+
"id": "billing:topup",
|
|
1079
|
+
"pluginAlias": "faces-cli",
|
|
1080
|
+
"pluginName": "faces-cli",
|
|
1081
|
+
"pluginType": "core",
|
|
1082
|
+
"strict": true,
|
|
1083
|
+
"enableJsonFlag": true,
|
|
1084
|
+
"isESM": true,
|
|
1085
|
+
"relativePath": [
|
|
1086
|
+
"dist",
|
|
1087
|
+
"commands",
|
|
1088
|
+
"billing",
|
|
1089
|
+
"topup.js"
|
|
1090
|
+
]
|
|
1091
|
+
},
|
|
1092
|
+
"billing:usage": {
|
|
1093
|
+
"aliases": [],
|
|
1094
|
+
"args": {},
|
|
1095
|
+
"description": "Aggregated usage analytics",
|
|
1096
|
+
"flags": {
|
|
1097
|
+
"json": {
|
|
1098
|
+
"description": "Format output as json.",
|
|
1099
|
+
"helpGroup": "GLOBAL",
|
|
1100
|
+
"name": "json",
|
|
1101
|
+
"allowNo": false,
|
|
1102
|
+
"type": "boolean"
|
|
1103
|
+
},
|
|
1104
|
+
"base-url": {
|
|
1105
|
+
"description": "API base URL",
|
|
1106
|
+
"env": "FACES_BASE_URL",
|
|
1107
|
+
"name": "base-url",
|
|
1108
|
+
"hasDynamicHelp": false,
|
|
1109
|
+
"multiple": false,
|
|
1110
|
+
"type": "option"
|
|
1111
|
+
},
|
|
1112
|
+
"token": {
|
|
1113
|
+
"description": "JWT bearer token",
|
|
1114
|
+
"env": "FACES_TOKEN",
|
|
1115
|
+
"name": "token",
|
|
1116
|
+
"hasDynamicHelp": false,
|
|
1117
|
+
"multiple": false,
|
|
1118
|
+
"type": "option"
|
|
1119
|
+
},
|
|
1120
|
+
"api-key": {
|
|
1121
|
+
"description": "API key",
|
|
1122
|
+
"env": "FACES_API_KEY",
|
|
1123
|
+
"name": "api-key",
|
|
1124
|
+
"hasDynamicHelp": false,
|
|
1125
|
+
"multiple": false,
|
|
1126
|
+
"type": "option"
|
|
1127
|
+
},
|
|
1128
|
+
"group-by": {
|
|
1129
|
+
"description": "Group results",
|
|
1130
|
+
"name": "group-by",
|
|
1131
|
+
"hasDynamicHelp": false,
|
|
1132
|
+
"multiple": false,
|
|
1133
|
+
"options": [
|
|
1134
|
+
"api_key",
|
|
1135
|
+
"model",
|
|
1136
|
+
"llm",
|
|
1137
|
+
"date"
|
|
1138
|
+
],
|
|
1139
|
+
"type": "option"
|
|
1140
|
+
},
|
|
1141
|
+
"from": {
|
|
1142
|
+
"description": "Start date (YYYY-MM-DD)",
|
|
1143
|
+
"name": "from",
|
|
1144
|
+
"hasDynamicHelp": false,
|
|
1145
|
+
"multiple": false,
|
|
1146
|
+
"type": "option"
|
|
1147
|
+
},
|
|
1148
|
+
"to": {
|
|
1149
|
+
"description": "End date (YYYY-MM-DD)",
|
|
1150
|
+
"name": "to",
|
|
1151
|
+
"hasDynamicHelp": false,
|
|
1152
|
+
"multiple": false,
|
|
1153
|
+
"type": "option"
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
"hasDynamicHelp": false,
|
|
1157
|
+
"hiddenAliases": [],
|
|
1158
|
+
"id": "billing:usage",
|
|
1159
|
+
"pluginAlias": "faces-cli",
|
|
1160
|
+
"pluginName": "faces-cli",
|
|
1161
|
+
"pluginType": "core",
|
|
1162
|
+
"strict": true,
|
|
1163
|
+
"enableJsonFlag": true,
|
|
1164
|
+
"isESM": true,
|
|
1165
|
+
"relativePath": [
|
|
1166
|
+
"dist",
|
|
1167
|
+
"commands",
|
|
1168
|
+
"billing",
|
|
1169
|
+
"usage.js"
|
|
1170
|
+
]
|
|
1171
|
+
},
|
|
1172
|
+
"chat:chat": {
|
|
1173
|
+
"aliases": [],
|
|
1174
|
+
"args": {
|
|
1175
|
+
"face_username": {
|
|
1176
|
+
"description": "Face username (or face@model)",
|
|
1177
|
+
"name": "face_username",
|
|
1178
|
+
"required": true
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"description": "Chat via a face. Auto-routes to the correct API endpoint based on model provider.",
|
|
1182
|
+
"flags": {
|
|
1183
|
+
"json": {
|
|
1184
|
+
"description": "Format output as json.",
|
|
1185
|
+
"helpGroup": "GLOBAL",
|
|
1186
|
+
"name": "json",
|
|
1187
|
+
"allowNo": false,
|
|
1188
|
+
"type": "boolean"
|
|
1189
|
+
},
|
|
1190
|
+
"base-url": {
|
|
1191
|
+
"description": "API base URL",
|
|
1192
|
+
"env": "FACES_BASE_URL",
|
|
1193
|
+
"name": "base-url",
|
|
1194
|
+
"hasDynamicHelp": false,
|
|
1195
|
+
"multiple": false,
|
|
1196
|
+
"type": "option"
|
|
1197
|
+
},
|
|
1198
|
+
"token": {
|
|
1199
|
+
"description": "JWT bearer token",
|
|
1200
|
+
"env": "FACES_TOKEN",
|
|
1201
|
+
"name": "token",
|
|
1202
|
+
"hasDynamicHelp": false,
|
|
1203
|
+
"multiple": false,
|
|
1204
|
+
"type": "option"
|
|
1205
|
+
},
|
|
1206
|
+
"api-key": {
|
|
1207
|
+
"description": "API key",
|
|
1208
|
+
"env": "FACES_API_KEY",
|
|
1209
|
+
"name": "api-key",
|
|
1210
|
+
"hasDynamicHelp": false,
|
|
1211
|
+
"multiple": false,
|
|
1212
|
+
"type": "option"
|
|
1213
|
+
},
|
|
1214
|
+
"message": {
|
|
1215
|
+
"char": "m",
|
|
1216
|
+
"description": "User message (repeatable)",
|
|
1217
|
+
"name": "message",
|
|
1218
|
+
"required": false,
|
|
1219
|
+
"hasDynamicHelp": false,
|
|
1220
|
+
"multiple": true,
|
|
1221
|
+
"type": "option"
|
|
1222
|
+
},
|
|
1223
|
+
"llm": {
|
|
1224
|
+
"description": "LLM override (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
1225
|
+
"name": "llm",
|
|
1226
|
+
"hasDynamicHelp": false,
|
|
1227
|
+
"multiple": false,
|
|
1228
|
+
"type": "option"
|
|
1229
|
+
},
|
|
1230
|
+
"system": {
|
|
1231
|
+
"description": "System prompt / instructions",
|
|
1232
|
+
"name": "system",
|
|
1233
|
+
"hasDynamicHelp": false,
|
|
1234
|
+
"multiple": false,
|
|
1235
|
+
"type": "option"
|
|
1236
|
+
},
|
|
1237
|
+
"stream": {
|
|
1238
|
+
"description": "Stream the response",
|
|
1239
|
+
"name": "stream",
|
|
1240
|
+
"allowNo": false,
|
|
1241
|
+
"type": "boolean"
|
|
1242
|
+
},
|
|
1243
|
+
"max-tokens": {
|
|
1244
|
+
"description": "Max tokens",
|
|
1245
|
+
"name": "max-tokens",
|
|
1246
|
+
"hasDynamicHelp": false,
|
|
1247
|
+
"multiple": false,
|
|
1248
|
+
"type": "option"
|
|
1249
|
+
},
|
|
1250
|
+
"temperature": {
|
|
1251
|
+
"description": "Temperature (0.0-2.0)",
|
|
1252
|
+
"name": "temperature",
|
|
1253
|
+
"hasDynamicHelp": false,
|
|
1254
|
+
"multiple": false,
|
|
1255
|
+
"type": "option"
|
|
1256
|
+
},
|
|
1257
|
+
"file": {
|
|
1258
|
+
"description": "Read message from file",
|
|
1259
|
+
"name": "file",
|
|
1260
|
+
"hasDynamicHelp": false,
|
|
1261
|
+
"multiple": false,
|
|
1262
|
+
"type": "option"
|
|
1263
|
+
},
|
|
1264
|
+
"responses": {
|
|
1265
|
+
"description": "Use OpenAI Responses API instead of Chat Completions",
|
|
1266
|
+
"name": "responses",
|
|
1267
|
+
"allowNo": false,
|
|
1268
|
+
"type": "boolean"
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"hasDynamicHelp": false,
|
|
1272
|
+
"hiddenAliases": [],
|
|
1273
|
+
"id": "chat:chat",
|
|
1274
|
+
"pluginAlias": "faces-cli",
|
|
1275
|
+
"pluginName": "faces-cli",
|
|
1276
|
+
"pluginType": "core",
|
|
1277
|
+
"strict": true,
|
|
1278
|
+
"enableJsonFlag": true,
|
|
1279
|
+
"isESM": true,
|
|
1280
|
+
"relativePath": [
|
|
1281
|
+
"dist",
|
|
1282
|
+
"commands",
|
|
1283
|
+
"chat",
|
|
1284
|
+
"chat.js"
|
|
1285
|
+
]
|
|
1286
|
+
},
|
|
1287
|
+
"chat:messages": {
|
|
1288
|
+
"aliases": [],
|
|
1289
|
+
"args": {
|
|
1290
|
+
"face_model": {
|
|
1291
|
+
"description": "Face model (e.g. myface or myface@claude-sonnet-4-6)",
|
|
1292
|
+
"name": "face_model",
|
|
1293
|
+
"required": true
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
"description": "Anthropic Messages API proxy via a face (alias: chat:chat auto-routes Anthropic models here)",
|
|
1297
|
+
"flags": {
|
|
1298
|
+
"json": {
|
|
1299
|
+
"description": "Format output as json.",
|
|
1300
|
+
"helpGroup": "GLOBAL",
|
|
1301
|
+
"name": "json",
|
|
1302
|
+
"allowNo": false,
|
|
1303
|
+
"type": "boolean"
|
|
1304
|
+
},
|
|
1305
|
+
"base-url": {
|
|
1306
|
+
"description": "API base URL",
|
|
1307
|
+
"env": "FACES_BASE_URL",
|
|
1308
|
+
"name": "base-url",
|
|
1309
|
+
"hasDynamicHelp": false,
|
|
1310
|
+
"multiple": false,
|
|
1311
|
+
"type": "option"
|
|
1312
|
+
},
|
|
1313
|
+
"token": {
|
|
1314
|
+
"description": "JWT bearer token",
|
|
1315
|
+
"env": "FACES_TOKEN",
|
|
1316
|
+
"name": "token",
|
|
1317
|
+
"hasDynamicHelp": false,
|
|
1318
|
+
"multiple": false,
|
|
1319
|
+
"type": "option"
|
|
1320
|
+
},
|
|
1321
|
+
"api-key": {
|
|
1322
|
+
"description": "API key",
|
|
1323
|
+
"env": "FACES_API_KEY",
|
|
1324
|
+
"name": "api-key",
|
|
1325
|
+
"hasDynamicHelp": false,
|
|
1326
|
+
"multiple": false,
|
|
1327
|
+
"type": "option"
|
|
1328
|
+
},
|
|
1329
|
+
"message": {
|
|
1330
|
+
"char": "m",
|
|
1331
|
+
"description": "User message (repeatable)",
|
|
1332
|
+
"name": "message",
|
|
1333
|
+
"required": true,
|
|
1334
|
+
"hasDynamicHelp": false,
|
|
1335
|
+
"multiple": true,
|
|
1336
|
+
"type": "option"
|
|
1337
|
+
},
|
|
1338
|
+
"system": {
|
|
1339
|
+
"description": "System prompt",
|
|
1340
|
+
"name": "system",
|
|
1341
|
+
"hasDynamicHelp": false,
|
|
1342
|
+
"multiple": false,
|
|
1343
|
+
"type": "option"
|
|
1344
|
+
},
|
|
1345
|
+
"stream": {
|
|
1346
|
+
"description": "Stream the response",
|
|
1347
|
+
"name": "stream",
|
|
1348
|
+
"allowNo": false,
|
|
1349
|
+
"type": "boolean"
|
|
1350
|
+
},
|
|
1351
|
+
"max-tokens": {
|
|
1352
|
+
"description": "Max tokens",
|
|
1353
|
+
"name": "max-tokens",
|
|
1354
|
+
"default": 1024,
|
|
1355
|
+
"hasDynamicHelp": false,
|
|
1356
|
+
"multiple": false,
|
|
1357
|
+
"type": "option"
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"hasDynamicHelp": false,
|
|
1361
|
+
"hiddenAliases": [],
|
|
1362
|
+
"id": "chat:messages",
|
|
1363
|
+
"pluginAlias": "faces-cli",
|
|
1364
|
+
"pluginName": "faces-cli",
|
|
1365
|
+
"pluginType": "core",
|
|
1366
|
+
"strict": true,
|
|
1367
|
+
"enableJsonFlag": true,
|
|
1368
|
+
"isESM": true,
|
|
1369
|
+
"relativePath": [
|
|
1370
|
+
"dist",
|
|
1371
|
+
"commands",
|
|
1372
|
+
"chat",
|
|
1373
|
+
"messages.js"
|
|
1067
1374
|
]
|
|
1068
1375
|
},
|
|
1069
|
-
"
|
|
1376
|
+
"chat:responses": {
|
|
1070
1377
|
"aliases": [],
|
|
1071
|
-
"args": {
|
|
1072
|
-
|
|
1378
|
+
"args": {
|
|
1379
|
+
"face_model": {
|
|
1380
|
+
"description": "Face model (e.g. myface or myface@gpt-4o)",
|
|
1381
|
+
"name": "face_model",
|
|
1382
|
+
"required": true
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
"description": "OpenAI Responses API proxy via a face (alias: chat:chat --responses)",
|
|
1073
1386
|
"flags": {
|
|
1074
1387
|
"json": {
|
|
1075
1388
|
"description": "Format output as json.",
|
|
@@ -1101,11 +1414,33 @@
|
|
|
1101
1414
|
"hasDynamicHelp": false,
|
|
1102
1415
|
"multiple": false,
|
|
1103
1416
|
"type": "option"
|
|
1417
|
+
},
|
|
1418
|
+
"message": {
|
|
1419
|
+
"char": "m",
|
|
1420
|
+
"description": "User input message",
|
|
1421
|
+
"name": "message",
|
|
1422
|
+
"required": true,
|
|
1423
|
+
"hasDynamicHelp": false,
|
|
1424
|
+
"multiple": false,
|
|
1425
|
+
"type": "option"
|
|
1426
|
+
},
|
|
1427
|
+
"instructions": {
|
|
1428
|
+
"description": "System instructions",
|
|
1429
|
+
"name": "instructions",
|
|
1430
|
+
"hasDynamicHelp": false,
|
|
1431
|
+
"multiple": false,
|
|
1432
|
+
"type": "option"
|
|
1433
|
+
},
|
|
1434
|
+
"stream": {
|
|
1435
|
+
"description": "Stream the response",
|
|
1436
|
+
"name": "stream",
|
|
1437
|
+
"allowNo": false,
|
|
1438
|
+
"type": "boolean"
|
|
1104
1439
|
}
|
|
1105
1440
|
},
|
|
1106
1441
|
"hasDynamicHelp": false,
|
|
1107
1442
|
"hiddenAliases": [],
|
|
1108
|
-
"id": "
|
|
1443
|
+
"id": "chat:responses",
|
|
1109
1444
|
"pluginAlias": "faces-cli",
|
|
1110
1445
|
"pluginName": "faces-cli",
|
|
1111
1446
|
"pluginType": "core",
|
|
@@ -1115,14 +1450,20 @@
|
|
|
1115
1450
|
"relativePath": [
|
|
1116
1451
|
"dist",
|
|
1117
1452
|
"commands",
|
|
1118
|
-
"
|
|
1119
|
-
"
|
|
1453
|
+
"chat",
|
|
1454
|
+
"responses.js"
|
|
1120
1455
|
]
|
|
1121
1456
|
},
|
|
1122
|
-
"
|
|
1457
|
+
"compile:import": {
|
|
1123
1458
|
"aliases": [],
|
|
1124
|
-
"args": {
|
|
1125
|
-
|
|
1459
|
+
"args": {
|
|
1460
|
+
"face_id": {
|
|
1461
|
+
"description": "Face ID or username",
|
|
1462
|
+
"name": "face_id",
|
|
1463
|
+
"required": true
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
"description": "Import a YouTube video into a face via server-side download and transcription",
|
|
1126
1467
|
"flags": {
|
|
1127
1468
|
"json": {
|
|
1128
1469
|
"description": "Format output as json.",
|
|
@@ -1155,47 +1496,49 @@
|
|
|
1155
1496
|
"multiple": false,
|
|
1156
1497
|
"type": "option"
|
|
1157
1498
|
},
|
|
1158
|
-
"
|
|
1159
|
-
"description": "
|
|
1160
|
-
"name": "
|
|
1499
|
+
"url": {
|
|
1500
|
+
"description": "YouTube URL (youtube.com/watch?v=... or youtu.be/...)",
|
|
1501
|
+
"name": "url",
|
|
1161
1502
|
"required": true,
|
|
1162
1503
|
"hasDynamicHelp": false,
|
|
1163
1504
|
"multiple": false,
|
|
1164
1505
|
"type": "option"
|
|
1165
1506
|
},
|
|
1166
|
-
"
|
|
1167
|
-
"description": "
|
|
1168
|
-
"name": "
|
|
1169
|
-
"
|
|
1507
|
+
"type": {
|
|
1508
|
+
"description": "\"document\" for solo talks, lectures, monologues; \"thread\" for interviews or multi-speaker conversations",
|
|
1509
|
+
"name": "type",
|
|
1510
|
+
"default": "document",
|
|
1170
1511
|
"hasDynamicHelp": false,
|
|
1171
1512
|
"multiple": false,
|
|
1513
|
+
"options": [
|
|
1514
|
+
"document",
|
|
1515
|
+
"thread"
|
|
1516
|
+
],
|
|
1172
1517
|
"type": "option"
|
|
1173
1518
|
},
|
|
1174
|
-
"
|
|
1175
|
-
"description": "
|
|
1176
|
-
"name": "
|
|
1519
|
+
"perspective": {
|
|
1520
|
+
"description": "\"first-person\" if the face is the speaker; \"third-person\" if the video is about the face",
|
|
1521
|
+
"name": "perspective",
|
|
1522
|
+
"default": "third-person",
|
|
1177
1523
|
"hasDynamicHelp": false,
|
|
1178
1524
|
"multiple": false,
|
|
1525
|
+
"options": [
|
|
1526
|
+
"first-person",
|
|
1527
|
+
"third-person"
|
|
1528
|
+
],
|
|
1179
1529
|
"type": "option"
|
|
1180
1530
|
},
|
|
1181
|
-
"
|
|
1182
|
-
"description": "
|
|
1183
|
-
"name": "
|
|
1184
|
-
"hasDynamicHelp": false,
|
|
1185
|
-
"multiple": true,
|
|
1186
|
-
"type": "option"
|
|
1187
|
-
},
|
|
1188
|
-
"tool": {
|
|
1189
|
-
"description": "Tool name to enable (repeatable)",
|
|
1190
|
-
"name": "tool",
|
|
1531
|
+
"face-speaker": {
|
|
1532
|
+
"description": "For --type thread: AssemblyAI speaker label (e.g. \"A\") that corresponds to the face. Defaults to first detected speaker.",
|
|
1533
|
+
"name": "face-speaker",
|
|
1191
1534
|
"hasDynamicHelp": false,
|
|
1192
|
-
"multiple":
|
|
1535
|
+
"multiple": false,
|
|
1193
1536
|
"type": "option"
|
|
1194
1537
|
}
|
|
1195
1538
|
},
|
|
1196
1539
|
"hasDynamicHelp": false,
|
|
1197
1540
|
"hiddenAliases": [],
|
|
1198
|
-
"id": "
|
|
1541
|
+
"id": "compile:import",
|
|
1199
1542
|
"pluginAlias": "faces-cli",
|
|
1200
1543
|
"pluginName": "faces-cli",
|
|
1201
1544
|
"pluginType": "core",
|
|
@@ -1205,20 +1548,14 @@
|
|
|
1205
1548
|
"relativePath": [
|
|
1206
1549
|
"dist",
|
|
1207
1550
|
"commands",
|
|
1208
|
-
"
|
|
1209
|
-
"
|
|
1551
|
+
"compile",
|
|
1552
|
+
"import.js"
|
|
1210
1553
|
]
|
|
1211
1554
|
},
|
|
1212
|
-
"
|
|
1555
|
+
"config:clear": {
|
|
1213
1556
|
"aliases": [],
|
|
1214
|
-
"args": {
|
|
1215
|
-
|
|
1216
|
-
"description": "Face ID or username",
|
|
1217
|
-
"name": "face_id",
|
|
1218
|
-
"required": true
|
|
1219
|
-
}
|
|
1220
|
-
},
|
|
1221
|
-
"description": "Delete a face permanently",
|
|
1557
|
+
"args": {},
|
|
1558
|
+
"description": "Delete all saved credentials and config",
|
|
1222
1559
|
"flags": {
|
|
1223
1560
|
"json": {
|
|
1224
1561
|
"description": "Format output as json.",
|
|
@@ -1260,7 +1597,7 @@
|
|
|
1260
1597
|
},
|
|
1261
1598
|
"hasDynamicHelp": false,
|
|
1262
1599
|
"hiddenAliases": [],
|
|
1263
|
-
"id": "
|
|
1600
|
+
"id": "config:clear",
|
|
1264
1601
|
"pluginAlias": "faces-cli",
|
|
1265
1602
|
"pluginName": "faces-cli",
|
|
1266
1603
|
"pluginType": "core",
|
|
@@ -1270,14 +1607,25 @@
|
|
|
1270
1607
|
"relativePath": [
|
|
1271
1608
|
"dist",
|
|
1272
1609
|
"commands",
|
|
1273
|
-
"
|
|
1274
|
-
"
|
|
1610
|
+
"config",
|
|
1611
|
+
"clear.js"
|
|
1275
1612
|
]
|
|
1276
1613
|
},
|
|
1277
|
-
"
|
|
1614
|
+
"config:set": {
|
|
1278
1615
|
"aliases": [],
|
|
1279
|
-
"args": {
|
|
1280
|
-
|
|
1616
|
+
"args": {
|
|
1617
|
+
"key": {
|
|
1618
|
+
"description": "Config key",
|
|
1619
|
+
"name": "key",
|
|
1620
|
+
"required": true
|
|
1621
|
+
},
|
|
1622
|
+
"value": {
|
|
1623
|
+
"description": "Config value",
|
|
1624
|
+
"name": "value",
|
|
1625
|
+
"required": true
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
"description": "Set a config value (e.g. base_url, api_key, token)",
|
|
1281
1629
|
"flags": {
|
|
1282
1630
|
"json": {
|
|
1283
1631
|
"description": "Format output as json.",
|
|
@@ -1309,19 +1657,11 @@
|
|
|
1309
1657
|
"hasDynamicHelp": false,
|
|
1310
1658
|
"multiple": false,
|
|
1311
1659
|
"type": "option"
|
|
1312
|
-
},
|
|
1313
|
-
"face": {
|
|
1314
|
-
"description": "Face username to include (repeatable, min 2)",
|
|
1315
|
-
"name": "face",
|
|
1316
|
-
"required": true,
|
|
1317
|
-
"hasDynamicHelp": false,
|
|
1318
|
-
"multiple": true,
|
|
1319
|
-
"type": "option"
|
|
1320
1660
|
}
|
|
1321
1661
|
},
|
|
1322
1662
|
"hasDynamicHelp": false,
|
|
1323
1663
|
"hiddenAliases": [],
|
|
1324
|
-
"id": "
|
|
1664
|
+
"id": "config:set",
|
|
1325
1665
|
"pluginAlias": "faces-cli",
|
|
1326
1666
|
"pluginName": "faces-cli",
|
|
1327
1667
|
"pluginType": "core",
|
|
@@ -1331,20 +1671,14 @@
|
|
|
1331
1671
|
"relativePath": [
|
|
1332
1672
|
"dist",
|
|
1333
1673
|
"commands",
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1674
|
+
"config",
|
|
1675
|
+
"set.js"
|
|
1336
1676
|
]
|
|
1337
1677
|
},
|
|
1338
|
-
"
|
|
1678
|
+
"config:show": {
|
|
1339
1679
|
"aliases": [],
|
|
1340
|
-
"args": {
|
|
1341
|
-
|
|
1342
|
-
"description": "Face ID or username",
|
|
1343
|
-
"name": "face_id",
|
|
1344
|
-
"required": true
|
|
1345
|
-
}
|
|
1346
|
-
},
|
|
1347
|
-
"description": "Get details for a face by ID or username",
|
|
1680
|
+
"args": {},
|
|
1681
|
+
"description": "Print current config (credentials are masked)",
|
|
1348
1682
|
"flags": {
|
|
1349
1683
|
"json": {
|
|
1350
1684
|
"description": "Format output as json.",
|
|
@@ -1380,7 +1714,7 @@
|
|
|
1380
1714
|
},
|
|
1381
1715
|
"hasDynamicHelp": false,
|
|
1382
1716
|
"hiddenAliases": [],
|
|
1383
|
-
"id": "
|
|
1717
|
+
"id": "config:show",
|
|
1384
1718
|
"pluginAlias": "faces-cli",
|
|
1385
1719
|
"pluginName": "faces-cli",
|
|
1386
1720
|
"pluginType": "core",
|
|
@@ -1390,14 +1724,14 @@
|
|
|
1390
1724
|
"relativePath": [
|
|
1391
1725
|
"dist",
|
|
1392
1726
|
"commands",
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1727
|
+
"config",
|
|
1728
|
+
"show.js"
|
|
1395
1729
|
]
|
|
1396
1730
|
},
|
|
1397
|
-
"face:
|
|
1731
|
+
"face:create": {
|
|
1398
1732
|
"aliases": [],
|
|
1399
1733
|
"args": {},
|
|
1400
|
-
"description": "
|
|
1734
|
+
"description": "Create a new face",
|
|
1401
1735
|
"flags": {
|
|
1402
1736
|
"json": {
|
|
1403
1737
|
"description": "Format output as json.",
|
|
@@ -1429,11 +1763,62 @@
|
|
|
1429
1763
|
"hasDynamicHelp": false,
|
|
1430
1764
|
"multiple": false,
|
|
1431
1765
|
"type": "option"
|
|
1766
|
+
},
|
|
1767
|
+
"name": {
|
|
1768
|
+
"description": "Display name",
|
|
1769
|
+
"name": "name",
|
|
1770
|
+
"required": true,
|
|
1771
|
+
"hasDynamicHelp": false,
|
|
1772
|
+
"multiple": false,
|
|
1773
|
+
"type": "option"
|
|
1774
|
+
},
|
|
1775
|
+
"username": {
|
|
1776
|
+
"description": "Unique username slug",
|
|
1777
|
+
"name": "username",
|
|
1778
|
+
"required": true,
|
|
1779
|
+
"hasDynamicHelp": false,
|
|
1780
|
+
"multiple": false,
|
|
1781
|
+
"type": "option"
|
|
1782
|
+
},
|
|
1783
|
+
"description": {
|
|
1784
|
+
"description": "Description for local catalog",
|
|
1785
|
+
"name": "description",
|
|
1786
|
+
"hasDynamicHelp": false,
|
|
1787
|
+
"multiple": false,
|
|
1788
|
+
"type": "option"
|
|
1789
|
+
},
|
|
1790
|
+
"default-model": {
|
|
1791
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
1792
|
+
"name": "default-model",
|
|
1793
|
+
"hasDynamicHelp": false,
|
|
1794
|
+
"multiple": false,
|
|
1795
|
+
"type": "option"
|
|
1796
|
+
},
|
|
1797
|
+
"formula": {
|
|
1798
|
+
"description": "Boolean formula over owned concrete face usernames (e.g. \"a | b\", \"(a | b) - c\"). Creates a composite face.",
|
|
1799
|
+
"name": "formula",
|
|
1800
|
+
"hasDynamicHelp": false,
|
|
1801
|
+
"multiple": false,
|
|
1802
|
+
"type": "option"
|
|
1803
|
+
},
|
|
1804
|
+
"attr": {
|
|
1805
|
+
"description": "Attribute KEY=VALUE (repeatable)",
|
|
1806
|
+
"name": "attr",
|
|
1807
|
+
"hasDynamicHelp": false,
|
|
1808
|
+
"multiple": true,
|
|
1809
|
+
"type": "option"
|
|
1810
|
+
},
|
|
1811
|
+
"tool": {
|
|
1812
|
+
"description": "Tool name to enable (repeatable)",
|
|
1813
|
+
"name": "tool",
|
|
1814
|
+
"hasDynamicHelp": false,
|
|
1815
|
+
"multiple": true,
|
|
1816
|
+
"type": "option"
|
|
1432
1817
|
}
|
|
1433
1818
|
},
|
|
1434
1819
|
"hasDynamicHelp": false,
|
|
1435
1820
|
"hiddenAliases": [],
|
|
1436
|
-
"id": "face:
|
|
1821
|
+
"id": "face:create",
|
|
1437
1822
|
"pluginAlias": "faces-cli",
|
|
1438
1823
|
"pluginName": "faces-cli",
|
|
1439
1824
|
"pluginType": "core",
|
|
@@ -1444,19 +1829,19 @@
|
|
|
1444
1829
|
"dist",
|
|
1445
1830
|
"commands",
|
|
1446
1831
|
"face",
|
|
1447
|
-
"
|
|
1832
|
+
"create.js"
|
|
1448
1833
|
]
|
|
1449
1834
|
},
|
|
1450
|
-
"face:
|
|
1835
|
+
"face:delete": {
|
|
1451
1836
|
"aliases": [],
|
|
1452
1837
|
"args": {
|
|
1453
1838
|
"face_id": {
|
|
1454
|
-
"description": "Face username",
|
|
1839
|
+
"description": "Face ID or username",
|
|
1455
1840
|
"name": "face_id",
|
|
1456
1841
|
"required": true
|
|
1457
1842
|
}
|
|
1458
1843
|
},
|
|
1459
|
-
"description": "
|
|
1844
|
+
"description": "Delete a face permanently",
|
|
1460
1845
|
"flags": {
|
|
1461
1846
|
"json": {
|
|
1462
1847
|
"description": "Format output as json.",
|
|
@@ -1474,59 +1859,31 @@
|
|
|
1474
1859
|
"type": "option"
|
|
1475
1860
|
},
|
|
1476
1861
|
"token": {
|
|
1477
|
-
"description": "JWT bearer token",
|
|
1478
|
-
"env": "FACES_TOKEN",
|
|
1479
|
-
"name": "token",
|
|
1480
|
-
"hasDynamicHelp": false,
|
|
1481
|
-
"multiple": false,
|
|
1482
|
-
"type": "option"
|
|
1483
|
-
},
|
|
1484
|
-
"api-key": {
|
|
1485
|
-
"description": "API key",
|
|
1486
|
-
"env": "FACES_API_KEY",
|
|
1487
|
-
"name": "api-key",
|
|
1488
|
-
"hasDynamicHelp": false,
|
|
1489
|
-
"multiple": false,
|
|
1490
|
-
"type": "option"
|
|
1491
|
-
},
|
|
1492
|
-
"k": {
|
|
1493
|
-
"description": "Number of results (1–20)",
|
|
1494
|
-
"name": "k",
|
|
1495
|
-
"default": 5,
|
|
1496
|
-
"hasDynamicHelp": false,
|
|
1497
|
-
"multiple": false,
|
|
1498
|
-
"type": "option"
|
|
1499
|
-
},
|
|
1500
|
-
"component": {
|
|
1501
|
-
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
1502
|
-
"name": "component",
|
|
1503
|
-
"default": "face",
|
|
1862
|
+
"description": "JWT bearer token",
|
|
1863
|
+
"env": "FACES_TOKEN",
|
|
1864
|
+
"name": "token",
|
|
1504
1865
|
"hasDynamicHelp": false,
|
|
1505
1866
|
"multiple": false,
|
|
1506
|
-
"options": [
|
|
1507
|
-
"face",
|
|
1508
|
-
"beta",
|
|
1509
|
-
"delta",
|
|
1510
|
-
"epsilon"
|
|
1511
|
-
],
|
|
1512
1867
|
"type": "option"
|
|
1513
1868
|
},
|
|
1514
|
-
"
|
|
1515
|
-
"description": "
|
|
1516
|
-
"
|
|
1517
|
-
"
|
|
1869
|
+
"api-key": {
|
|
1870
|
+
"description": "API key",
|
|
1871
|
+
"env": "FACES_API_KEY",
|
|
1872
|
+
"name": "api-key",
|
|
1518
1873
|
"hasDynamicHelp": false,
|
|
1519
1874
|
"multiple": false,
|
|
1520
|
-
"options": [
|
|
1521
|
-
"nearest",
|
|
1522
|
-
"furthest"
|
|
1523
|
-
],
|
|
1524
1875
|
"type": "option"
|
|
1876
|
+
},
|
|
1877
|
+
"yes": {
|
|
1878
|
+
"description": "Skip confirmation",
|
|
1879
|
+
"name": "yes",
|
|
1880
|
+
"allowNo": false,
|
|
1881
|
+
"type": "boolean"
|
|
1525
1882
|
}
|
|
1526
1883
|
},
|
|
1527
1884
|
"hasDynamicHelp": false,
|
|
1528
1885
|
"hiddenAliases": [],
|
|
1529
|
-
"id": "face:
|
|
1886
|
+
"id": "face:delete",
|
|
1530
1887
|
"pluginAlias": "faces-cli",
|
|
1531
1888
|
"pluginName": "faces-cli",
|
|
1532
1889
|
"pluginType": "core",
|
|
@@ -1537,13 +1894,13 @@
|
|
|
1537
1894
|
"dist",
|
|
1538
1895
|
"commands",
|
|
1539
1896
|
"face",
|
|
1540
|
-
"
|
|
1897
|
+
"delete.js"
|
|
1541
1898
|
]
|
|
1542
1899
|
},
|
|
1543
|
-
"face:
|
|
1900
|
+
"face:diff": {
|
|
1544
1901
|
"aliases": [],
|
|
1545
1902
|
"args": {},
|
|
1546
|
-
"description": "
|
|
1903
|
+
"description": "Compare owned faces pairwise across all centroid components",
|
|
1547
1904
|
"flags": {
|
|
1548
1905
|
"json": {
|
|
1549
1906
|
"description": "Format output as json.",
|
|
@@ -1575,11 +1932,19 @@
|
|
|
1575
1932
|
"hasDynamicHelp": false,
|
|
1576
1933
|
"multiple": false,
|
|
1577
1934
|
"type": "option"
|
|
1935
|
+
},
|
|
1936
|
+
"face": {
|
|
1937
|
+
"description": "Face username to include (repeatable, min 2)",
|
|
1938
|
+
"name": "face",
|
|
1939
|
+
"required": true,
|
|
1940
|
+
"hasDynamicHelp": false,
|
|
1941
|
+
"multiple": true,
|
|
1942
|
+
"type": "option"
|
|
1578
1943
|
}
|
|
1579
1944
|
},
|
|
1580
1945
|
"hasDynamicHelp": false,
|
|
1581
1946
|
"hiddenAliases": [],
|
|
1582
|
-
"id": "face:
|
|
1947
|
+
"id": "face:diff",
|
|
1583
1948
|
"pluginAlias": "faces-cli",
|
|
1584
1949
|
"pluginName": "faces-cli",
|
|
1585
1950
|
"pluginType": "core",
|
|
@@ -1590,10 +1955,10 @@
|
|
|
1590
1955
|
"dist",
|
|
1591
1956
|
"commands",
|
|
1592
1957
|
"face",
|
|
1593
|
-
"
|
|
1958
|
+
"diff.js"
|
|
1594
1959
|
]
|
|
1595
1960
|
},
|
|
1596
|
-
"face:
|
|
1961
|
+
"face:get": {
|
|
1597
1962
|
"aliases": [],
|
|
1598
1963
|
"args": {
|
|
1599
1964
|
"face_id": {
|
|
@@ -1602,7 +1967,7 @@
|
|
|
1602
1967
|
"required": true
|
|
1603
1968
|
}
|
|
1604
1969
|
},
|
|
1605
|
-
"description": "
|
|
1970
|
+
"description": "Get details for a face by ID or username",
|
|
1606
1971
|
"flags": {
|
|
1607
1972
|
"json": {
|
|
1608
1973
|
"description": "Format output as json.",
|
|
@@ -1634,39 +1999,11 @@
|
|
|
1634
1999
|
"hasDynamicHelp": false,
|
|
1635
2000
|
"multiple": false,
|
|
1636
2001
|
"type": "option"
|
|
1637
|
-
},
|
|
1638
|
-
"name": {
|
|
1639
|
-
"description": "New display name",
|
|
1640
|
-
"name": "name",
|
|
1641
|
-
"hasDynamicHelp": false,
|
|
1642
|
-
"multiple": false,
|
|
1643
|
-
"type": "option"
|
|
1644
|
-
},
|
|
1645
|
-
"formula": {
|
|
1646
|
-
"description": "New boolean formula (synthetic faces only)",
|
|
1647
|
-
"name": "formula",
|
|
1648
|
-
"hasDynamicHelp": false,
|
|
1649
|
-
"multiple": false,
|
|
1650
|
-
"type": "option"
|
|
1651
|
-
},
|
|
1652
|
-
"attr": {
|
|
1653
|
-
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
1654
|
-
"name": "attr",
|
|
1655
|
-
"hasDynamicHelp": false,
|
|
1656
|
-
"multiple": true,
|
|
1657
|
-
"type": "option"
|
|
1658
|
-
},
|
|
1659
|
-
"tool": {
|
|
1660
|
-
"description": "Tool names to set (replaces list, repeatable)",
|
|
1661
|
-
"name": "tool",
|
|
1662
|
-
"hasDynamicHelp": false,
|
|
1663
|
-
"multiple": true,
|
|
1664
|
-
"type": "option"
|
|
1665
2002
|
}
|
|
1666
2003
|
},
|
|
1667
2004
|
"hasDynamicHelp": false,
|
|
1668
2005
|
"hiddenAliases": [],
|
|
1669
|
-
"id": "face:
|
|
2006
|
+
"id": "face:get",
|
|
1670
2007
|
"pluginAlias": "faces-cli",
|
|
1671
2008
|
"pluginName": "faces-cli",
|
|
1672
2009
|
"pluginType": "core",
|
|
@@ -1677,19 +2014,13 @@
|
|
|
1677
2014
|
"dist",
|
|
1678
2015
|
"commands",
|
|
1679
2016
|
"face",
|
|
1680
|
-
"
|
|
2017
|
+
"get.js"
|
|
1681
2018
|
]
|
|
1682
2019
|
},
|
|
1683
|
-
"face:
|
|
2020
|
+
"face:list": {
|
|
1684
2021
|
"aliases": [],
|
|
1685
|
-
"args": {
|
|
1686
|
-
|
|
1687
|
-
"description": "Face ID or username",
|
|
1688
|
-
"name": "face_id",
|
|
1689
|
-
"required": true
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
|
-
"description": "Upload a file (text/PDF/audio/video) to a face",
|
|
2022
|
+
"args": {},
|
|
2023
|
+
"description": "List all owned faces",
|
|
1693
2024
|
"flags": {
|
|
1694
2025
|
"json": {
|
|
1695
2026
|
"description": "Format output as json.",
|
|
@@ -1721,31 +2052,11 @@
|
|
|
1721
2052
|
"hasDynamicHelp": false,
|
|
1722
2053
|
"multiple": false,
|
|
1723
2054
|
"type": "option"
|
|
1724
|
-
},
|
|
1725
|
-
"file": {
|
|
1726
|
-
"description": "File to upload",
|
|
1727
|
-
"name": "file",
|
|
1728
|
-
"required": true,
|
|
1729
|
-
"hasDynamicHelp": false,
|
|
1730
|
-
"multiple": false,
|
|
1731
|
-
"type": "option"
|
|
1732
|
-
},
|
|
1733
|
-
"kind": {
|
|
1734
|
-
"description": "Upload kind: document or thread",
|
|
1735
|
-
"name": "kind",
|
|
1736
|
-
"default": "document",
|
|
1737
|
-
"hasDynamicHelp": false,
|
|
1738
|
-
"multiple": false,
|
|
1739
|
-
"options": [
|
|
1740
|
-
"document",
|
|
1741
|
-
"thread"
|
|
1742
|
-
],
|
|
1743
|
-
"type": "option"
|
|
1744
2055
|
}
|
|
1745
2056
|
},
|
|
1746
2057
|
"hasDynamicHelp": false,
|
|
1747
2058
|
"hiddenAliases": [],
|
|
1748
|
-
"id": "face:
|
|
2059
|
+
"id": "face:list",
|
|
1749
2060
|
"pluginAlias": "faces-cli",
|
|
1750
2061
|
"pluginName": "faces-cli",
|
|
1751
2062
|
"pluginType": "core",
|
|
@@ -1756,13 +2067,19 @@
|
|
|
1756
2067
|
"dist",
|
|
1757
2068
|
"commands",
|
|
1758
2069
|
"face",
|
|
1759
|
-
"
|
|
2070
|
+
"list.js"
|
|
1760
2071
|
]
|
|
1761
2072
|
},
|
|
1762
|
-
"
|
|
2073
|
+
"face:neighbors": {
|
|
1763
2074
|
"aliases": [],
|
|
1764
|
-
"args": {
|
|
1765
|
-
|
|
2075
|
+
"args": {
|
|
2076
|
+
"face_id": {
|
|
2077
|
+
"description": "Face username",
|
|
2078
|
+
"name": "face_id",
|
|
2079
|
+
"required": true
|
|
2080
|
+
}
|
|
2081
|
+
},
|
|
2082
|
+
"description": "Find the most similar or dissimilar owned faces to a given face",
|
|
1766
2083
|
"flags": {
|
|
1767
2084
|
"json": {
|
|
1768
2085
|
"description": "Format output as json.",
|
|
@@ -1795,46 +2112,44 @@
|
|
|
1795
2112
|
"multiple": false,
|
|
1796
2113
|
"type": "option"
|
|
1797
2114
|
},
|
|
1798
|
-
"
|
|
1799
|
-
"description": "
|
|
1800
|
-
"name": "
|
|
1801
|
-
"
|
|
2115
|
+
"k": {
|
|
2116
|
+
"description": "Number of results (1–20)",
|
|
2117
|
+
"name": "k",
|
|
2118
|
+
"default": 5,
|
|
1802
2119
|
"hasDynamicHelp": false,
|
|
1803
2120
|
"multiple": false,
|
|
1804
2121
|
"type": "option"
|
|
1805
2122
|
},
|
|
1806
|
-
"
|
|
1807
|
-
"description": "
|
|
1808
|
-
"name": "
|
|
2123
|
+
"component": {
|
|
2124
|
+
"description": "Centroid component to rank on (beta, delta, epsilon are the principal components of a face; face is their composite)",
|
|
2125
|
+
"name": "component",
|
|
2126
|
+
"default": "face",
|
|
1809
2127
|
"hasDynamicHelp": false,
|
|
1810
2128
|
"multiple": false,
|
|
2129
|
+
"options": [
|
|
2130
|
+
"face",
|
|
2131
|
+
"beta",
|
|
2132
|
+
"delta",
|
|
2133
|
+
"epsilon"
|
|
2134
|
+
],
|
|
1811
2135
|
"type": "option"
|
|
1812
2136
|
},
|
|
1813
|
-
"
|
|
1814
|
-
"description": "
|
|
1815
|
-
"name": "
|
|
2137
|
+
"direction": {
|
|
2138
|
+
"description": "nearest (most similar) or furthest (most dissimilar)",
|
|
2139
|
+
"name": "direction",
|
|
2140
|
+
"default": "nearest",
|
|
1816
2141
|
"hasDynamicHelp": false,
|
|
1817
2142
|
"multiple": false,
|
|
1818
|
-
"
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
"name": "face",
|
|
1823
|
-
"hasDynamicHelp": false,
|
|
1824
|
-
"multiple": true,
|
|
1825
|
-
"type": "option"
|
|
1826
|
-
},
|
|
1827
|
-
"model": {
|
|
1828
|
-
"description": "Allowed model name (repeatable)",
|
|
1829
|
-
"name": "model",
|
|
1830
|
-
"hasDynamicHelp": false,
|
|
1831
|
-
"multiple": true,
|
|
2143
|
+
"options": [
|
|
2144
|
+
"nearest",
|
|
2145
|
+
"furthest"
|
|
2146
|
+
],
|
|
1832
2147
|
"type": "option"
|
|
1833
2148
|
}
|
|
1834
2149
|
},
|
|
1835
2150
|
"hasDynamicHelp": false,
|
|
1836
2151
|
"hiddenAliases": [],
|
|
1837
|
-
"id": "
|
|
2152
|
+
"id": "face:neighbors",
|
|
1838
2153
|
"pluginAlias": "faces-cli",
|
|
1839
2154
|
"pluginName": "faces-cli",
|
|
1840
2155
|
"pluginType": "core",
|
|
@@ -1844,14 +2159,14 @@
|
|
|
1844
2159
|
"relativePath": [
|
|
1845
2160
|
"dist",
|
|
1846
2161
|
"commands",
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
2162
|
+
"face",
|
|
2163
|
+
"neighbors.js"
|
|
1849
2164
|
]
|
|
1850
2165
|
},
|
|
1851
|
-
"
|
|
2166
|
+
"face:stats": {
|
|
1852
2167
|
"aliases": [],
|
|
1853
2168
|
"args": {},
|
|
1854
|
-
"description": "
|
|
2169
|
+
"description": "Compile and chat stats for all owned faces",
|
|
1855
2170
|
"flags": {
|
|
1856
2171
|
"json": {
|
|
1857
2172
|
"description": "Format output as json.",
|
|
@@ -1887,7 +2202,7 @@
|
|
|
1887
2202
|
},
|
|
1888
2203
|
"hasDynamicHelp": false,
|
|
1889
2204
|
"hiddenAliases": [],
|
|
1890
|
-
"id": "
|
|
2205
|
+
"id": "face:stats",
|
|
1891
2206
|
"pluginAlias": "faces-cli",
|
|
1892
2207
|
"pluginName": "faces-cli",
|
|
1893
2208
|
"pluginType": "core",
|
|
@@ -1897,20 +2212,20 @@
|
|
|
1897
2212
|
"relativePath": [
|
|
1898
2213
|
"dist",
|
|
1899
2214
|
"commands",
|
|
1900
|
-
"
|
|
1901
|
-
"
|
|
2215
|
+
"face",
|
|
2216
|
+
"stats.js"
|
|
1902
2217
|
]
|
|
1903
2218
|
},
|
|
1904
|
-
"
|
|
2219
|
+
"face:update": {
|
|
1905
2220
|
"aliases": [],
|
|
1906
2221
|
"args": {
|
|
1907
|
-
"
|
|
1908
|
-
"description": "
|
|
1909
|
-
"name": "
|
|
2222
|
+
"face_id": {
|
|
2223
|
+
"description": "Face ID or username",
|
|
2224
|
+
"name": "face_id",
|
|
1910
2225
|
"required": true
|
|
1911
2226
|
}
|
|
1912
2227
|
},
|
|
1913
|
-
"description": "
|
|
2228
|
+
"description": "Update a face's metadata",
|
|
1914
2229
|
"flags": {
|
|
1915
2230
|
"json": {
|
|
1916
2231
|
"description": "Format output as json.",
|
|
@@ -1943,16 +2258,52 @@
|
|
|
1943
2258
|
"multiple": false,
|
|
1944
2259
|
"type": "option"
|
|
1945
2260
|
},
|
|
1946
|
-
"
|
|
1947
|
-
"description": "
|
|
1948
|
-
"name": "
|
|
1949
|
-
"
|
|
1950
|
-
"
|
|
2261
|
+
"name": {
|
|
2262
|
+
"description": "New display name",
|
|
2263
|
+
"name": "name",
|
|
2264
|
+
"hasDynamicHelp": false,
|
|
2265
|
+
"multiple": false,
|
|
2266
|
+
"type": "option"
|
|
2267
|
+
},
|
|
2268
|
+
"description": {
|
|
2269
|
+
"description": "Description for local catalog",
|
|
2270
|
+
"name": "description",
|
|
2271
|
+
"hasDynamicHelp": false,
|
|
2272
|
+
"multiple": false,
|
|
2273
|
+
"type": "option"
|
|
2274
|
+
},
|
|
2275
|
+
"default-model": {
|
|
2276
|
+
"description": "Default LLM for chat (e.g. gpt-4o-mini, claude-sonnet-4-6)",
|
|
2277
|
+
"name": "default-model",
|
|
2278
|
+
"hasDynamicHelp": false,
|
|
2279
|
+
"multiple": false,
|
|
2280
|
+
"type": "option"
|
|
2281
|
+
},
|
|
2282
|
+
"formula": {
|
|
2283
|
+
"description": "New boolean formula (synthetic faces only)",
|
|
2284
|
+
"name": "formula",
|
|
2285
|
+
"hasDynamicHelp": false,
|
|
2286
|
+
"multiple": false,
|
|
2287
|
+
"type": "option"
|
|
2288
|
+
},
|
|
2289
|
+
"attr": {
|
|
2290
|
+
"description": "Update attribute KEY=VALUE (repeatable)",
|
|
2291
|
+
"name": "attr",
|
|
2292
|
+
"hasDynamicHelp": false,
|
|
2293
|
+
"multiple": true,
|
|
2294
|
+
"type": "option"
|
|
2295
|
+
},
|
|
2296
|
+
"tool": {
|
|
2297
|
+
"description": "Tool names to set (replaces list, repeatable)",
|
|
2298
|
+
"name": "tool",
|
|
2299
|
+
"hasDynamicHelp": false,
|
|
2300
|
+
"multiple": true,
|
|
2301
|
+
"type": "option"
|
|
1951
2302
|
}
|
|
1952
2303
|
},
|
|
1953
2304
|
"hasDynamicHelp": false,
|
|
1954
2305
|
"hiddenAliases": [],
|
|
1955
|
-
"id": "
|
|
2306
|
+
"id": "face:update",
|
|
1956
2307
|
"pluginAlias": "faces-cli",
|
|
1957
2308
|
"pluginName": "faces-cli",
|
|
1958
2309
|
"pluginType": "core",
|
|
@@ -1962,20 +2313,20 @@
|
|
|
1962
2313
|
"relativePath": [
|
|
1963
2314
|
"dist",
|
|
1964
2315
|
"commands",
|
|
1965
|
-
"
|
|
1966
|
-
"
|
|
2316
|
+
"face",
|
|
2317
|
+
"update.js"
|
|
1967
2318
|
]
|
|
1968
2319
|
},
|
|
1969
|
-
"
|
|
2320
|
+
"face:upload": {
|
|
1970
2321
|
"aliases": [],
|
|
1971
2322
|
"args": {
|
|
1972
|
-
"
|
|
1973
|
-
"description": "
|
|
1974
|
-
"name": "
|
|
2323
|
+
"face_id": {
|
|
2324
|
+
"description": "Face ID or username",
|
|
2325
|
+
"name": "face_id",
|
|
1975
2326
|
"required": true
|
|
1976
2327
|
}
|
|
1977
2328
|
},
|
|
1978
|
-
"description": "
|
|
2329
|
+
"description": "Upload a file (text/PDF/audio/video) to a face",
|
|
1979
2330
|
"flags": {
|
|
1980
2331
|
"json": {
|
|
1981
2332
|
"description": "Format output as json.",
|
|
@@ -2008,30 +2359,30 @@
|
|
|
2008
2359
|
"multiple": false,
|
|
2009
2360
|
"type": "option"
|
|
2010
2361
|
},
|
|
2011
|
-
"
|
|
2012
|
-
"description": "
|
|
2013
|
-
"name": "
|
|
2362
|
+
"file": {
|
|
2363
|
+
"description": "File to upload",
|
|
2364
|
+
"name": "file",
|
|
2365
|
+
"required": true,
|
|
2014
2366
|
"hasDynamicHelp": false,
|
|
2015
2367
|
"multiple": false,
|
|
2016
2368
|
"type": "option"
|
|
2017
2369
|
},
|
|
2018
|
-
"
|
|
2019
|
-
"description": "
|
|
2020
|
-
"name": "
|
|
2370
|
+
"kind": {
|
|
2371
|
+
"description": "Upload kind: document or thread",
|
|
2372
|
+
"name": "kind",
|
|
2373
|
+
"default": "document",
|
|
2021
2374
|
"hasDynamicHelp": false,
|
|
2022
2375
|
"multiple": false,
|
|
2376
|
+
"options": [
|
|
2377
|
+
"document",
|
|
2378
|
+
"thread"
|
|
2379
|
+
],
|
|
2023
2380
|
"type": "option"
|
|
2024
|
-
},
|
|
2025
|
-
"reset-spent": {
|
|
2026
|
-
"description": "Reset spent amount to zero",
|
|
2027
|
-
"name": "reset-spent",
|
|
2028
|
-
"allowNo": false,
|
|
2029
|
-
"type": "boolean"
|
|
2030
2381
|
}
|
|
2031
2382
|
},
|
|
2032
2383
|
"hasDynamicHelp": false,
|
|
2033
2384
|
"hiddenAliases": [],
|
|
2034
|
-
"id": "
|
|
2385
|
+
"id": "face:upload",
|
|
2035
2386
|
"pluginAlias": "faces-cli",
|
|
2036
2387
|
"pluginName": "faces-cli",
|
|
2037
2388
|
"pluginType": "core",
|
|
@@ -2041,14 +2392,14 @@
|
|
|
2041
2392
|
"relativePath": [
|
|
2042
2393
|
"dist",
|
|
2043
2394
|
"commands",
|
|
2044
|
-
"
|
|
2045
|
-
"
|
|
2395
|
+
"face",
|
|
2396
|
+
"upload.js"
|
|
2046
2397
|
]
|
|
2047
2398
|
},
|
|
2048
|
-
"
|
|
2399
|
+
"keys:create": {
|
|
2049
2400
|
"aliases": [],
|
|
2050
2401
|
"args": {},
|
|
2051
|
-
"description": "
|
|
2402
|
+
"description": "Create a new API key (JWT required)",
|
|
2052
2403
|
"flags": {
|
|
2053
2404
|
"json": {
|
|
2054
2405
|
"description": "Format output as json.",
|
|
@@ -2080,11 +2431,47 @@
|
|
|
2080
2431
|
"hasDynamicHelp": false,
|
|
2081
2432
|
"multiple": false,
|
|
2082
2433
|
"type": "option"
|
|
2434
|
+
},
|
|
2435
|
+
"name": {
|
|
2436
|
+
"description": "Key name/label",
|
|
2437
|
+
"name": "name",
|
|
2438
|
+
"required": true,
|
|
2439
|
+
"hasDynamicHelp": false,
|
|
2440
|
+
"multiple": false,
|
|
2441
|
+
"type": "option"
|
|
2442
|
+
},
|
|
2443
|
+
"expires-days": {
|
|
2444
|
+
"description": "Expiry in days (omit for no expiry)",
|
|
2445
|
+
"name": "expires-days",
|
|
2446
|
+
"hasDynamicHelp": false,
|
|
2447
|
+
"multiple": false,
|
|
2448
|
+
"type": "option"
|
|
2449
|
+
},
|
|
2450
|
+
"budget": {
|
|
2451
|
+
"description": "Spend budget in USD",
|
|
2452
|
+
"name": "budget",
|
|
2453
|
+
"hasDynamicHelp": false,
|
|
2454
|
+
"multiple": false,
|
|
2455
|
+
"type": "option"
|
|
2456
|
+
},
|
|
2457
|
+
"face": {
|
|
2458
|
+
"description": "Allowed face username (repeatable)",
|
|
2459
|
+
"name": "face",
|
|
2460
|
+
"hasDynamicHelp": false,
|
|
2461
|
+
"multiple": true,
|
|
2462
|
+
"type": "option"
|
|
2463
|
+
},
|
|
2464
|
+
"model": {
|
|
2465
|
+
"description": "Allowed model name (repeatable)",
|
|
2466
|
+
"name": "model",
|
|
2467
|
+
"hasDynamicHelp": false,
|
|
2468
|
+
"multiple": true,
|
|
2469
|
+
"type": "option"
|
|
2083
2470
|
}
|
|
2084
2471
|
},
|
|
2085
2472
|
"hasDynamicHelp": false,
|
|
2086
2473
|
"hiddenAliases": [],
|
|
2087
|
-
"id": "
|
|
2474
|
+
"id": "keys:create",
|
|
2088
2475
|
"pluginAlias": "faces-cli",
|
|
2089
2476
|
"pluginName": "faces-cli",
|
|
2090
2477
|
"pluginType": "core",
|
|
@@ -2094,14 +2481,14 @@
|
|
|
2094
2481
|
"relativePath": [
|
|
2095
2482
|
"dist",
|
|
2096
2483
|
"commands",
|
|
2097
|
-
"
|
|
2098
|
-
"
|
|
2484
|
+
"keys",
|
|
2485
|
+
"create.js"
|
|
2099
2486
|
]
|
|
2100
2487
|
},
|
|
2101
|
-
"
|
|
2488
|
+
"keys:list": {
|
|
2102
2489
|
"aliases": [],
|
|
2103
2490
|
"args": {},
|
|
2104
|
-
"description": "
|
|
2491
|
+
"description": "List all API keys (JWT required)",
|
|
2105
2492
|
"flags": {
|
|
2106
2493
|
"json": {
|
|
2107
2494
|
"description": "Format output as json.",
|
|
@@ -2137,7 +2524,7 @@
|
|
|
2137
2524
|
},
|
|
2138
2525
|
"hasDynamicHelp": false,
|
|
2139
2526
|
"hiddenAliases": [],
|
|
2140
|
-
"id": "
|
|
2527
|
+
"id": "keys:list",
|
|
2141
2528
|
"pluginAlias": "faces-cli",
|
|
2142
2529
|
"pluginName": "faces-cli",
|
|
2143
2530
|
"pluginType": "core",
|
|
@@ -2147,14 +2534,20 @@
|
|
|
2147
2534
|
"relativePath": [
|
|
2148
2535
|
"dist",
|
|
2149
2536
|
"commands",
|
|
2150
|
-
"
|
|
2151
|
-
"
|
|
2537
|
+
"keys",
|
|
2538
|
+
"list.js"
|
|
2152
2539
|
]
|
|
2153
2540
|
},
|
|
2154
|
-
"
|
|
2541
|
+
"keys:revoke": {
|
|
2155
2542
|
"aliases": [],
|
|
2156
|
-
"args": {
|
|
2157
|
-
|
|
2543
|
+
"args": {
|
|
2544
|
+
"key_id": {
|
|
2545
|
+
"description": "Key ID",
|
|
2546
|
+
"name": "key_id",
|
|
2547
|
+
"required": true
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
"description": "Revoke an API key (JWT required)",
|
|
2158
2551
|
"flags": {
|
|
2159
2552
|
"json": {
|
|
2160
2553
|
"description": "Format output as json.",
|
|
@@ -2187,22 +2580,16 @@
|
|
|
2187
2580
|
"multiple": false,
|
|
2188
2581
|
"type": "option"
|
|
2189
2582
|
},
|
|
2190
|
-
"
|
|
2191
|
-
"description": "
|
|
2192
|
-
"name": "
|
|
2193
|
-
"
|
|
2194
|
-
"
|
|
2195
|
-
"multiple": false,
|
|
2196
|
-
"options": [
|
|
2197
|
-
"standard",
|
|
2198
|
-
"pro"
|
|
2199
|
-
],
|
|
2200
|
-
"type": "option"
|
|
2583
|
+
"yes": {
|
|
2584
|
+
"description": "Skip confirmation",
|
|
2585
|
+
"name": "yes",
|
|
2586
|
+
"allowNo": false,
|
|
2587
|
+
"type": "boolean"
|
|
2201
2588
|
}
|
|
2202
2589
|
},
|
|
2203
2590
|
"hasDynamicHelp": false,
|
|
2204
2591
|
"hiddenAliases": [],
|
|
2205
|
-
"id": "
|
|
2592
|
+
"id": "keys:revoke",
|
|
2206
2593
|
"pluginAlias": "faces-cli",
|
|
2207
2594
|
"pluginName": "faces-cli",
|
|
2208
2595
|
"pluginType": "core",
|
|
@@ -2212,14 +2599,20 @@
|
|
|
2212
2599
|
"relativePath": [
|
|
2213
2600
|
"dist",
|
|
2214
2601
|
"commands",
|
|
2215
|
-
"
|
|
2216
|
-
"
|
|
2602
|
+
"keys",
|
|
2603
|
+
"revoke.js"
|
|
2217
2604
|
]
|
|
2218
2605
|
},
|
|
2219
|
-
"
|
|
2606
|
+
"keys:update": {
|
|
2220
2607
|
"aliases": [],
|
|
2221
|
-
"args": {
|
|
2222
|
-
|
|
2608
|
+
"args": {
|
|
2609
|
+
"key_id": {
|
|
2610
|
+
"description": "Key ID",
|
|
2611
|
+
"name": "key_id",
|
|
2612
|
+
"required": true
|
|
2613
|
+
}
|
|
2614
|
+
},
|
|
2615
|
+
"description": "Update API key metadata (JWT required)",
|
|
2223
2616
|
"flags": {
|
|
2224
2617
|
"json": {
|
|
2225
2618
|
"description": "Format output as json.",
|
|
@@ -2252,17 +2645,30 @@
|
|
|
2252
2645
|
"multiple": false,
|
|
2253
2646
|
"type": "option"
|
|
2254
2647
|
},
|
|
2255
|
-
"
|
|
2256
|
-
"description": "
|
|
2257
|
-
"name": "
|
|
2648
|
+
"name": {
|
|
2649
|
+
"description": "New key name",
|
|
2650
|
+
"name": "name",
|
|
2651
|
+
"hasDynamicHelp": false,
|
|
2652
|
+
"multiple": false,
|
|
2653
|
+
"type": "option"
|
|
2654
|
+
},
|
|
2655
|
+
"budget": {
|
|
2656
|
+
"description": "New spend budget in USD",
|
|
2657
|
+
"name": "budget",
|
|
2258
2658
|
"hasDynamicHelp": false,
|
|
2259
2659
|
"multiple": false,
|
|
2260
2660
|
"type": "option"
|
|
2661
|
+
},
|
|
2662
|
+
"reset-spent": {
|
|
2663
|
+
"description": "Reset spent amount to zero",
|
|
2664
|
+
"name": "reset-spent",
|
|
2665
|
+
"allowNo": false,
|
|
2666
|
+
"type": "boolean"
|
|
2261
2667
|
}
|
|
2262
2668
|
},
|
|
2263
2669
|
"hasDynamicHelp": false,
|
|
2264
2670
|
"hiddenAliases": [],
|
|
2265
|
-
"id": "
|
|
2671
|
+
"id": "keys:update",
|
|
2266
2672
|
"pluginAlias": "faces-cli",
|
|
2267
2673
|
"pluginName": "faces-cli",
|
|
2268
2674
|
"pluginType": "core",
|
|
@@ -2272,14 +2678,20 @@
|
|
|
2272
2678
|
"relativePath": [
|
|
2273
2679
|
"dist",
|
|
2274
2680
|
"commands",
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2681
|
+
"keys",
|
|
2682
|
+
"update.js"
|
|
2277
2683
|
]
|
|
2278
2684
|
},
|
|
2279
|
-
"
|
|
2685
|
+
"compile:doc:create": {
|
|
2280
2686
|
"aliases": [],
|
|
2281
|
-
"args": {
|
|
2282
|
-
|
|
2687
|
+
"args": {
|
|
2688
|
+
"face_id": {
|
|
2689
|
+
"description": "Face ID or username",
|
|
2690
|
+
"name": "face_id",
|
|
2691
|
+
"required": true
|
|
2692
|
+
}
|
|
2693
|
+
},
|
|
2694
|
+
"description": "Submit a document to a face",
|
|
2283
2695
|
"flags": {
|
|
2284
2696
|
"json": {
|
|
2285
2697
|
"description": "Format output as json.",
|
|
@@ -2311,11 +2723,44 @@
|
|
|
2311
2723
|
"hasDynamicHelp": false,
|
|
2312
2724
|
"multiple": false,
|
|
2313
2725
|
"type": "option"
|
|
2726
|
+
},
|
|
2727
|
+
"label": {
|
|
2728
|
+
"description": "Document label/title",
|
|
2729
|
+
"name": "label",
|
|
2730
|
+
"hasDynamicHelp": false,
|
|
2731
|
+
"multiple": false,
|
|
2732
|
+
"type": "option"
|
|
2733
|
+
},
|
|
2734
|
+
"content": {
|
|
2735
|
+
"description": "Inline text content",
|
|
2736
|
+
"name": "content",
|
|
2737
|
+
"hasDynamicHelp": false,
|
|
2738
|
+
"multiple": false,
|
|
2739
|
+
"type": "option"
|
|
2740
|
+
},
|
|
2741
|
+
"file": {
|
|
2742
|
+
"description": "Read content from file",
|
|
2743
|
+
"name": "file",
|
|
2744
|
+
"hasDynamicHelp": false,
|
|
2745
|
+
"multiple": false,
|
|
2746
|
+
"type": "option"
|
|
2747
|
+
},
|
|
2748
|
+
"perspective": {
|
|
2749
|
+
"description": "Perspective (first-person or third-person)",
|
|
2750
|
+
"name": "perspective",
|
|
2751
|
+
"default": "first-person",
|
|
2752
|
+
"hasDynamicHelp": false,
|
|
2753
|
+
"multiple": false,
|
|
2754
|
+
"options": [
|
|
2755
|
+
"first-person",
|
|
2756
|
+
"third-person"
|
|
2757
|
+
],
|
|
2758
|
+
"type": "option"
|
|
2314
2759
|
}
|
|
2315
2760
|
},
|
|
2316
2761
|
"hasDynamicHelp": false,
|
|
2317
2762
|
"hiddenAliases": [],
|
|
2318
|
-
"id": "
|
|
2763
|
+
"id": "compile:doc:create",
|
|
2319
2764
|
"pluginAlias": "faces-cli",
|
|
2320
2765
|
"pluginName": "faces-cli",
|
|
2321
2766
|
"pluginType": "core",
|
|
@@ -2325,14 +2770,21 @@
|
|
|
2325
2770
|
"relativePath": [
|
|
2326
2771
|
"dist",
|
|
2327
2772
|
"commands",
|
|
2328
|
-
"
|
|
2329
|
-
"
|
|
2773
|
+
"compile",
|
|
2774
|
+
"doc",
|
|
2775
|
+
"create.js"
|
|
2330
2776
|
]
|
|
2331
2777
|
},
|
|
2332
|
-
"
|
|
2778
|
+
"compile:doc:delete": {
|
|
2333
2779
|
"aliases": [],
|
|
2334
|
-
"args": {
|
|
2335
|
-
|
|
2780
|
+
"args": {
|
|
2781
|
+
"doc_id": {
|
|
2782
|
+
"description": "Document ID",
|
|
2783
|
+
"name": "doc_id",
|
|
2784
|
+
"required": true
|
|
2785
|
+
}
|
|
2786
|
+
},
|
|
2787
|
+
"description": "Delete a document",
|
|
2336
2788
|
"flags": {
|
|
2337
2789
|
"json": {
|
|
2338
2790
|
"description": "Format output as json.",
|
|
@@ -2368,7 +2820,7 @@
|
|
|
2368
2820
|
},
|
|
2369
2821
|
"hasDynamicHelp": false,
|
|
2370
2822
|
"hiddenAliases": [],
|
|
2371
|
-
"id": "
|
|
2823
|
+
"id": "compile:doc:delete",
|
|
2372
2824
|
"pluginAlias": "faces-cli",
|
|
2373
2825
|
"pluginName": "faces-cli",
|
|
2374
2826
|
"pluginType": "core",
|
|
@@ -2378,14 +2830,21 @@
|
|
|
2378
2830
|
"relativePath": [
|
|
2379
2831
|
"dist",
|
|
2380
2832
|
"commands",
|
|
2381
|
-
"
|
|
2382
|
-
"
|
|
2833
|
+
"compile",
|
|
2834
|
+
"doc",
|
|
2835
|
+
"delete.js"
|
|
2383
2836
|
]
|
|
2384
2837
|
},
|
|
2385
|
-
"
|
|
2838
|
+
"compile:doc:edit": {
|
|
2386
2839
|
"aliases": [],
|
|
2387
|
-
"args": {
|
|
2388
|
-
|
|
2840
|
+
"args": {
|
|
2841
|
+
"doc_id": {
|
|
2842
|
+
"description": "Document ID",
|
|
2843
|
+
"name": "doc_id",
|
|
2844
|
+
"required": true
|
|
2845
|
+
}
|
|
2846
|
+
},
|
|
2847
|
+
"description": "Edit a document (label, content, or perspective)",
|
|
2389
2848
|
"flags": {
|
|
2390
2849
|
"json": {
|
|
2391
2850
|
"description": "Format output as json.",
|
|
@@ -2418,25 +2877,42 @@
|
|
|
2418
2877
|
"multiple": false,
|
|
2419
2878
|
"type": "option"
|
|
2420
2879
|
},
|
|
2421
|
-
"
|
|
2422
|
-
"description": "
|
|
2423
|
-
"name": "
|
|
2424
|
-
"
|
|
2880
|
+
"label": {
|
|
2881
|
+
"description": "New label/title",
|
|
2882
|
+
"name": "label",
|
|
2883
|
+
"hasDynamicHelp": false,
|
|
2884
|
+
"multiple": false,
|
|
2885
|
+
"type": "option"
|
|
2886
|
+
},
|
|
2887
|
+
"content": {
|
|
2888
|
+
"description": "New inline text content",
|
|
2889
|
+
"name": "content",
|
|
2890
|
+
"hasDynamicHelp": false,
|
|
2891
|
+
"multiple": false,
|
|
2892
|
+
"type": "option"
|
|
2893
|
+
},
|
|
2894
|
+
"file": {
|
|
2895
|
+
"description": "Read new content from file",
|
|
2896
|
+
"name": "file",
|
|
2425
2897
|
"hasDynamicHelp": false,
|
|
2426
2898
|
"multiple": false,
|
|
2427
2899
|
"type": "option"
|
|
2428
2900
|
},
|
|
2429
|
-
"
|
|
2430
|
-
"description": "
|
|
2431
|
-
"name": "
|
|
2901
|
+
"perspective": {
|
|
2902
|
+
"description": "Perspective (first-person or third-person)",
|
|
2903
|
+
"name": "perspective",
|
|
2432
2904
|
"hasDynamicHelp": false,
|
|
2433
2905
|
"multiple": false,
|
|
2906
|
+
"options": [
|
|
2907
|
+
"first-person",
|
|
2908
|
+
"third-person"
|
|
2909
|
+
],
|
|
2434
2910
|
"type": "option"
|
|
2435
2911
|
}
|
|
2436
2912
|
},
|
|
2437
2913
|
"hasDynamicHelp": false,
|
|
2438
2914
|
"hiddenAliases": [],
|
|
2439
|
-
"id": "
|
|
2915
|
+
"id": "compile:doc:edit",
|
|
2440
2916
|
"pluginAlias": "faces-cli",
|
|
2441
2917
|
"pluginName": "faces-cli",
|
|
2442
2918
|
"pluginType": "core",
|
|
@@ -2446,14 +2922,21 @@
|
|
|
2446
2922
|
"relativePath": [
|
|
2447
2923
|
"dist",
|
|
2448
2924
|
"commands",
|
|
2449
|
-
"
|
|
2450
|
-
"
|
|
2925
|
+
"compile",
|
|
2926
|
+
"doc",
|
|
2927
|
+
"edit.js"
|
|
2451
2928
|
]
|
|
2452
2929
|
},
|
|
2453
|
-
"
|
|
2930
|
+
"compile:doc:get": {
|
|
2454
2931
|
"aliases": [],
|
|
2455
|
-
"args": {
|
|
2456
|
-
|
|
2932
|
+
"args": {
|
|
2933
|
+
"doc_id": {
|
|
2934
|
+
"description": "Document ID",
|
|
2935
|
+
"name": "doc_id",
|
|
2936
|
+
"required": true
|
|
2937
|
+
}
|
|
2938
|
+
},
|
|
2939
|
+
"description": "Get a document by ID",
|
|
2457
2940
|
"flags": {
|
|
2458
2941
|
"json": {
|
|
2459
2942
|
"description": "Format output as json.",
|
|
@@ -2485,38 +2968,11 @@
|
|
|
2485
2968
|
"hasDynamicHelp": false,
|
|
2486
2969
|
"multiple": false,
|
|
2487
2970
|
"type": "option"
|
|
2488
|
-
},
|
|
2489
|
-
"group-by": {
|
|
2490
|
-
"description": "Group results",
|
|
2491
|
-
"name": "group-by",
|
|
2492
|
-
"hasDynamicHelp": false,
|
|
2493
|
-
"multiple": false,
|
|
2494
|
-
"options": [
|
|
2495
|
-
"api_key",
|
|
2496
|
-
"model",
|
|
2497
|
-
"llm",
|
|
2498
|
-
"date"
|
|
2499
|
-
],
|
|
2500
|
-
"type": "option"
|
|
2501
|
-
},
|
|
2502
|
-
"from": {
|
|
2503
|
-
"description": "Start date (YYYY-MM-DD)",
|
|
2504
|
-
"name": "from",
|
|
2505
|
-
"hasDynamicHelp": false,
|
|
2506
|
-
"multiple": false,
|
|
2507
|
-
"type": "option"
|
|
2508
|
-
},
|
|
2509
|
-
"to": {
|
|
2510
|
-
"description": "End date (YYYY-MM-DD)",
|
|
2511
|
-
"name": "to",
|
|
2512
|
-
"hasDynamicHelp": false,
|
|
2513
|
-
"multiple": false,
|
|
2514
|
-
"type": "option"
|
|
2515
2971
|
}
|
|
2516
2972
|
},
|
|
2517
2973
|
"hasDynamicHelp": false,
|
|
2518
2974
|
"hiddenAliases": [],
|
|
2519
|
-
"id": "
|
|
2975
|
+
"id": "compile:doc:get",
|
|
2520
2976
|
"pluginAlias": "faces-cli",
|
|
2521
2977
|
"pluginName": "faces-cli",
|
|
2522
2978
|
"pluginType": "core",
|
|
@@ -2526,11 +2982,12 @@
|
|
|
2526
2982
|
"relativePath": [
|
|
2527
2983
|
"dist",
|
|
2528
2984
|
"commands",
|
|
2529
|
-
"
|
|
2530
|
-
"
|
|
2985
|
+
"compile",
|
|
2986
|
+
"doc",
|
|
2987
|
+
"get.js"
|
|
2531
2988
|
]
|
|
2532
2989
|
},
|
|
2533
|
-
"compile:
|
|
2990
|
+
"compile:doc": {
|
|
2534
2991
|
"aliases": [],
|
|
2535
2992
|
"args": {
|
|
2536
2993
|
"face_id": {
|
|
@@ -2539,7 +2996,7 @@
|
|
|
2539
2996
|
"required": true
|
|
2540
2997
|
}
|
|
2541
2998
|
},
|
|
2542
|
-
"description": "
|
|
2999
|
+
"description": "Compile a document into a face (create → make in one step)",
|
|
2543
3000
|
"flags": {
|
|
2544
3001
|
"json": {
|
|
2545
3002
|
"description": "Format output as json.",
|
|
@@ -2573,16 +3030,50 @@
|
|
|
2573
3030
|
"type": "option"
|
|
2574
3031
|
},
|
|
2575
3032
|
"label": {
|
|
2576
|
-
"description": "
|
|
3033
|
+
"description": "Document label/title",
|
|
2577
3034
|
"name": "label",
|
|
2578
3035
|
"hasDynamicHelp": false,
|
|
2579
3036
|
"multiple": false,
|
|
2580
3037
|
"type": "option"
|
|
3038
|
+
},
|
|
3039
|
+
"content": {
|
|
3040
|
+
"description": "Inline text content",
|
|
3041
|
+
"name": "content",
|
|
3042
|
+
"hasDynamicHelp": false,
|
|
3043
|
+
"multiple": false,
|
|
3044
|
+
"type": "option"
|
|
3045
|
+
},
|
|
3046
|
+
"file": {
|
|
3047
|
+
"description": "Read content from file",
|
|
3048
|
+
"name": "file",
|
|
3049
|
+
"hasDynamicHelp": false,
|
|
3050
|
+
"multiple": false,
|
|
3051
|
+
"type": "option"
|
|
3052
|
+
},
|
|
3053
|
+
"perspective": {
|
|
3054
|
+
"description": "Perspective",
|
|
3055
|
+
"name": "perspective",
|
|
3056
|
+
"default": "first-person",
|
|
3057
|
+
"hasDynamicHelp": false,
|
|
3058
|
+
"multiple": false,
|
|
3059
|
+
"options": [
|
|
3060
|
+
"first-person",
|
|
3061
|
+
"third-person"
|
|
3062
|
+
],
|
|
3063
|
+
"type": "option"
|
|
3064
|
+
},
|
|
3065
|
+
"timeout": {
|
|
3066
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
3067
|
+
"name": "timeout",
|
|
3068
|
+
"default": 600,
|
|
3069
|
+
"hasDynamicHelp": false,
|
|
3070
|
+
"multiple": false,
|
|
3071
|
+
"type": "option"
|
|
2581
3072
|
}
|
|
2582
3073
|
},
|
|
2583
3074
|
"hasDynamicHelp": false,
|
|
2584
3075
|
"hiddenAliases": [],
|
|
2585
|
-
"id": "compile:
|
|
3076
|
+
"id": "compile:doc",
|
|
2586
3077
|
"pluginAlias": "faces-cli",
|
|
2587
3078
|
"pluginName": "faces-cli",
|
|
2588
3079
|
"pluginType": "core",
|
|
@@ -2593,11 +3084,11 @@
|
|
|
2593
3084
|
"dist",
|
|
2594
3085
|
"commands",
|
|
2595
3086
|
"compile",
|
|
2596
|
-
"
|
|
2597
|
-
"
|
|
3087
|
+
"doc",
|
|
3088
|
+
"index.js"
|
|
2598
3089
|
]
|
|
2599
3090
|
},
|
|
2600
|
-
"compile:
|
|
3091
|
+
"compile:doc:list": {
|
|
2601
3092
|
"aliases": [],
|
|
2602
3093
|
"args": {
|
|
2603
3094
|
"face_id": {
|
|
@@ -2606,7 +3097,7 @@
|
|
|
2606
3097
|
"required": true
|
|
2607
3098
|
}
|
|
2608
3099
|
},
|
|
2609
|
-
"description": "List
|
|
3100
|
+
"description": "List documents for a face",
|
|
2610
3101
|
"flags": {
|
|
2611
3102
|
"json": {
|
|
2612
3103
|
"description": "Format output as json.",
|
|
@@ -2642,7 +3133,7 @@
|
|
|
2642
3133
|
},
|
|
2643
3134
|
"hasDynamicHelp": false,
|
|
2644
3135
|
"hiddenAliases": [],
|
|
2645
|
-
"id": "compile:
|
|
3136
|
+
"id": "compile:doc:list",
|
|
2646
3137
|
"pluginAlias": "faces-cli",
|
|
2647
3138
|
"pluginName": "faces-cli",
|
|
2648
3139
|
"pluginType": "core",
|
|
@@ -2653,20 +3144,20 @@
|
|
|
2653
3144
|
"dist",
|
|
2654
3145
|
"commands",
|
|
2655
3146
|
"compile",
|
|
2656
|
-
"
|
|
3147
|
+
"doc",
|
|
2657
3148
|
"list.js"
|
|
2658
3149
|
]
|
|
2659
3150
|
},
|
|
2660
|
-
"compile:
|
|
3151
|
+
"compile:doc:make": {
|
|
2661
3152
|
"aliases": [],
|
|
2662
3153
|
"args": {
|
|
2663
|
-
"
|
|
2664
|
-
"description": "
|
|
2665
|
-
"name": "
|
|
3154
|
+
"doc_id": {
|
|
3155
|
+
"description": "Document ID",
|
|
3156
|
+
"name": "doc_id",
|
|
2666
3157
|
"required": true
|
|
2667
3158
|
}
|
|
2668
3159
|
},
|
|
2669
|
-
"description": "
|
|
3160
|
+
"description": "Compile an existing document (prepare + sync in one step)",
|
|
2670
3161
|
"flags": {
|
|
2671
3162
|
"json": {
|
|
2672
3163
|
"description": "Format output as json.",
|
|
@@ -2699,11 +3190,10 @@
|
|
|
2699
3190
|
"multiple": false,
|
|
2700
3191
|
"type": "option"
|
|
2701
3192
|
},
|
|
2702
|
-
"
|
|
2703
|
-
"
|
|
2704
|
-
"
|
|
2705
|
-
"
|
|
2706
|
-
"required": true,
|
|
3193
|
+
"timeout": {
|
|
3194
|
+
"description": "Compile timeout in seconds (default: 600)",
|
|
3195
|
+
"name": "timeout",
|
|
3196
|
+
"default": 600,
|
|
2707
3197
|
"hasDynamicHelp": false,
|
|
2708
3198
|
"multiple": false,
|
|
2709
3199
|
"type": "option"
|
|
@@ -2711,7 +3201,7 @@
|
|
|
2711
3201
|
},
|
|
2712
3202
|
"hasDynamicHelp": false,
|
|
2713
3203
|
"hiddenAliases": [],
|
|
2714
|
-
"id": "compile:
|
|
3204
|
+
"id": "compile:doc:make",
|
|
2715
3205
|
"pluginAlias": "faces-cli",
|
|
2716
3206
|
"pluginName": "faces-cli",
|
|
2717
3207
|
"pluginType": "core",
|
|
@@ -2722,20 +3212,20 @@
|
|
|
2722
3212
|
"dist",
|
|
2723
3213
|
"commands",
|
|
2724
3214
|
"compile",
|
|
2725
|
-
"
|
|
2726
|
-
"
|
|
3215
|
+
"doc",
|
|
3216
|
+
"make.js"
|
|
2727
3217
|
]
|
|
2728
3218
|
},
|
|
2729
|
-
"compile:thread:
|
|
3219
|
+
"compile:thread:create": {
|
|
2730
3220
|
"aliases": [],
|
|
2731
3221
|
"args": {
|
|
2732
|
-
"
|
|
2733
|
-
"description": "
|
|
2734
|
-
"name": "
|
|
3222
|
+
"face_id": {
|
|
3223
|
+
"description": "Face ID or username",
|
|
3224
|
+
"name": "face_id",
|
|
2735
3225
|
"required": true
|
|
2736
3226
|
}
|
|
2737
3227
|
},
|
|
2738
|
-
"description": "
|
|
3228
|
+
"description": "Start a new thread for a face",
|
|
2739
3229
|
"flags": {
|
|
2740
3230
|
"json": {
|
|
2741
3231
|
"description": "Format output as json.",
|
|
@@ -2767,11 +3257,18 @@
|
|
|
2767
3257
|
"hasDynamicHelp": false,
|
|
2768
3258
|
"multiple": false,
|
|
2769
3259
|
"type": "option"
|
|
3260
|
+
},
|
|
3261
|
+
"label": {
|
|
3262
|
+
"description": "Thread label",
|
|
3263
|
+
"name": "label",
|
|
3264
|
+
"hasDynamicHelp": false,
|
|
3265
|
+
"multiple": false,
|
|
3266
|
+
"type": "option"
|
|
2770
3267
|
}
|
|
2771
3268
|
},
|
|
2772
3269
|
"hasDynamicHelp": false,
|
|
2773
3270
|
"hiddenAliases": [],
|
|
2774
|
-
"id": "compile:thread:
|
|
3271
|
+
"id": "compile:thread:create",
|
|
2775
3272
|
"pluginAlias": "faces-cli",
|
|
2776
3273
|
"pluginName": "faces-cli",
|
|
2777
3274
|
"pluginType": "core",
|
|
@@ -2783,19 +3280,19 @@
|
|
|
2783
3280
|
"commands",
|
|
2784
3281
|
"compile",
|
|
2785
3282
|
"thread",
|
|
2786
|
-
"
|
|
3283
|
+
"create.js"
|
|
2787
3284
|
]
|
|
2788
3285
|
},
|
|
2789
|
-
"compile:
|
|
3286
|
+
"compile:thread:delete": {
|
|
2790
3287
|
"aliases": [],
|
|
2791
3288
|
"args": {
|
|
2792
|
-
"
|
|
2793
|
-
"description": "
|
|
2794
|
-
"name": "
|
|
3289
|
+
"thread_id": {
|
|
3290
|
+
"description": "Thread ID",
|
|
3291
|
+
"name": "thread_id",
|
|
2795
3292
|
"required": true
|
|
2796
3293
|
}
|
|
2797
3294
|
},
|
|
2798
|
-
"description": "
|
|
3295
|
+
"description": "Delete a thread",
|
|
2799
3296
|
"flags": {
|
|
2800
3297
|
"json": {
|
|
2801
3298
|
"description": "Format output as json.",
|
|
@@ -2828,31 +3325,16 @@
|
|
|
2828
3325
|
"multiple": false,
|
|
2829
3326
|
"type": "option"
|
|
2830
3327
|
},
|
|
2831
|
-
"
|
|
2832
|
-
"description": "
|
|
2833
|
-
"name": "
|
|
2834
|
-
"
|
|
2835
|
-
"
|
|
2836
|
-
"type": "option"
|
|
2837
|
-
},
|
|
2838
|
-
"content": {
|
|
2839
|
-
"description": "Inline text content",
|
|
2840
|
-
"name": "content",
|
|
2841
|
-
"hasDynamicHelp": false,
|
|
2842
|
-
"multiple": false,
|
|
2843
|
-
"type": "option"
|
|
2844
|
-
},
|
|
2845
|
-
"file": {
|
|
2846
|
-
"description": "Read content from file",
|
|
2847
|
-
"name": "file",
|
|
2848
|
-
"hasDynamicHelp": false,
|
|
2849
|
-
"multiple": false,
|
|
2850
|
-
"type": "option"
|
|
3328
|
+
"yes": {
|
|
3329
|
+
"description": "Skip confirmation",
|
|
3330
|
+
"name": "yes",
|
|
3331
|
+
"allowNo": false,
|
|
3332
|
+
"type": "boolean"
|
|
2851
3333
|
}
|
|
2852
3334
|
},
|
|
2853
3335
|
"hasDynamicHelp": false,
|
|
2854
3336
|
"hiddenAliases": [],
|
|
2855
|
-
"id": "compile:
|
|
3337
|
+
"id": "compile:thread:delete",
|
|
2856
3338
|
"pluginAlias": "faces-cli",
|
|
2857
3339
|
"pluginName": "faces-cli",
|
|
2858
3340
|
"pluginType": "core",
|
|
@@ -2863,20 +3345,20 @@
|
|
|
2863
3345
|
"dist",
|
|
2864
3346
|
"commands",
|
|
2865
3347
|
"compile",
|
|
2866
|
-
"
|
|
2867
|
-
"
|
|
3348
|
+
"thread",
|
|
3349
|
+
"delete.js"
|
|
2868
3350
|
]
|
|
2869
3351
|
},
|
|
2870
|
-
"compile:
|
|
3352
|
+
"compile:thread:edit": {
|
|
2871
3353
|
"aliases": [],
|
|
2872
3354
|
"args": {
|
|
2873
|
-
"
|
|
2874
|
-
"description": "
|
|
2875
|
-
"name": "
|
|
3355
|
+
"thread_id": {
|
|
3356
|
+
"description": "Thread ID",
|
|
3357
|
+
"name": "thread_id",
|
|
2876
3358
|
"required": true
|
|
2877
3359
|
}
|
|
2878
3360
|
},
|
|
2879
|
-
"description": "
|
|
3361
|
+
"description": "Edit a thread (label)",
|
|
2880
3362
|
"flags": {
|
|
2881
3363
|
"json": {
|
|
2882
3364
|
"description": "Format output as json.",
|
|
@@ -2908,11 +3390,19 @@
|
|
|
2908
3390
|
"hasDynamicHelp": false,
|
|
2909
3391
|
"multiple": false,
|
|
2910
3392
|
"type": "option"
|
|
3393
|
+
},
|
|
3394
|
+
"label": {
|
|
3395
|
+
"description": "New thread label",
|
|
3396
|
+
"name": "label",
|
|
3397
|
+
"required": true,
|
|
3398
|
+
"hasDynamicHelp": false,
|
|
3399
|
+
"multiple": false,
|
|
3400
|
+
"type": "option"
|
|
2911
3401
|
}
|
|
2912
3402
|
},
|
|
2913
3403
|
"hasDynamicHelp": false,
|
|
2914
3404
|
"hiddenAliases": [],
|
|
2915
|
-
"id": "compile:
|
|
3405
|
+
"id": "compile:thread:edit",
|
|
2916
3406
|
"pluginAlias": "faces-cli",
|
|
2917
3407
|
"pluginName": "faces-cli",
|
|
2918
3408
|
"pluginType": "core",
|
|
@@ -2923,20 +3413,20 @@
|
|
|
2923
3413
|
"dist",
|
|
2924
3414
|
"commands",
|
|
2925
3415
|
"compile",
|
|
2926
|
-
"
|
|
2927
|
-
"
|
|
3416
|
+
"thread",
|
|
3417
|
+
"edit.js"
|
|
2928
3418
|
]
|
|
2929
3419
|
},
|
|
2930
|
-
"compile:
|
|
3420
|
+
"compile:thread:get": {
|
|
2931
3421
|
"aliases": [],
|
|
2932
3422
|
"args": {
|
|
2933
|
-
"
|
|
2934
|
-
"description": "
|
|
2935
|
-
"name": "
|
|
3423
|
+
"thread_id": {
|
|
3424
|
+
"description": "Thread ID",
|
|
3425
|
+
"name": "thread_id",
|
|
2936
3426
|
"required": true
|
|
2937
3427
|
}
|
|
2938
3428
|
},
|
|
2939
|
-
"description": "Get a
|
|
3429
|
+
"description": "Get a thread by ID",
|
|
2940
3430
|
"flags": {
|
|
2941
3431
|
"json": {
|
|
2942
3432
|
"description": "Format output as json.",
|
|
@@ -2972,7 +3462,7 @@
|
|
|
2972
3462
|
},
|
|
2973
3463
|
"hasDynamicHelp": false,
|
|
2974
3464
|
"hiddenAliases": [],
|
|
2975
|
-
"id": "compile:
|
|
3465
|
+
"id": "compile:thread:get",
|
|
2976
3466
|
"pluginAlias": "faces-cli",
|
|
2977
3467
|
"pluginName": "faces-cli",
|
|
2978
3468
|
"pluginType": "core",
|
|
@@ -2983,11 +3473,11 @@
|
|
|
2983
3473
|
"dist",
|
|
2984
3474
|
"commands",
|
|
2985
3475
|
"compile",
|
|
2986
|
-
"
|
|
3476
|
+
"thread",
|
|
2987
3477
|
"get.js"
|
|
2988
3478
|
]
|
|
2989
3479
|
},
|
|
2990
|
-
"compile:
|
|
3480
|
+
"compile:thread:list": {
|
|
2991
3481
|
"aliases": [],
|
|
2992
3482
|
"args": {
|
|
2993
3483
|
"face_id": {
|
|
@@ -2996,7 +3486,7 @@
|
|
|
2996
3486
|
"required": true
|
|
2997
3487
|
}
|
|
2998
3488
|
},
|
|
2999
|
-
"description": "List
|
|
3489
|
+
"description": "List threads for a face",
|
|
3000
3490
|
"flags": {
|
|
3001
3491
|
"json": {
|
|
3002
3492
|
"description": "Format output as json.",
|
|
@@ -3032,7 +3522,7 @@
|
|
|
3032
3522
|
},
|
|
3033
3523
|
"hasDynamicHelp": false,
|
|
3034
3524
|
"hiddenAliases": [],
|
|
3035
|
-
"id": "compile:
|
|
3525
|
+
"id": "compile:thread:list",
|
|
3036
3526
|
"pluginAlias": "faces-cli",
|
|
3037
3527
|
"pluginName": "faces-cli",
|
|
3038
3528
|
"pluginType": "core",
|
|
@@ -3043,20 +3533,20 @@
|
|
|
3043
3533
|
"dist",
|
|
3044
3534
|
"commands",
|
|
3045
3535
|
"compile",
|
|
3046
|
-
"
|
|
3536
|
+
"thread",
|
|
3047
3537
|
"list.js"
|
|
3048
3538
|
]
|
|
3049
3539
|
},
|
|
3050
|
-
"compile:
|
|
3540
|
+
"compile:thread:message": {
|
|
3051
3541
|
"aliases": [],
|
|
3052
3542
|
"args": {
|
|
3053
|
-
"
|
|
3054
|
-
"description": "
|
|
3055
|
-
"name": "
|
|
3543
|
+
"thread_id": {
|
|
3544
|
+
"description": "Thread ID",
|
|
3545
|
+
"name": "thread_id",
|
|
3056
3546
|
"required": true
|
|
3057
3547
|
}
|
|
3058
3548
|
},
|
|
3059
|
-
"description": "
|
|
3549
|
+
"description": "Send a user message to a thread",
|
|
3060
3550
|
"flags": {
|
|
3061
3551
|
"json": {
|
|
3062
3552
|
"description": "Format output as json.",
|
|
@@ -3088,11 +3578,20 @@
|
|
|
3088
3578
|
"hasDynamicHelp": false,
|
|
3089
3579
|
"multiple": false,
|
|
3090
3580
|
"type": "option"
|
|
3581
|
+
},
|
|
3582
|
+
"message": {
|
|
3583
|
+
"char": "m",
|
|
3584
|
+
"description": "User message to append",
|
|
3585
|
+
"name": "message",
|
|
3586
|
+
"required": true,
|
|
3587
|
+
"hasDynamicHelp": false,
|
|
3588
|
+
"multiple": false,
|
|
3589
|
+
"type": "option"
|
|
3091
3590
|
}
|
|
3092
3591
|
},
|
|
3093
3592
|
"hasDynamicHelp": false,
|
|
3094
3593
|
"hiddenAliases": [],
|
|
3095
|
-
"id": "compile:
|
|
3594
|
+
"id": "compile:thread:message",
|
|
3096
3595
|
"pluginAlias": "faces-cli",
|
|
3097
3596
|
"pluginName": "faces-cli",
|
|
3098
3597
|
"pluginType": "core",
|
|
@@ -3103,20 +3602,20 @@
|
|
|
3103
3602
|
"dist",
|
|
3104
3603
|
"commands",
|
|
3105
3604
|
"compile",
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
3605
|
+
"thread",
|
|
3606
|
+
"message.js"
|
|
3108
3607
|
]
|
|
3109
3608
|
},
|
|
3110
|
-
"compile:
|
|
3609
|
+
"compile:thread:sync": {
|
|
3111
3610
|
"aliases": [],
|
|
3112
3611
|
"args": {
|
|
3113
|
-
"
|
|
3114
|
-
"description": "
|
|
3115
|
-
"name": "
|
|
3612
|
+
"thread_id": {
|
|
3613
|
+
"description": "Thread ID",
|
|
3614
|
+
"name": "thread_id",
|
|
3116
3615
|
"required": true
|
|
3117
3616
|
}
|
|
3118
3617
|
},
|
|
3119
|
-
"description": "
|
|
3618
|
+
"description": "Archive and sync a thread into a face",
|
|
3120
3619
|
"flags": {
|
|
3121
3620
|
"json": {
|
|
3122
3621
|
"description": "Format output as json.",
|
|
@@ -3148,17 +3647,11 @@
|
|
|
3148
3647
|
"hasDynamicHelp": false,
|
|
3149
3648
|
"multiple": false,
|
|
3150
3649
|
"type": "option"
|
|
3151
|
-
},
|
|
3152
|
-
"yes": {
|
|
3153
|
-
"description": "Skip confirmation (quota will be charged)",
|
|
3154
|
-
"name": "yes",
|
|
3155
|
-
"allowNo": false,
|
|
3156
|
-
"type": "boolean"
|
|
3157
3650
|
}
|
|
3158
3651
|
},
|
|
3159
3652
|
"hasDynamicHelp": false,
|
|
3160
3653
|
"hiddenAliases": [],
|
|
3161
|
-
"id": "compile:
|
|
3654
|
+
"id": "compile:thread:sync",
|
|
3162
3655
|
"pluginAlias": "faces-cli",
|
|
3163
3656
|
"pluginName": "faces-cli",
|
|
3164
3657
|
"pluginType": "core",
|
|
@@ -3169,10 +3662,10 @@
|
|
|
3169
3662
|
"dist",
|
|
3170
3663
|
"commands",
|
|
3171
3664
|
"compile",
|
|
3172
|
-
"
|
|
3665
|
+
"thread",
|
|
3173
3666
|
"sync.js"
|
|
3174
3667
|
]
|
|
3175
3668
|
}
|
|
3176
3669
|
},
|
|
3177
|
-
"version": "1.
|
|
3670
|
+
"version": "1.4.0"
|
|
3178
3671
|
}
|