oclif 4.23.3 → 4.23.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 +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -666,32 +666,14 @@
|
|
|
666
666
|
"hook.js"
|
|
667
667
|
]
|
|
668
668
|
},
|
|
669
|
-
"
|
|
669
|
+
"upload:deb": {
|
|
670
670
|
"aliases": [],
|
|
671
671
|
"args": {},
|
|
672
|
-
"description": "
|
|
672
|
+
"description": "Upload deb package built with `pack deb`.",
|
|
673
673
|
"flags": {
|
|
674
|
-
"
|
|
675
|
-
"
|
|
676
|
-
"
|
|
677
|
-
"name": "compression",
|
|
678
|
-
"summary": "Override the default compression used by dpkg-deb.",
|
|
679
|
-
"hasDynamicHelp": false,
|
|
680
|
-
"multiple": false,
|
|
681
|
-
"options": [
|
|
682
|
-
"gzip",
|
|
683
|
-
"none",
|
|
684
|
-
"xz",
|
|
685
|
-
"zstd"
|
|
686
|
-
],
|
|
687
|
-
"type": "option"
|
|
688
|
-
},
|
|
689
|
-
"prune-lockfiles": {
|
|
690
|
-
"description": "remove lockfiles in the tarball.",
|
|
691
|
-
"exclusive": [
|
|
692
|
-
"tarball"
|
|
693
|
-
],
|
|
694
|
-
"name": "prune-lockfiles",
|
|
674
|
+
"dry-run": {
|
|
675
|
+
"description": "Run the command without uploading to S3.",
|
|
676
|
+
"name": "dry-run",
|
|
695
677
|
"allowNo": false,
|
|
696
678
|
"type": "boolean"
|
|
697
679
|
},
|
|
@@ -712,56 +694,32 @@
|
|
|
712
694
|
"hasDynamicHelp": false,
|
|
713
695
|
"multiple": false,
|
|
714
696
|
"type": "option"
|
|
715
|
-
},
|
|
716
|
-
"tarball": {
|
|
717
|
-
"char": "t",
|
|
718
|
-
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
719
|
-
"exclusive": [
|
|
720
|
-
"prune-lockfiles"
|
|
721
|
-
],
|
|
722
|
-
"name": "tarball",
|
|
723
|
-
"required": false,
|
|
724
|
-
"hasDynamicHelp": false,
|
|
725
|
-
"multiple": false,
|
|
726
|
-
"type": "option"
|
|
727
697
|
}
|
|
728
698
|
},
|
|
729
699
|
"hasDynamicHelp": false,
|
|
730
700
|
"hiddenAliases": [],
|
|
731
|
-
"id": "
|
|
701
|
+
"id": "upload:deb",
|
|
732
702
|
"pluginAlias": "oclif",
|
|
733
703
|
"pluginName": "oclif",
|
|
734
704
|
"pluginType": "core",
|
|
735
705
|
"strict": true,
|
|
736
|
-
"summary": "Pack CLI into debian package.",
|
|
737
706
|
"enableJsonFlag": false,
|
|
738
707
|
"isESM": false,
|
|
739
708
|
"relativePath": [
|
|
740
709
|
"lib",
|
|
741
710
|
"commands",
|
|
742
|
-
"
|
|
711
|
+
"upload",
|
|
743
712
|
"deb.js"
|
|
744
713
|
]
|
|
745
714
|
},
|
|
746
|
-
"
|
|
715
|
+
"upload:macos": {
|
|
747
716
|
"aliases": [],
|
|
748
717
|
"args": {},
|
|
749
|
-
"description": "
|
|
718
|
+
"description": "Upload macos installers built with `pack macos`.",
|
|
750
719
|
"flags": {
|
|
751
|
-
"
|
|
752
|
-
"description": "
|
|
753
|
-
"
|
|
754
|
-
"name": "additional-cli",
|
|
755
|
-
"hasDynamicHelp": false,
|
|
756
|
-
"multiple": false,
|
|
757
|
-
"type": "option"
|
|
758
|
-
},
|
|
759
|
-
"prune-lockfiles": {
|
|
760
|
-
"description": "remove lockfiles in the tarball.",
|
|
761
|
-
"exclusive": [
|
|
762
|
-
"tarball"
|
|
763
|
-
],
|
|
764
|
-
"name": "prune-lockfiles",
|
|
720
|
+
"dry-run": {
|
|
721
|
+
"description": "Run the command without uploading to S3.",
|
|
722
|
+
"name": "dry-run",
|
|
765
723
|
"allowNo": false,
|
|
766
724
|
"type": "boolean"
|
|
767
725
|
},
|
|
@@ -783,20 +741,9 @@
|
|
|
783
741
|
"multiple": false,
|
|
784
742
|
"type": "option"
|
|
785
743
|
},
|
|
786
|
-
"tarball": {
|
|
787
|
-
"char": "t",
|
|
788
|
-
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
789
|
-
"exclusive": [
|
|
790
|
-
"prune-lockfiles"
|
|
791
|
-
],
|
|
792
|
-
"name": "tarball",
|
|
793
|
-
"required": false,
|
|
794
|
-
"hasDynamicHelp": false,
|
|
795
|
-
"multiple": false,
|
|
796
|
-
"type": "option"
|
|
797
|
-
},
|
|
798
744
|
"targets": {
|
|
799
|
-
"
|
|
745
|
+
"char": "t",
|
|
746
|
+
"description": "Comma-separated targets to upload (e.g.: darwin-x64,darwin-arm64).",
|
|
800
747
|
"name": "targets",
|
|
801
748
|
"hasDynamicHelp": false,
|
|
802
749
|
"multiple": false,
|
|
@@ -805,35 +752,28 @@
|
|
|
805
752
|
},
|
|
806
753
|
"hasDynamicHelp": false,
|
|
807
754
|
"hiddenAliases": [],
|
|
808
|
-
"id": "
|
|
755
|
+
"id": "upload:macos",
|
|
809
756
|
"pluginAlias": "oclif",
|
|
810
757
|
"pluginName": "oclif",
|
|
811
758
|
"pluginType": "core",
|
|
812
759
|
"strict": true,
|
|
813
|
-
"summary": "Pack CLI into macOS .pkg",
|
|
814
760
|
"enableJsonFlag": false,
|
|
815
761
|
"isESM": false,
|
|
816
762
|
"relativePath": [
|
|
817
763
|
"lib",
|
|
818
764
|
"commands",
|
|
819
|
-
"
|
|
765
|
+
"upload",
|
|
820
766
|
"macos.js"
|
|
821
767
|
]
|
|
822
768
|
},
|
|
823
|
-
"
|
|
769
|
+
"upload:tarballs": {
|
|
824
770
|
"aliases": [],
|
|
825
771
|
"args": {},
|
|
826
|
-
"description": "
|
|
772
|
+
"description": "Upload an oclif CLI to S3.",
|
|
827
773
|
"flags": {
|
|
828
|
-
"
|
|
829
|
-
"description": "
|
|
830
|
-
"name": "
|
|
831
|
-
"allowNo": false,
|
|
832
|
-
"type": "boolean"
|
|
833
|
-
},
|
|
834
|
-
"prune-lockfiles": {
|
|
835
|
-
"description": "remove lockfiles in the tarball.",
|
|
836
|
-
"name": "prune-lockfiles",
|
|
774
|
+
"dry-run": {
|
|
775
|
+
"description": "Run the command without uploading to S3.",
|
|
776
|
+
"name": "dry-run",
|
|
837
777
|
"allowNo": false,
|
|
838
778
|
"type": "boolean"
|
|
839
779
|
},
|
|
@@ -855,25 +795,16 @@
|
|
|
855
795
|
"multiple": false,
|
|
856
796
|
"type": "option"
|
|
857
797
|
},
|
|
858
|
-
"tarball": {
|
|
859
|
-
"char": "l",
|
|
860
|
-
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
861
|
-
"name": "tarball",
|
|
862
|
-
"required": false,
|
|
863
|
-
"hasDynamicHelp": false,
|
|
864
|
-
"multiple": false,
|
|
865
|
-
"type": "option"
|
|
866
|
-
},
|
|
867
798
|
"targets": {
|
|
868
799
|
"char": "t",
|
|
869
|
-
"description": "Comma-separated targets to
|
|
800
|
+
"description": "Comma-separated targets to upload (e.g.: linux-arm,win32-x64).",
|
|
870
801
|
"name": "targets",
|
|
871
802
|
"hasDynamicHelp": false,
|
|
872
803
|
"multiple": false,
|
|
873
804
|
"type": "option"
|
|
874
805
|
},
|
|
875
806
|
"xz": {
|
|
876
|
-
"description": "Also
|
|
807
|
+
"description": "Also upload xz.",
|
|
877
808
|
"name": "xz",
|
|
878
809
|
"allowNo": true,
|
|
879
810
|
"type": "boolean"
|
|
@@ -881,54 +812,28 @@
|
|
|
881
812
|
},
|
|
882
813
|
"hasDynamicHelp": false,
|
|
883
814
|
"hiddenAliases": [],
|
|
884
|
-
"id": "
|
|
815
|
+
"id": "upload:tarballs",
|
|
885
816
|
"pluginAlias": "oclif",
|
|
886
817
|
"pluginName": "oclif",
|
|
887
818
|
"pluginType": "core",
|
|
888
819
|
"strict": true,
|
|
889
|
-
"summary": "Package oclif CLI into tarballs.",
|
|
890
820
|
"enableJsonFlag": false,
|
|
891
821
|
"isESM": false,
|
|
892
822
|
"relativePath": [
|
|
893
823
|
"lib",
|
|
894
824
|
"commands",
|
|
895
|
-
"
|
|
825
|
+
"upload",
|
|
896
826
|
"tarballs.js"
|
|
897
827
|
]
|
|
898
828
|
},
|
|
899
|
-
"
|
|
829
|
+
"upload:win": {
|
|
900
830
|
"aliases": [],
|
|
901
831
|
"args": {},
|
|
902
|
-
"description": "
|
|
832
|
+
"description": "Upload windows installers built with `pack win`.",
|
|
903
833
|
"flags": {
|
|
904
|
-
"
|
|
905
|
-
"description": "
|
|
906
|
-
"
|
|
907
|
-
"name": "additional-cli",
|
|
908
|
-
"hasDynamicHelp": false,
|
|
909
|
-
"multiple": false,
|
|
910
|
-
"type": "option"
|
|
911
|
-
},
|
|
912
|
-
"defender-exclusion": {
|
|
913
|
-
"description": "There is no way to set a hidden checkbox with \"true\" as a default...the user can always allow full security",
|
|
914
|
-
"name": "defender-exclusion",
|
|
915
|
-
"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).",
|
|
916
|
-
"default": "checked",
|
|
917
|
-
"hasDynamicHelp": false,
|
|
918
|
-
"multiple": false,
|
|
919
|
-
"options": [
|
|
920
|
-
"checked",
|
|
921
|
-
"unchecked",
|
|
922
|
-
"hidden"
|
|
923
|
-
],
|
|
924
|
-
"type": "option"
|
|
925
|
-
},
|
|
926
|
-
"prune-lockfiles": {
|
|
927
|
-
"description": "remove lockfiles in the tarball.",
|
|
928
|
-
"exclusive": [
|
|
929
|
-
"tarball"
|
|
930
|
-
],
|
|
931
|
-
"name": "prune-lockfiles",
|
|
834
|
+
"dry-run": {
|
|
835
|
+
"description": "Run the command without uploading to S3.",
|
|
836
|
+
"name": "dry-run",
|
|
932
837
|
"allowNo": false,
|
|
933
838
|
"type": "boolean"
|
|
934
839
|
},
|
|
@@ -950,18 +855,6 @@
|
|
|
950
855
|
"multiple": false,
|
|
951
856
|
"type": "option"
|
|
952
857
|
},
|
|
953
|
-
"tarball": {
|
|
954
|
-
"char": "t",
|
|
955
|
-
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
956
|
-
"exclusive": [
|
|
957
|
-
"prune-lockfiles"
|
|
958
|
-
],
|
|
959
|
-
"name": "tarball",
|
|
960
|
-
"required": false,
|
|
961
|
-
"hasDynamicHelp": false,
|
|
962
|
-
"multiple": false,
|
|
963
|
-
"type": "option"
|
|
964
|
-
},
|
|
965
858
|
"targets": {
|
|
966
859
|
"description": "Comma-separated targets to pack (e.g.: win32-x64,win32-x86,win32-arm64).",
|
|
967
860
|
"name": "targets",
|
|
@@ -972,29 +865,46 @@
|
|
|
972
865
|
},
|
|
973
866
|
"hasDynamicHelp": false,
|
|
974
867
|
"hiddenAliases": [],
|
|
975
|
-
"id": "
|
|
868
|
+
"id": "upload:win",
|
|
976
869
|
"pluginAlias": "oclif",
|
|
977
870
|
"pluginName": "oclif",
|
|
978
871
|
"pluginType": "core",
|
|
979
872
|
"strict": true,
|
|
980
|
-
"summary": "Create windows installer from oclif CLI",
|
|
981
873
|
"enableJsonFlag": false,
|
|
982
874
|
"isESM": false,
|
|
983
875
|
"relativePath": [
|
|
984
876
|
"lib",
|
|
985
877
|
"commands",
|
|
986
|
-
"
|
|
878
|
+
"upload",
|
|
987
879
|
"win.js"
|
|
988
880
|
]
|
|
989
881
|
},
|
|
990
|
-
"
|
|
882
|
+
"pack:deb": {
|
|
991
883
|
"aliases": [],
|
|
992
884
|
"args": {},
|
|
993
|
-
"description": "
|
|
885
|
+
"description": "Add a pretarball script to your package.json if you need to run any scripts before the tarball is created.",
|
|
994
886
|
"flags": {
|
|
995
|
-
"
|
|
996
|
-
"
|
|
997
|
-
"
|
|
887
|
+
"compression": {
|
|
888
|
+
"char": "z",
|
|
889
|
+
"description": "For more details see the `-Zcompress-type` section at https://man7.org/linux/man-pages/man1/dpkg-deb.1.html",
|
|
890
|
+
"name": "compression",
|
|
891
|
+
"summary": "Override the default compression used by dpkg-deb.",
|
|
892
|
+
"hasDynamicHelp": false,
|
|
893
|
+
"multiple": false,
|
|
894
|
+
"options": [
|
|
895
|
+
"gzip",
|
|
896
|
+
"none",
|
|
897
|
+
"xz",
|
|
898
|
+
"zstd"
|
|
899
|
+
],
|
|
900
|
+
"type": "option"
|
|
901
|
+
},
|
|
902
|
+
"prune-lockfiles": {
|
|
903
|
+
"description": "remove lockfiles in the tarball.",
|
|
904
|
+
"exclusive": [
|
|
905
|
+
"tarball"
|
|
906
|
+
],
|
|
907
|
+
"name": "prune-lockfiles",
|
|
998
908
|
"allowNo": false,
|
|
999
909
|
"type": "boolean"
|
|
1000
910
|
},
|
|
@@ -1015,32 +925,56 @@
|
|
|
1015
925
|
"hasDynamicHelp": false,
|
|
1016
926
|
"multiple": false,
|
|
1017
927
|
"type": "option"
|
|
928
|
+
},
|
|
929
|
+
"tarball": {
|
|
930
|
+
"char": "t",
|
|
931
|
+
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
932
|
+
"exclusive": [
|
|
933
|
+
"prune-lockfiles"
|
|
934
|
+
],
|
|
935
|
+
"name": "tarball",
|
|
936
|
+
"required": false,
|
|
937
|
+
"hasDynamicHelp": false,
|
|
938
|
+
"multiple": false,
|
|
939
|
+
"type": "option"
|
|
1018
940
|
}
|
|
1019
941
|
},
|
|
1020
942
|
"hasDynamicHelp": false,
|
|
1021
943
|
"hiddenAliases": [],
|
|
1022
|
-
"id": "
|
|
944
|
+
"id": "pack:deb",
|
|
1023
945
|
"pluginAlias": "oclif",
|
|
1024
946
|
"pluginName": "oclif",
|
|
1025
947
|
"pluginType": "core",
|
|
1026
948
|
"strict": true,
|
|
949
|
+
"summary": "Pack CLI into debian package.",
|
|
1027
950
|
"enableJsonFlag": false,
|
|
1028
951
|
"isESM": false,
|
|
1029
952
|
"relativePath": [
|
|
1030
953
|
"lib",
|
|
1031
954
|
"commands",
|
|
1032
|
-
"
|
|
955
|
+
"pack",
|
|
1033
956
|
"deb.js"
|
|
1034
957
|
]
|
|
1035
958
|
},
|
|
1036
|
-
"
|
|
959
|
+
"pack:macos": {
|
|
1037
960
|
"aliases": [],
|
|
1038
961
|
"args": {},
|
|
1039
|
-
"description": "
|
|
962
|
+
"description": "Add a pretarball script to your package.json if you need to run any scripts before the tarball is created.",
|
|
1040
963
|
"flags": {
|
|
1041
|
-
"
|
|
1042
|
-
"description": "
|
|
1043
|
-
"
|
|
964
|
+
"additional-cli": {
|
|
965
|
+
"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\"",
|
|
966
|
+
"hidden": true,
|
|
967
|
+
"name": "additional-cli",
|
|
968
|
+
"hasDynamicHelp": false,
|
|
969
|
+
"multiple": false,
|
|
970
|
+
"type": "option"
|
|
971
|
+
},
|
|
972
|
+
"prune-lockfiles": {
|
|
973
|
+
"description": "remove lockfiles in the tarball.",
|
|
974
|
+
"exclusive": [
|
|
975
|
+
"tarball"
|
|
976
|
+
],
|
|
977
|
+
"name": "prune-lockfiles",
|
|
1044
978
|
"allowNo": false,
|
|
1045
979
|
"type": "boolean"
|
|
1046
980
|
},
|
|
@@ -1062,9 +996,20 @@
|
|
|
1062
996
|
"multiple": false,
|
|
1063
997
|
"type": "option"
|
|
1064
998
|
},
|
|
1065
|
-
"
|
|
999
|
+
"tarball": {
|
|
1066
1000
|
"char": "t",
|
|
1067
|
-
"description": "
|
|
1001
|
+
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
1002
|
+
"exclusive": [
|
|
1003
|
+
"prune-lockfiles"
|
|
1004
|
+
],
|
|
1005
|
+
"name": "tarball",
|
|
1006
|
+
"required": false,
|
|
1007
|
+
"hasDynamicHelp": false,
|
|
1008
|
+
"multiple": false,
|
|
1009
|
+
"type": "option"
|
|
1010
|
+
},
|
|
1011
|
+
"targets": {
|
|
1012
|
+
"description": "Comma-separated targets to pack (e.g.: darwin-x64,darwin-arm64).",
|
|
1068
1013
|
"name": "targets",
|
|
1069
1014
|
"hasDynamicHelp": false,
|
|
1070
1015
|
"multiple": false,
|
|
@@ -1073,28 +1018,35 @@
|
|
|
1073
1018
|
},
|
|
1074
1019
|
"hasDynamicHelp": false,
|
|
1075
1020
|
"hiddenAliases": [],
|
|
1076
|
-
"id": "
|
|
1021
|
+
"id": "pack:macos",
|
|
1077
1022
|
"pluginAlias": "oclif",
|
|
1078
1023
|
"pluginName": "oclif",
|
|
1079
1024
|
"pluginType": "core",
|
|
1080
1025
|
"strict": true,
|
|
1026
|
+
"summary": "Pack CLI into macOS .pkg",
|
|
1081
1027
|
"enableJsonFlag": false,
|
|
1082
1028
|
"isESM": false,
|
|
1083
1029
|
"relativePath": [
|
|
1084
1030
|
"lib",
|
|
1085
1031
|
"commands",
|
|
1086
|
-
"
|
|
1032
|
+
"pack",
|
|
1087
1033
|
"macos.js"
|
|
1088
1034
|
]
|
|
1089
1035
|
},
|
|
1090
|
-
"
|
|
1036
|
+
"pack:tarballs": {
|
|
1091
1037
|
"aliases": [],
|
|
1092
1038
|
"args": {},
|
|
1093
|
-
"description": "
|
|
1039
|
+
"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.",
|
|
1094
1040
|
"flags": {
|
|
1095
|
-
"
|
|
1096
|
-
"description": "
|
|
1097
|
-
"name": "
|
|
1041
|
+
"parallel": {
|
|
1042
|
+
"description": "Build tarballs in parallel.",
|
|
1043
|
+
"name": "parallel",
|
|
1044
|
+
"allowNo": false,
|
|
1045
|
+
"type": "boolean"
|
|
1046
|
+
},
|
|
1047
|
+
"prune-lockfiles": {
|
|
1048
|
+
"description": "remove lockfiles in the tarball.",
|
|
1049
|
+
"name": "prune-lockfiles",
|
|
1098
1050
|
"allowNo": false,
|
|
1099
1051
|
"type": "boolean"
|
|
1100
1052
|
},
|
|
@@ -1116,16 +1068,25 @@
|
|
|
1116
1068
|
"multiple": false,
|
|
1117
1069
|
"type": "option"
|
|
1118
1070
|
},
|
|
1071
|
+
"tarball": {
|
|
1072
|
+
"char": "l",
|
|
1073
|
+
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
1074
|
+
"name": "tarball",
|
|
1075
|
+
"required": false,
|
|
1076
|
+
"hasDynamicHelp": false,
|
|
1077
|
+
"multiple": false,
|
|
1078
|
+
"type": "option"
|
|
1079
|
+
},
|
|
1119
1080
|
"targets": {
|
|
1120
1081
|
"char": "t",
|
|
1121
|
-
"description": "Comma-separated targets to
|
|
1082
|
+
"description": "Comma-separated targets to pack (e.g.: linux-arm,win32-x64).",
|
|
1122
1083
|
"name": "targets",
|
|
1123
1084
|
"hasDynamicHelp": false,
|
|
1124
1085
|
"multiple": false,
|
|
1125
1086
|
"type": "option"
|
|
1126
1087
|
},
|
|
1127
1088
|
"xz": {
|
|
1128
|
-
"description": "Also
|
|
1089
|
+
"description": "Also build xz.",
|
|
1129
1090
|
"name": "xz",
|
|
1130
1091
|
"allowNo": true,
|
|
1131
1092
|
"type": "boolean"
|
|
@@ -1133,28 +1094,54 @@
|
|
|
1133
1094
|
},
|
|
1134
1095
|
"hasDynamicHelp": false,
|
|
1135
1096
|
"hiddenAliases": [],
|
|
1136
|
-
"id": "
|
|
1097
|
+
"id": "pack:tarballs",
|
|
1137
1098
|
"pluginAlias": "oclif",
|
|
1138
1099
|
"pluginName": "oclif",
|
|
1139
1100
|
"pluginType": "core",
|
|
1140
1101
|
"strict": true,
|
|
1102
|
+
"summary": "Package oclif CLI into tarballs.",
|
|
1141
1103
|
"enableJsonFlag": false,
|
|
1142
1104
|
"isESM": false,
|
|
1143
1105
|
"relativePath": [
|
|
1144
1106
|
"lib",
|
|
1145
1107
|
"commands",
|
|
1146
|
-
"
|
|
1108
|
+
"pack",
|
|
1147
1109
|
"tarballs.js"
|
|
1148
1110
|
]
|
|
1149
1111
|
},
|
|
1150
|
-
"
|
|
1112
|
+
"pack:win": {
|
|
1151
1113
|
"aliases": [],
|
|
1152
1114
|
"args": {},
|
|
1153
|
-
"description": "
|
|
1115
|
+
"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.",
|
|
1154
1116
|
"flags": {
|
|
1155
|
-
"
|
|
1156
|
-
"description": "
|
|
1157
|
-
"
|
|
1117
|
+
"additional-cli": {
|
|
1118
|
+
"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\".",
|
|
1119
|
+
"hidden": true,
|
|
1120
|
+
"name": "additional-cli",
|
|
1121
|
+
"hasDynamicHelp": false,
|
|
1122
|
+
"multiple": false,
|
|
1123
|
+
"type": "option"
|
|
1124
|
+
},
|
|
1125
|
+
"defender-exclusion": {
|
|
1126
|
+
"description": "There is no way to set a hidden checkbox with \"true\" as a default...the user can always allow full security",
|
|
1127
|
+
"name": "defender-exclusion",
|
|
1128
|
+
"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).",
|
|
1129
|
+
"default": "checked",
|
|
1130
|
+
"hasDynamicHelp": false,
|
|
1131
|
+
"multiple": false,
|
|
1132
|
+
"options": [
|
|
1133
|
+
"checked",
|
|
1134
|
+
"unchecked",
|
|
1135
|
+
"hidden"
|
|
1136
|
+
],
|
|
1137
|
+
"type": "option"
|
|
1138
|
+
},
|
|
1139
|
+
"prune-lockfiles": {
|
|
1140
|
+
"description": "remove lockfiles in the tarball.",
|
|
1141
|
+
"exclusive": [
|
|
1142
|
+
"tarball"
|
|
1143
|
+
],
|
|
1144
|
+
"name": "prune-lockfiles",
|
|
1158
1145
|
"allowNo": false,
|
|
1159
1146
|
"type": "boolean"
|
|
1160
1147
|
},
|
|
@@ -1176,6 +1163,18 @@
|
|
|
1176
1163
|
"multiple": false,
|
|
1177
1164
|
"type": "option"
|
|
1178
1165
|
},
|
|
1166
|
+
"tarball": {
|
|
1167
|
+
"char": "t",
|
|
1168
|
+
"description": "Optionally specify a path to a tarball already generated by NPM.",
|
|
1169
|
+
"exclusive": [
|
|
1170
|
+
"prune-lockfiles"
|
|
1171
|
+
],
|
|
1172
|
+
"name": "tarball",
|
|
1173
|
+
"required": false,
|
|
1174
|
+
"hasDynamicHelp": false,
|
|
1175
|
+
"multiple": false,
|
|
1176
|
+
"type": "option"
|
|
1177
|
+
},
|
|
1179
1178
|
"targets": {
|
|
1180
1179
|
"description": "Comma-separated targets to pack (e.g.: win32-x64,win32-x86,win32-arm64).",
|
|
1181
1180
|
"name": "targets",
|
|
@@ -1186,20 +1185,21 @@
|
|
|
1186
1185
|
},
|
|
1187
1186
|
"hasDynamicHelp": false,
|
|
1188
1187
|
"hiddenAliases": [],
|
|
1189
|
-
"id": "
|
|
1188
|
+
"id": "pack:win",
|
|
1190
1189
|
"pluginAlias": "oclif",
|
|
1191
1190
|
"pluginName": "oclif",
|
|
1192
1191
|
"pluginType": "core",
|
|
1193
1192
|
"strict": true,
|
|
1193
|
+
"summary": "Create windows installer from oclif CLI",
|
|
1194
1194
|
"enableJsonFlag": false,
|
|
1195
1195
|
"isESM": false,
|
|
1196
1196
|
"relativePath": [
|
|
1197
1197
|
"lib",
|
|
1198
1198
|
"commands",
|
|
1199
|
-
"
|
|
1199
|
+
"pack",
|
|
1200
1200
|
"win.js"
|
|
1201
1201
|
]
|
|
1202
1202
|
}
|
|
1203
1203
|
},
|
|
1204
|
-
"version": "4.23.
|
|
1204
|
+
"version": "4.23.4"
|
|
1205
1205
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oclif",
|
|
3
3
|
"description": "oclif: create your own CLI",
|
|
4
|
-
"version": "4.23.
|
|
4
|
+
"version": "4.23.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"bugs": "https://github.com/oclif/oclif/issues",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@aws-sdk/client-cloudfront": "^3.1009.0",
|
|
12
|
-
"@aws-sdk/client-s3": "^3.
|
|
12
|
+
"@aws-sdk/client-s3": "^3.1047.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.11.2",
|
|
17
|
-
"@oclif/plugin-help": "^6.2.
|
|
17
|
+
"@oclif/plugin-help": "^6.2.48",
|
|
18
18
|
"@oclif/plugin-not-found": "^3.2.85",
|
|
19
19
|
"@oclif/plugin-warn-if-update-available": "^3.1.57",
|
|
20
20
|
"ansis": "^3.16.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@commitlint/config-conventional": "^19",
|
|
38
38
|
"@eslint/compat": "^1.4.1",
|
|
39
|
-
"@oclif/plugin-legacy": "^2.0.
|
|
39
|
+
"@oclif/plugin-legacy": "^2.0.32",
|
|
40
40
|
"@oclif/prettier-config": "^0.2.1",
|
|
41
41
|
"@oclif/test": "^4",
|
|
42
42
|
"@types/async-retry": "^1.4.5",
|