oclif 4.22.2 → 4.22.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oclif.manifest.json +173 -173
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -660,32 +660,14 @@
|
|
|
660
660
|
"hook.js"
|
|
661
661
|
]
|
|
662
662
|
},
|
|
663
|
-
"
|
|
663
|
+
"upload:deb": {
|
|
664
664
|
"aliases": [],
|
|
665
665
|
"args": {},
|
|
666
|
-
"description": "
|
|
666
|
+
"description": "Upload deb package built with `pack deb`.",
|
|
667
667
|
"flags": {
|
|
668
|
-
"
|
|
669
|
-
"
|
|
670
|
-
"
|
|
671
|
-
"name": "compression",
|
|
672
|
-
"summary": "Override the default compression used by dpkg-deb.",
|
|
673
|
-
"hasDynamicHelp": false,
|
|
674
|
-
"multiple": false,
|
|
675
|
-
"options": [
|
|
676
|
-
"gzip",
|
|
677
|
-
"none",
|
|
678
|
-
"xz",
|
|
679
|
-
"zstd"
|
|
680
|
-
],
|
|
681
|
-
"type": "option"
|
|
682
|
-
},
|
|
683
|
-
"prune-lockfiles": {
|
|
684
|
-
"description": "remove lockfiles in the tarball.",
|
|
685
|
-
"exclusive": [
|
|
686
|
-
"tarball"
|
|
687
|
-
],
|
|
688
|
-
"name": "prune-lockfiles",
|
|
668
|
+
"dry-run": {
|
|
669
|
+
"description": "Run the command without uploading to S3.",
|
|
670
|
+
"name": "dry-run",
|
|
689
671
|
"allowNo": false,
|
|
690
672
|
"type": "boolean"
|
|
691
673
|
},
|
|
@@ -706,56 +688,32 @@
|
|
|
706
688
|
"hasDynamicHelp": false,
|
|
707
689
|
"multiple": false,
|
|
708
690
|
"type": "option"
|
|
709
|
-
},
|
|
710
|
-
"tarball": {
|
|
711
|
-
"char": "t",
|
|
712
|
-
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
713
|
-
"exclusive": [
|
|
714
|
-
"prune-lockfiles"
|
|
715
|
-
],
|
|
716
|
-
"name": "tarball",
|
|
717
|
-
"required": false,
|
|
718
|
-
"hasDynamicHelp": false,
|
|
719
|
-
"multiple": false,
|
|
720
|
-
"type": "option"
|
|
721
691
|
}
|
|
722
692
|
},
|
|
723
693
|
"hasDynamicHelp": false,
|
|
724
694
|
"hiddenAliases": [],
|
|
725
|
-
"id": "
|
|
695
|
+
"id": "upload:deb",
|
|
726
696
|
"pluginAlias": "oclif",
|
|
727
697
|
"pluginName": "oclif",
|
|
728
698
|
"pluginType": "core",
|
|
729
699
|
"strict": true,
|
|
730
|
-
"summary": "Pack CLI into debian package.",
|
|
731
700
|
"enableJsonFlag": false,
|
|
732
701
|
"isESM": false,
|
|
733
702
|
"relativePath": [
|
|
734
703
|
"lib",
|
|
735
704
|
"commands",
|
|
736
|
-
"
|
|
705
|
+
"upload",
|
|
737
706
|
"deb.js"
|
|
738
707
|
]
|
|
739
708
|
},
|
|
740
|
-
"
|
|
709
|
+
"upload:macos": {
|
|
741
710
|
"aliases": [],
|
|
742
711
|
"args": {},
|
|
743
|
-
"description": "
|
|
712
|
+
"description": "Upload macos installers built with `pack macos`.",
|
|
744
713
|
"flags": {
|
|
745
|
-
"
|
|
746
|
-
"description": "
|
|
747
|
-
"
|
|
748
|
-
"name": "additional-cli",
|
|
749
|
-
"hasDynamicHelp": false,
|
|
750
|
-
"multiple": false,
|
|
751
|
-
"type": "option"
|
|
752
|
-
},
|
|
753
|
-
"prune-lockfiles": {
|
|
754
|
-
"description": "remove lockfiles in the tarball.",
|
|
755
|
-
"exclusive": [
|
|
756
|
-
"tarball"
|
|
757
|
-
],
|
|
758
|
-
"name": "prune-lockfiles",
|
|
714
|
+
"dry-run": {
|
|
715
|
+
"description": "Run the command without uploading to S3.",
|
|
716
|
+
"name": "dry-run",
|
|
759
717
|
"allowNo": false,
|
|
760
718
|
"type": "boolean"
|
|
761
719
|
},
|
|
@@ -777,20 +735,9 @@
|
|
|
777
735
|
"multiple": false,
|
|
778
736
|
"type": "option"
|
|
779
737
|
},
|
|
780
|
-
"tarball": {
|
|
781
|
-
"char": "t",
|
|
782
|
-
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
783
|
-
"exclusive": [
|
|
784
|
-
"prune-lockfiles"
|
|
785
|
-
],
|
|
786
|
-
"name": "tarball",
|
|
787
|
-
"required": false,
|
|
788
|
-
"hasDynamicHelp": false,
|
|
789
|
-
"multiple": false,
|
|
790
|
-
"type": "option"
|
|
791
|
-
},
|
|
792
738
|
"targets": {
|
|
793
|
-
"
|
|
739
|
+
"char": "t",
|
|
740
|
+
"description": "Comma-separated targets to upload (e.g.: darwin-x64,darwin-arm64).",
|
|
794
741
|
"name": "targets",
|
|
795
742
|
"hasDynamicHelp": false,
|
|
796
743
|
"multiple": false,
|
|
@@ -799,35 +746,28 @@
|
|
|
799
746
|
},
|
|
800
747
|
"hasDynamicHelp": false,
|
|
801
748
|
"hiddenAliases": [],
|
|
802
|
-
"id": "
|
|
749
|
+
"id": "upload:macos",
|
|
803
750
|
"pluginAlias": "oclif",
|
|
804
751
|
"pluginName": "oclif",
|
|
805
752
|
"pluginType": "core",
|
|
806
753
|
"strict": true,
|
|
807
|
-
"summary": "Pack CLI into macOS .pkg",
|
|
808
754
|
"enableJsonFlag": false,
|
|
809
755
|
"isESM": false,
|
|
810
756
|
"relativePath": [
|
|
811
757
|
"lib",
|
|
812
758
|
"commands",
|
|
813
|
-
"
|
|
759
|
+
"upload",
|
|
814
760
|
"macos.js"
|
|
815
761
|
]
|
|
816
762
|
},
|
|
817
|
-
"
|
|
763
|
+
"upload:tarballs": {
|
|
818
764
|
"aliases": [],
|
|
819
765
|
"args": {},
|
|
820
|
-
"description": "
|
|
766
|
+
"description": "Upload an oclif CLI to S3.",
|
|
821
767
|
"flags": {
|
|
822
|
-
"
|
|
823
|
-
"description": "
|
|
824
|
-
"name": "
|
|
825
|
-
"allowNo": false,
|
|
826
|
-
"type": "boolean"
|
|
827
|
-
},
|
|
828
|
-
"prune-lockfiles": {
|
|
829
|
-
"description": "remove lockfiles in the tarball.",
|
|
830
|
-
"name": "prune-lockfiles",
|
|
768
|
+
"dry-run": {
|
|
769
|
+
"description": "Run the command without uploading to S3.",
|
|
770
|
+
"name": "dry-run",
|
|
831
771
|
"allowNo": false,
|
|
832
772
|
"type": "boolean"
|
|
833
773
|
},
|
|
@@ -849,25 +789,16 @@
|
|
|
849
789
|
"multiple": false,
|
|
850
790
|
"type": "option"
|
|
851
791
|
},
|
|
852
|
-
"tarball": {
|
|
853
|
-
"char": "l",
|
|
854
|
-
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
855
|
-
"name": "tarball",
|
|
856
|
-
"required": false,
|
|
857
|
-
"hasDynamicHelp": false,
|
|
858
|
-
"multiple": false,
|
|
859
|
-
"type": "option"
|
|
860
|
-
},
|
|
861
792
|
"targets": {
|
|
862
793
|
"char": "t",
|
|
863
|
-
"description": "Comma-separated targets to
|
|
794
|
+
"description": "Comma-separated targets to upload (e.g.: linux-arm,win32-x64).",
|
|
864
795
|
"name": "targets",
|
|
865
796
|
"hasDynamicHelp": false,
|
|
866
797
|
"multiple": false,
|
|
867
798
|
"type": "option"
|
|
868
799
|
},
|
|
869
800
|
"xz": {
|
|
870
|
-
"description": "Also
|
|
801
|
+
"description": "Also upload xz.",
|
|
871
802
|
"name": "xz",
|
|
872
803
|
"allowNo": true,
|
|
873
804
|
"type": "boolean"
|
|
@@ -875,54 +806,28 @@
|
|
|
875
806
|
},
|
|
876
807
|
"hasDynamicHelp": false,
|
|
877
808
|
"hiddenAliases": [],
|
|
878
|
-
"id": "
|
|
809
|
+
"id": "upload:tarballs",
|
|
879
810
|
"pluginAlias": "oclif",
|
|
880
811
|
"pluginName": "oclif",
|
|
881
812
|
"pluginType": "core",
|
|
882
813
|
"strict": true,
|
|
883
|
-
"summary": "Package oclif CLI into tarballs.",
|
|
884
814
|
"enableJsonFlag": false,
|
|
885
815
|
"isESM": false,
|
|
886
816
|
"relativePath": [
|
|
887
817
|
"lib",
|
|
888
818
|
"commands",
|
|
889
|
-
"
|
|
819
|
+
"upload",
|
|
890
820
|
"tarballs.js"
|
|
891
821
|
]
|
|
892
822
|
},
|
|
893
|
-
"
|
|
823
|
+
"upload:win": {
|
|
894
824
|
"aliases": [],
|
|
895
825
|
"args": {},
|
|
896
|
-
"description": "
|
|
826
|
+
"description": "Upload windows installers built with `pack win`.",
|
|
897
827
|
"flags": {
|
|
898
|
-
"
|
|
899
|
-
"description": "
|
|
900
|
-
"
|
|
901
|
-
"name": "additional-cli",
|
|
902
|
-
"hasDynamicHelp": false,
|
|
903
|
-
"multiple": false,
|
|
904
|
-
"type": "option"
|
|
905
|
-
},
|
|
906
|
-
"defender-exclusion": {
|
|
907
|
-
"description": "There is no way to set a hidden checkbox with \"true\" as a default...the user can always allow full security",
|
|
908
|
-
"name": "defender-exclusion",
|
|
909
|
-
"summary": "Set to \"checked\" or \"unchecked\" to set the default value for the checkbox. Set to \"hidden\" to hide the option (will let defender do its thing).",
|
|
910
|
-
"default": "checked",
|
|
911
|
-
"hasDynamicHelp": false,
|
|
912
|
-
"multiple": false,
|
|
913
|
-
"options": [
|
|
914
|
-
"checked",
|
|
915
|
-
"unchecked",
|
|
916
|
-
"hidden"
|
|
917
|
-
],
|
|
918
|
-
"type": "option"
|
|
919
|
-
},
|
|
920
|
-
"prune-lockfiles": {
|
|
921
|
-
"description": "remove lockfiles in the tarball.",
|
|
922
|
-
"exclusive": [
|
|
923
|
-
"tarball"
|
|
924
|
-
],
|
|
925
|
-
"name": "prune-lockfiles",
|
|
828
|
+
"dry-run": {
|
|
829
|
+
"description": "Run the command without uploading to S3.",
|
|
830
|
+
"name": "dry-run",
|
|
926
831
|
"allowNo": false,
|
|
927
832
|
"type": "boolean"
|
|
928
833
|
},
|
|
@@ -944,18 +849,6 @@
|
|
|
944
849
|
"multiple": false,
|
|
945
850
|
"type": "option"
|
|
946
851
|
},
|
|
947
|
-
"tarball": {
|
|
948
|
-
"char": "t",
|
|
949
|
-
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
950
|
-
"exclusive": [
|
|
951
|
-
"prune-lockfiles"
|
|
952
|
-
],
|
|
953
|
-
"name": "tarball",
|
|
954
|
-
"required": false,
|
|
955
|
-
"hasDynamicHelp": false,
|
|
956
|
-
"multiple": false,
|
|
957
|
-
"type": "option"
|
|
958
|
-
},
|
|
959
852
|
"targets": {
|
|
960
853
|
"description": "Comma-separated targets to pack (e.g.: win32-x64,win32-x86,win32-arm64).",
|
|
961
854
|
"name": "targets",
|
|
@@ -966,29 +859,46 @@
|
|
|
966
859
|
},
|
|
967
860
|
"hasDynamicHelp": false,
|
|
968
861
|
"hiddenAliases": [],
|
|
969
|
-
"id": "
|
|
862
|
+
"id": "upload:win",
|
|
970
863
|
"pluginAlias": "oclif",
|
|
971
864
|
"pluginName": "oclif",
|
|
972
865
|
"pluginType": "core",
|
|
973
866
|
"strict": true,
|
|
974
|
-
"summary": "Create windows installer from oclif CLI",
|
|
975
867
|
"enableJsonFlag": false,
|
|
976
868
|
"isESM": false,
|
|
977
869
|
"relativePath": [
|
|
978
870
|
"lib",
|
|
979
871
|
"commands",
|
|
980
|
-
"
|
|
872
|
+
"upload",
|
|
981
873
|
"win.js"
|
|
982
874
|
]
|
|
983
875
|
},
|
|
984
|
-
"
|
|
876
|
+
"pack:deb": {
|
|
985
877
|
"aliases": [],
|
|
986
878
|
"args": {},
|
|
987
|
-
"description": "
|
|
879
|
+
"description": "Add a pretarball script to your package.json if you need to run any scripts before the tarball is created.",
|
|
988
880
|
"flags": {
|
|
989
|
-
"
|
|
990
|
-
"
|
|
991
|
-
"
|
|
881
|
+
"compression": {
|
|
882
|
+
"char": "z",
|
|
883
|
+
"description": "For more details see the `-Zcompress-type` section at https://man7.org/linux/man-pages/man1/dpkg-deb.1.html",
|
|
884
|
+
"name": "compression",
|
|
885
|
+
"summary": "Override the default compression used by dpkg-deb.",
|
|
886
|
+
"hasDynamicHelp": false,
|
|
887
|
+
"multiple": false,
|
|
888
|
+
"options": [
|
|
889
|
+
"gzip",
|
|
890
|
+
"none",
|
|
891
|
+
"xz",
|
|
892
|
+
"zstd"
|
|
893
|
+
],
|
|
894
|
+
"type": "option"
|
|
895
|
+
},
|
|
896
|
+
"prune-lockfiles": {
|
|
897
|
+
"description": "remove lockfiles in the tarball.",
|
|
898
|
+
"exclusive": [
|
|
899
|
+
"tarball"
|
|
900
|
+
],
|
|
901
|
+
"name": "prune-lockfiles",
|
|
992
902
|
"allowNo": false,
|
|
993
903
|
"type": "boolean"
|
|
994
904
|
},
|
|
@@ -1009,32 +919,56 @@
|
|
|
1009
919
|
"hasDynamicHelp": false,
|
|
1010
920
|
"multiple": false,
|
|
1011
921
|
"type": "option"
|
|
922
|
+
},
|
|
923
|
+
"tarball": {
|
|
924
|
+
"char": "t",
|
|
925
|
+
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
926
|
+
"exclusive": [
|
|
927
|
+
"prune-lockfiles"
|
|
928
|
+
],
|
|
929
|
+
"name": "tarball",
|
|
930
|
+
"required": false,
|
|
931
|
+
"hasDynamicHelp": false,
|
|
932
|
+
"multiple": false,
|
|
933
|
+
"type": "option"
|
|
1012
934
|
}
|
|
1013
935
|
},
|
|
1014
936
|
"hasDynamicHelp": false,
|
|
1015
937
|
"hiddenAliases": [],
|
|
1016
|
-
"id": "
|
|
938
|
+
"id": "pack:deb",
|
|
1017
939
|
"pluginAlias": "oclif",
|
|
1018
940
|
"pluginName": "oclif",
|
|
1019
941
|
"pluginType": "core",
|
|
1020
942
|
"strict": true,
|
|
943
|
+
"summary": "Pack CLI into debian package.",
|
|
1021
944
|
"enableJsonFlag": false,
|
|
1022
945
|
"isESM": false,
|
|
1023
946
|
"relativePath": [
|
|
1024
947
|
"lib",
|
|
1025
948
|
"commands",
|
|
1026
|
-
"
|
|
949
|
+
"pack",
|
|
1027
950
|
"deb.js"
|
|
1028
951
|
]
|
|
1029
952
|
},
|
|
1030
|
-
"
|
|
953
|
+
"pack:macos": {
|
|
1031
954
|
"aliases": [],
|
|
1032
955
|
"args": {},
|
|
1033
|
-
"description": "
|
|
956
|
+
"description": "Add a pretarball script to your package.json if you need to run any scripts before the tarball is created.",
|
|
1034
957
|
"flags": {
|
|
1035
|
-
"
|
|
1036
|
-
"description": "
|
|
1037
|
-
"
|
|
958
|
+
"additional-cli": {
|
|
959
|
+
"description": "An Oclif CLI other than the one listed in config.bin that should be made available to the user\nthe CLI should already exist in a directory named after the CLI that is the root of the tarball produced by \"oclif pack:tarballs\"",
|
|
960
|
+
"hidden": true,
|
|
961
|
+
"name": "additional-cli",
|
|
962
|
+
"hasDynamicHelp": false,
|
|
963
|
+
"multiple": false,
|
|
964
|
+
"type": "option"
|
|
965
|
+
},
|
|
966
|
+
"prune-lockfiles": {
|
|
967
|
+
"description": "remove lockfiles in the tarball.",
|
|
968
|
+
"exclusive": [
|
|
969
|
+
"tarball"
|
|
970
|
+
],
|
|
971
|
+
"name": "prune-lockfiles",
|
|
1038
972
|
"allowNo": false,
|
|
1039
973
|
"type": "boolean"
|
|
1040
974
|
},
|
|
@@ -1056,9 +990,20 @@
|
|
|
1056
990
|
"multiple": false,
|
|
1057
991
|
"type": "option"
|
|
1058
992
|
},
|
|
1059
|
-
"
|
|
993
|
+
"tarball": {
|
|
1060
994
|
"char": "t",
|
|
1061
|
-
"description": "
|
|
995
|
+
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
996
|
+
"exclusive": [
|
|
997
|
+
"prune-lockfiles"
|
|
998
|
+
],
|
|
999
|
+
"name": "tarball",
|
|
1000
|
+
"required": false,
|
|
1001
|
+
"hasDynamicHelp": false,
|
|
1002
|
+
"multiple": false,
|
|
1003
|
+
"type": "option"
|
|
1004
|
+
},
|
|
1005
|
+
"targets": {
|
|
1006
|
+
"description": "Comma-separated targets to pack (e.g.: darwin-x64,darwin-arm64).",
|
|
1062
1007
|
"name": "targets",
|
|
1063
1008
|
"hasDynamicHelp": false,
|
|
1064
1009
|
"multiple": false,
|
|
@@ -1067,28 +1012,35 @@
|
|
|
1067
1012
|
},
|
|
1068
1013
|
"hasDynamicHelp": false,
|
|
1069
1014
|
"hiddenAliases": [],
|
|
1070
|
-
"id": "
|
|
1015
|
+
"id": "pack:macos",
|
|
1071
1016
|
"pluginAlias": "oclif",
|
|
1072
1017
|
"pluginName": "oclif",
|
|
1073
1018
|
"pluginType": "core",
|
|
1074
1019
|
"strict": true,
|
|
1020
|
+
"summary": "Pack CLI into macOS .pkg",
|
|
1075
1021
|
"enableJsonFlag": false,
|
|
1076
1022
|
"isESM": false,
|
|
1077
1023
|
"relativePath": [
|
|
1078
1024
|
"lib",
|
|
1079
1025
|
"commands",
|
|
1080
|
-
"
|
|
1026
|
+
"pack",
|
|
1081
1027
|
"macos.js"
|
|
1082
1028
|
]
|
|
1083
1029
|
},
|
|
1084
|
-
"
|
|
1030
|
+
"pack:tarballs": {
|
|
1085
1031
|
"aliases": [],
|
|
1086
1032
|
"args": {},
|
|
1087
|
-
"description": "
|
|
1033
|
+
"description": "This can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.\n\nAdd a pretarball script to your package.json if you need to run any scripts before the tarball is created.",
|
|
1088
1034
|
"flags": {
|
|
1089
|
-
"
|
|
1090
|
-
"description": "
|
|
1091
|
-
"name": "
|
|
1035
|
+
"parallel": {
|
|
1036
|
+
"description": "Build tarballs in parallel.",
|
|
1037
|
+
"name": "parallel",
|
|
1038
|
+
"allowNo": false,
|
|
1039
|
+
"type": "boolean"
|
|
1040
|
+
},
|
|
1041
|
+
"prune-lockfiles": {
|
|
1042
|
+
"description": "remove lockfiles in the tarball.",
|
|
1043
|
+
"name": "prune-lockfiles",
|
|
1092
1044
|
"allowNo": false,
|
|
1093
1045
|
"type": "boolean"
|
|
1094
1046
|
},
|
|
@@ -1110,16 +1062,25 @@
|
|
|
1110
1062
|
"multiple": false,
|
|
1111
1063
|
"type": "option"
|
|
1112
1064
|
},
|
|
1065
|
+
"tarball": {
|
|
1066
|
+
"char": "l",
|
|
1067
|
+
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
1068
|
+
"name": "tarball",
|
|
1069
|
+
"required": false,
|
|
1070
|
+
"hasDynamicHelp": false,
|
|
1071
|
+
"multiple": false,
|
|
1072
|
+
"type": "option"
|
|
1073
|
+
},
|
|
1113
1074
|
"targets": {
|
|
1114
1075
|
"char": "t",
|
|
1115
|
-
"description": "Comma-separated targets to
|
|
1076
|
+
"description": "Comma-separated targets to pack (e.g.: linux-arm,win32-x64).",
|
|
1116
1077
|
"name": "targets",
|
|
1117
1078
|
"hasDynamicHelp": false,
|
|
1118
1079
|
"multiple": false,
|
|
1119
1080
|
"type": "option"
|
|
1120
1081
|
},
|
|
1121
1082
|
"xz": {
|
|
1122
|
-
"description": "Also
|
|
1083
|
+
"description": "Also build xz.",
|
|
1123
1084
|
"name": "xz",
|
|
1124
1085
|
"allowNo": true,
|
|
1125
1086
|
"type": "boolean"
|
|
@@ -1127,28 +1088,54 @@
|
|
|
1127
1088
|
},
|
|
1128
1089
|
"hasDynamicHelp": false,
|
|
1129
1090
|
"hiddenAliases": [],
|
|
1130
|
-
"id": "
|
|
1091
|
+
"id": "pack:tarballs",
|
|
1131
1092
|
"pluginAlias": "oclif",
|
|
1132
1093
|
"pluginName": "oclif",
|
|
1133
1094
|
"pluginType": "core",
|
|
1134
1095
|
"strict": true,
|
|
1096
|
+
"summary": "Package oclif CLI into tarballs.",
|
|
1135
1097
|
"enableJsonFlag": false,
|
|
1136
1098
|
"isESM": false,
|
|
1137
1099
|
"relativePath": [
|
|
1138
1100
|
"lib",
|
|
1139
1101
|
"commands",
|
|
1140
|
-
"
|
|
1102
|
+
"pack",
|
|
1141
1103
|
"tarballs.js"
|
|
1142
1104
|
]
|
|
1143
1105
|
},
|
|
1144
|
-
"
|
|
1106
|
+
"pack:win": {
|
|
1145
1107
|
"aliases": [],
|
|
1146
1108
|
"args": {},
|
|
1147
|
-
"description": "
|
|
1109
|
+
"description": "You need to have 7zip, nsis (makensis), and grep installed on your machine in order to run this command.\n\nThis command will produce unsigned installers unless you supply WINDOWS_SIGNING_PASS (prefixed with the name of your executable, e.g. OCLIF_WINDOWS_SIGNING_PASS) in the environment and have set the windows.name and windows.keypath properties in your package.json's oclif property.\n\nAdd a pretarball script to your package.json if you need to run any scripts before the tarball is created.",
|
|
1148
1110
|
"flags": {
|
|
1149
|
-
"
|
|
1150
|
-
"description": "
|
|
1151
|
-
"
|
|
1111
|
+
"additional-cli": {
|
|
1112
|
+
"description": "An Oclif CLI other than the one listed in config.bin that should be made available to the user\nthe CLI should already exist in a directory named after the CLI that is the root of the tarball produced by \"oclif pack:tarballs\".",
|
|
1113
|
+
"hidden": true,
|
|
1114
|
+
"name": "additional-cli",
|
|
1115
|
+
"hasDynamicHelp": false,
|
|
1116
|
+
"multiple": false,
|
|
1117
|
+
"type": "option"
|
|
1118
|
+
},
|
|
1119
|
+
"defender-exclusion": {
|
|
1120
|
+
"description": "There is no way to set a hidden checkbox with \"true\" as a default...the user can always allow full security",
|
|
1121
|
+
"name": "defender-exclusion",
|
|
1122
|
+
"summary": "Set to \"checked\" or \"unchecked\" to set the default value for the checkbox. Set to \"hidden\" to hide the option (will let defender do its thing).",
|
|
1123
|
+
"default": "checked",
|
|
1124
|
+
"hasDynamicHelp": false,
|
|
1125
|
+
"multiple": false,
|
|
1126
|
+
"options": [
|
|
1127
|
+
"checked",
|
|
1128
|
+
"unchecked",
|
|
1129
|
+
"hidden"
|
|
1130
|
+
],
|
|
1131
|
+
"type": "option"
|
|
1132
|
+
},
|
|
1133
|
+
"prune-lockfiles": {
|
|
1134
|
+
"description": "remove lockfiles in the tarball.",
|
|
1135
|
+
"exclusive": [
|
|
1136
|
+
"tarball"
|
|
1137
|
+
],
|
|
1138
|
+
"name": "prune-lockfiles",
|
|
1152
1139
|
"allowNo": false,
|
|
1153
1140
|
"type": "boolean"
|
|
1154
1141
|
},
|
|
@@ -1170,6 +1157,18 @@
|
|
|
1170
1157
|
"multiple": false,
|
|
1171
1158
|
"type": "option"
|
|
1172
1159
|
},
|
|
1160
|
+
"tarball": {
|
|
1161
|
+
"char": "t",
|
|
1162
|
+
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
1163
|
+
"exclusive": [
|
|
1164
|
+
"prune-lockfiles"
|
|
1165
|
+
],
|
|
1166
|
+
"name": "tarball",
|
|
1167
|
+
"required": false,
|
|
1168
|
+
"hasDynamicHelp": false,
|
|
1169
|
+
"multiple": false,
|
|
1170
|
+
"type": "option"
|
|
1171
|
+
},
|
|
1173
1172
|
"targets": {
|
|
1174
1173
|
"description": "Comma-separated targets to pack (e.g.: win32-x64,win32-x86,win32-arm64).",
|
|
1175
1174
|
"name": "targets",
|
|
@@ -1180,20 +1179,21 @@
|
|
|
1180
1179
|
},
|
|
1181
1180
|
"hasDynamicHelp": false,
|
|
1182
1181
|
"hiddenAliases": [],
|
|
1183
|
-
"id": "
|
|
1182
|
+
"id": "pack:win",
|
|
1184
1183
|
"pluginAlias": "oclif",
|
|
1185
1184
|
"pluginName": "oclif",
|
|
1186
1185
|
"pluginType": "core",
|
|
1187
1186
|
"strict": true,
|
|
1187
|
+
"summary": "Create windows installer from oclif CLI",
|
|
1188
1188
|
"enableJsonFlag": false,
|
|
1189
1189
|
"isESM": false,
|
|
1190
1190
|
"relativePath": [
|
|
1191
1191
|
"lib",
|
|
1192
1192
|
"commands",
|
|
1193
|
-
"
|
|
1193
|
+
"pack",
|
|
1194
1194
|
"win.js"
|
|
1195
1195
|
]
|
|
1196
1196
|
}
|
|
1197
1197
|
},
|
|
1198
|
-
"version": "4.22.
|
|
1198
|
+
"version": "4.22.4"
|
|
1199
1199
|
}
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oclif",
|
|
3
3
|
"description": "oclif: create your own CLI",
|
|
4
|
-
"version": "4.22.
|
|
4
|
+
"version": "4.22.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/oclif/oclif/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-sdk/client-cloudfront": "^3.
|
|
11
|
+
"@aws-sdk/client-cloudfront": "^3.850.0",
|
|
12
12
|
"@aws-sdk/client-s3": "^3.850.0",
|
|
13
13
|
"@inquirer/confirm": "^3.1.22",
|
|
14
14
|
"@inquirer/input": "^2.2.4",
|
|
15
15
|
"@inquirer/select": "^2.5.0",
|
|
16
16
|
"@oclif/core": "^4.5.1",
|
|
17
17
|
"@oclif/plugin-help": "^6.2.29",
|
|
18
|
-
"@oclif/plugin-not-found": "^3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "^3.2.61",
|
|
19
19
|
"@oclif/plugin-warn-if-update-available": "^3.1.44",
|
|
20
20
|
"ansis": "^3.16.0",
|
|
21
21
|
"async-retry": "^1.3.3",
|