oclif 4.22.26 → 4.22.28

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.
Files changed (2) hide show
  1. package/oclif.manifest.json +252 -252
  2. package/package.json +3 -3
@@ -578,32 +578,96 @@
578
578
  "readme.js"
579
579
  ]
580
580
  },
581
- "pack:deb": {
581
+ "generate:command": {
582
582
  "aliases": [],
583
- "args": {},
584
- "description": "Add a pretarball script to your package.json if you need to run any scripts before the tarball is created.",
583
+ "args": {
584
+ "name": {
585
+ "description": "name of command",
586
+ "name": "name",
587
+ "required": true
588
+ }
589
+ },
590
+ "description": "Add a command to an existing CLI or plugin.",
585
591
  "flags": {
586
- "compression": {
587
- "char": "z",
588
- "description": "For more details see the `-Zcompress-type` section at https://man7.org/linux/man-pages/man1/dpkg-deb.1.html",
589
- "name": "compression",
590
- "summary": "Override the default compression used by dpkg-deb.",
592
+ "commands-dir": {
593
+ "description": "The directory to create the command in.",
594
+ "name": "commands-dir",
595
+ "default": "src/commands",
591
596
  "hasDynamicHelp": false,
592
597
  "multiple": false,
593
- "options": [
594
- "gzip",
595
- "none",
596
- "xz",
597
- "zstd"
598
- ],
599
598
  "type": "option"
600
599
  },
601
- "prune-lockfiles": {
602
- "description": "remove lockfiles in the tarball.",
603
- "exclusive": [
604
- "tarball"
605
- ],
606
- "name": "prune-lockfiles",
600
+ "force": {
601
+ "description": "Overwrite existing files.",
602
+ "name": "force",
603
+ "allowNo": false,
604
+ "type": "boolean"
605
+ }
606
+ },
607
+ "hasDynamicHelp": false,
608
+ "hiddenAliases": [],
609
+ "id": "generate:command",
610
+ "pluginAlias": "oclif",
611
+ "pluginName": "oclif",
612
+ "pluginType": "core",
613
+ "strict": true,
614
+ "isESM": false,
615
+ "relativePath": [
616
+ "lib",
617
+ "commands",
618
+ "generate",
619
+ "command.js"
620
+ ]
621
+ },
622
+ "generate:hook": {
623
+ "aliases": [],
624
+ "args": {
625
+ "name": {
626
+ "description": "Name of hook (snake_case).",
627
+ "name": "name",
628
+ "required": true
629
+ }
630
+ },
631
+ "description": "Add a hook to an existing CLI or plugin.",
632
+ "flags": {
633
+ "event": {
634
+ "description": "Event to run hook on.",
635
+ "name": "event",
636
+ "default": "init",
637
+ "hasDynamicHelp": false,
638
+ "multiple": false,
639
+ "type": "option"
640
+ },
641
+ "force": {
642
+ "description": "Overwrite existing files.",
643
+ "name": "force",
644
+ "allowNo": false,
645
+ "type": "boolean"
646
+ }
647
+ },
648
+ "hasDynamicHelp": false,
649
+ "hiddenAliases": [],
650
+ "id": "generate:hook",
651
+ "pluginAlias": "oclif",
652
+ "pluginName": "oclif",
653
+ "pluginType": "core",
654
+ "strict": true,
655
+ "isESM": false,
656
+ "relativePath": [
657
+ "lib",
658
+ "commands",
659
+ "generate",
660
+ "hook.js"
661
+ ]
662
+ },
663
+ "upload:deb": {
664
+ "aliases": [],
665
+ "args": {},
666
+ "description": "Upload deb package built with `pack deb`.",
667
+ "flags": {
668
+ "dry-run": {
669
+ "description": "Run the command without uploading to S3.",
670
+ "name": "dry-run",
607
671
  "allowNo": false,
608
672
  "type": "boolean"
609
673
  },
@@ -624,56 +688,32 @@
624
688
  "hasDynamicHelp": false,
625
689
  "multiple": false,
626
690
  "type": "option"
627
- },
628
- "tarball": {
629
- "char": "t",
630
- "description": "Optionally specify a path to a tarball already generated by NPM.",
631
- "exclusive": [
632
- "prune-lockfiles"
633
- ],
634
- "name": "tarball",
635
- "required": false,
636
- "hasDynamicHelp": false,
637
- "multiple": false,
638
- "type": "option"
639
691
  }
640
692
  },
641
693
  "hasDynamicHelp": false,
642
694
  "hiddenAliases": [],
643
- "id": "pack:deb",
695
+ "id": "upload:deb",
644
696
  "pluginAlias": "oclif",
645
697
  "pluginName": "oclif",
646
698
  "pluginType": "core",
647
699
  "strict": true,
648
- "summary": "Pack CLI into debian package.",
649
700
  "enableJsonFlag": false,
650
701
  "isESM": false,
651
702
  "relativePath": [
652
703
  "lib",
653
704
  "commands",
654
- "pack",
705
+ "upload",
655
706
  "deb.js"
656
707
  ]
657
708
  },
658
- "pack:macos": {
709
+ "upload:macos": {
659
710
  "aliases": [],
660
711
  "args": {},
661
- "description": "Add a pretarball script to your package.json if you need to run any scripts before the tarball is created.",
712
+ "description": "Upload macos installers built with `pack macos`.",
662
713
  "flags": {
663
- "additional-cli": {
664
- "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\"",
665
- "hidden": true,
666
- "name": "additional-cli",
667
- "hasDynamicHelp": false,
668
- "multiple": false,
669
- "type": "option"
670
- },
671
- "prune-lockfiles": {
672
- "description": "remove lockfiles in the tarball.",
673
- "exclusive": [
674
- "tarball"
675
- ],
676
- "name": "prune-lockfiles",
714
+ "dry-run": {
715
+ "description": "Run the command without uploading to S3.",
716
+ "name": "dry-run",
677
717
  "allowNo": false,
678
718
  "type": "boolean"
679
719
  },
@@ -695,20 +735,9 @@
695
735
  "multiple": false,
696
736
  "type": "option"
697
737
  },
698
- "tarball": {
699
- "char": "t",
700
- "description": "Optionally specify a path to a tarball already generated by NPM.",
701
- "exclusive": [
702
- "prune-lockfiles"
703
- ],
704
- "name": "tarball",
705
- "required": false,
706
- "hasDynamicHelp": false,
707
- "multiple": false,
708
- "type": "option"
709
- },
710
738
  "targets": {
711
- "description": "Comma-separated targets to pack (e.g.: darwin-x64,darwin-arm64).",
739
+ "char": "t",
740
+ "description": "Comma-separated targets to upload (e.g.: darwin-x64,darwin-arm64).",
712
741
  "name": "targets",
713
742
  "hasDynamicHelp": false,
714
743
  "multiple": false,
@@ -717,35 +746,28 @@
717
746
  },
718
747
  "hasDynamicHelp": false,
719
748
  "hiddenAliases": [],
720
- "id": "pack:macos",
749
+ "id": "upload:macos",
721
750
  "pluginAlias": "oclif",
722
751
  "pluginName": "oclif",
723
752
  "pluginType": "core",
724
753
  "strict": true,
725
- "summary": "Pack CLI into macOS .pkg",
726
754
  "enableJsonFlag": false,
727
755
  "isESM": false,
728
756
  "relativePath": [
729
757
  "lib",
730
758
  "commands",
731
- "pack",
759
+ "upload",
732
760
  "macos.js"
733
761
  ]
734
762
  },
735
- "pack:tarballs": {
763
+ "upload:tarballs": {
736
764
  "aliases": [],
737
765
  "args": {},
738
- "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.",
766
+ "description": "Upload an oclif CLI to S3.",
739
767
  "flags": {
740
- "parallel": {
741
- "description": "Build tarballs in parallel.",
742
- "name": "parallel",
743
- "allowNo": false,
744
- "type": "boolean"
745
- },
746
- "prune-lockfiles": {
747
- "description": "remove lockfiles in the tarball.",
748
- "name": "prune-lockfiles",
768
+ "dry-run": {
769
+ "description": "Run the command without uploading to S3.",
770
+ "name": "dry-run",
749
771
  "allowNo": false,
750
772
  "type": "boolean"
751
773
  },
@@ -767,25 +789,16 @@
767
789
  "multiple": false,
768
790
  "type": "option"
769
791
  },
770
- "tarball": {
771
- "char": "l",
772
- "description": "Optionally specify a path to a tarball already generated by NPM.",
773
- "name": "tarball",
774
- "required": false,
775
- "hasDynamicHelp": false,
776
- "multiple": false,
777
- "type": "option"
778
- },
779
792
  "targets": {
780
793
  "char": "t",
781
- "description": "Comma-separated targets to pack (e.g.: linux-arm,win32-x64).",
794
+ "description": "Comma-separated targets to upload (e.g.: linux-arm,win32-x64).",
782
795
  "name": "targets",
783
796
  "hasDynamicHelp": false,
784
797
  "multiple": false,
785
798
  "type": "option"
786
799
  },
787
800
  "xz": {
788
- "description": "Also build xz.",
801
+ "description": "Also upload xz.",
789
802
  "name": "xz",
790
803
  "allowNo": true,
791
804
  "type": "boolean"
@@ -793,54 +806,28 @@
793
806
  },
794
807
  "hasDynamicHelp": false,
795
808
  "hiddenAliases": [],
796
- "id": "pack:tarballs",
809
+ "id": "upload:tarballs",
797
810
  "pluginAlias": "oclif",
798
811
  "pluginName": "oclif",
799
812
  "pluginType": "core",
800
813
  "strict": true,
801
- "summary": "Package oclif CLI into tarballs.",
802
814
  "enableJsonFlag": false,
803
815
  "isESM": false,
804
816
  "relativePath": [
805
817
  "lib",
806
818
  "commands",
807
- "pack",
819
+ "upload",
808
820
  "tarballs.js"
809
821
  ]
810
822
  },
811
- "pack:win": {
823
+ "upload:win": {
812
824
  "aliases": [],
813
825
  "args": {},
814
- "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.",
826
+ "description": "Upload windows installers built with `pack win`.",
815
827
  "flags": {
816
- "additional-cli": {
817
- "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\".",
818
- "hidden": true,
819
- "name": "additional-cli",
820
- "hasDynamicHelp": false,
821
- "multiple": false,
822
- "type": "option"
823
- },
824
- "defender-exclusion": {
825
- "description": "There is no way to set a hidden checkbox with \"true\" as a default...the user can always allow full security",
826
- "name": "defender-exclusion",
827
- "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).",
828
- "default": "checked",
829
- "hasDynamicHelp": false,
830
- "multiple": false,
831
- "options": [
832
- "checked",
833
- "unchecked",
834
- "hidden"
835
- ],
836
- "type": "option"
837
- },
838
- "prune-lockfiles": {
839
- "description": "remove lockfiles in the tarball.",
840
- "exclusive": [
841
- "tarball"
842
- ],
843
- "name": "prune-lockfiles",
828
+ "dry-run": {
829
+ "description": "Run the command without uploading to S3.",
830
+ "name": "dry-run",
844
831
  "allowNo": false,
845
832
  "type": "boolean"
846
833
  },
@@ -862,18 +849,6 @@
862
849
  "multiple": false,
863
850
  "type": "option"
864
851
  },
865
- "tarball": {
866
- "char": "t",
867
- "description": "Optionally specify a path to a tarball already generated by NPM.",
868
- "exclusive": [
869
- "prune-lockfiles"
870
- ],
871
- "name": "tarball",
872
- "required": false,
873
- "hasDynamicHelp": false,
874
- "multiple": false,
875
- "type": "option"
876
- },
877
852
  "targets": {
878
853
  "description": "Comma-separated targets to pack (e.g.: win32-x64,win32-x86,win32-arm64).",
879
854
  "name": "targets",
@@ -884,29 +859,46 @@
884
859
  },
885
860
  "hasDynamicHelp": false,
886
861
  "hiddenAliases": [],
887
- "id": "pack:win",
862
+ "id": "upload:win",
888
863
  "pluginAlias": "oclif",
889
864
  "pluginName": "oclif",
890
865
  "pluginType": "core",
891
866
  "strict": true,
892
- "summary": "Create windows installer from oclif CLI",
893
867
  "enableJsonFlag": false,
894
868
  "isESM": false,
895
869
  "relativePath": [
896
870
  "lib",
897
871
  "commands",
898
- "pack",
872
+ "upload",
899
873
  "win.js"
900
874
  ]
901
875
  },
902
- "upload:deb": {
876
+ "pack:deb": {
903
877
  "aliases": [],
904
878
  "args": {},
905
- "description": "Upload deb package built with `pack deb`.",
879
+ "description": "Add a pretarball script to your package.json if you need to run any scripts before the tarball is created.",
906
880
  "flags": {
907
- "dry-run": {
908
- "description": "Run the command without uploading to S3.",
909
- "name": "dry-run",
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",
910
902
  "allowNo": false,
911
903
  "type": "boolean"
912
904
  },
@@ -927,32 +919,56 @@
927
919
  "hasDynamicHelp": false,
928
920
  "multiple": false,
929
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"
930
934
  }
931
935
  },
932
936
  "hasDynamicHelp": false,
933
937
  "hiddenAliases": [],
934
- "id": "upload:deb",
938
+ "id": "pack:deb",
935
939
  "pluginAlias": "oclif",
936
940
  "pluginName": "oclif",
937
941
  "pluginType": "core",
938
942
  "strict": true,
943
+ "summary": "Pack CLI into debian package.",
939
944
  "enableJsonFlag": false,
940
945
  "isESM": false,
941
946
  "relativePath": [
942
947
  "lib",
943
948
  "commands",
944
- "upload",
949
+ "pack",
945
950
  "deb.js"
946
951
  ]
947
952
  },
948
- "upload:macos": {
953
+ "pack:macos": {
949
954
  "aliases": [],
950
955
  "args": {},
951
- "description": "Upload macos installers built with `pack macos`.",
956
+ "description": "Add a pretarball script to your package.json if you need to run any scripts before the tarball is created.",
952
957
  "flags": {
953
- "dry-run": {
954
- "description": "Run the command without uploading to S3.",
955
- "name": "dry-run",
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",
956
972
  "allowNo": false,
957
973
  "type": "boolean"
958
974
  },
@@ -974,9 +990,20 @@
974
990
  "multiple": false,
975
991
  "type": "option"
976
992
  },
977
- "targets": {
993
+ "tarball": {
978
994
  "char": "t",
979
- "description": "Comma-separated targets to upload (e.g.: darwin-x64,darwin-arm64).",
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).",
980
1007
  "name": "targets",
981
1008
  "hasDynamicHelp": false,
982
1009
  "multiple": false,
@@ -985,28 +1012,35 @@
985
1012
  },
986
1013
  "hasDynamicHelp": false,
987
1014
  "hiddenAliases": [],
988
- "id": "upload:macos",
1015
+ "id": "pack:macos",
989
1016
  "pluginAlias": "oclif",
990
1017
  "pluginName": "oclif",
991
1018
  "pluginType": "core",
992
1019
  "strict": true,
1020
+ "summary": "Pack CLI into macOS .pkg",
993
1021
  "enableJsonFlag": false,
994
1022
  "isESM": false,
995
1023
  "relativePath": [
996
1024
  "lib",
997
1025
  "commands",
998
- "upload",
1026
+ "pack",
999
1027
  "macos.js"
1000
1028
  ]
1001
1029
  },
1002
- "upload:tarballs": {
1030
+ "pack:tarballs": {
1003
1031
  "aliases": [],
1004
1032
  "args": {},
1005
- "description": "Upload an oclif CLI to S3.",
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.",
1006
1034
  "flags": {
1007
- "dry-run": {
1008
- "description": "Run the command without uploading to S3.",
1009
- "name": "dry-run",
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",
1010
1044
  "allowNo": false,
1011
1045
  "type": "boolean"
1012
1046
  },
@@ -1028,16 +1062,25 @@
1028
1062
  "multiple": false,
1029
1063
  "type": "option"
1030
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
+ },
1031
1074
  "targets": {
1032
1075
  "char": "t",
1033
- "description": "Comma-separated targets to upload (e.g.: linux-arm,win32-x64).",
1076
+ "description": "Comma-separated targets to pack (e.g.: linux-arm,win32-x64).",
1034
1077
  "name": "targets",
1035
1078
  "hasDynamicHelp": false,
1036
1079
  "multiple": false,
1037
1080
  "type": "option"
1038
1081
  },
1039
1082
  "xz": {
1040
- "description": "Also upload xz.",
1083
+ "description": "Also build xz.",
1041
1084
  "name": "xz",
1042
1085
  "allowNo": true,
1043
1086
  "type": "boolean"
@@ -1045,28 +1088,54 @@
1045
1088
  },
1046
1089
  "hasDynamicHelp": false,
1047
1090
  "hiddenAliases": [],
1048
- "id": "upload:tarballs",
1091
+ "id": "pack:tarballs",
1049
1092
  "pluginAlias": "oclif",
1050
1093
  "pluginName": "oclif",
1051
1094
  "pluginType": "core",
1052
1095
  "strict": true,
1096
+ "summary": "Package oclif CLI into tarballs.",
1053
1097
  "enableJsonFlag": false,
1054
1098
  "isESM": false,
1055
1099
  "relativePath": [
1056
1100
  "lib",
1057
1101
  "commands",
1058
- "upload",
1102
+ "pack",
1059
1103
  "tarballs.js"
1060
1104
  ]
1061
1105
  },
1062
- "upload:win": {
1106
+ "pack:win": {
1063
1107
  "aliases": [],
1064
1108
  "args": {},
1065
- "description": "Upload windows installers built with `pack win`.",
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.",
1066
1110
  "flags": {
1067
- "dry-run": {
1068
- "description": "Run the command without uploading to S3.",
1069
- "name": "dry-run",
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",
1070
1139
  "allowNo": false,
1071
1140
  "type": "boolean"
1072
1141
  },
@@ -1088,6 +1157,18 @@
1088
1157
  "multiple": false,
1089
1158
  "type": "option"
1090
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
+ },
1091
1172
  "targets": {
1092
1173
  "description": "Comma-separated targets to pack (e.g.: win32-x64,win32-x86,win32-arm64).",
1093
1174
  "name": "targets",
@@ -1098,102 +1179,21 @@
1098
1179
  },
1099
1180
  "hasDynamicHelp": false,
1100
1181
  "hiddenAliases": [],
1101
- "id": "upload:win",
1182
+ "id": "pack:win",
1102
1183
  "pluginAlias": "oclif",
1103
1184
  "pluginName": "oclif",
1104
1185
  "pluginType": "core",
1105
1186
  "strict": true,
1187
+ "summary": "Create windows installer from oclif CLI",
1106
1188
  "enableJsonFlag": false,
1107
1189
  "isESM": false,
1108
1190
  "relativePath": [
1109
1191
  "lib",
1110
1192
  "commands",
1111
- "upload",
1193
+ "pack",
1112
1194
  "win.js"
1113
1195
  ]
1114
- },
1115
- "generate:command": {
1116
- "aliases": [],
1117
- "args": {
1118
- "name": {
1119
- "description": "name of command",
1120
- "name": "name",
1121
- "required": true
1122
- }
1123
- },
1124
- "description": "Add a command to an existing CLI or plugin.",
1125
- "flags": {
1126
- "commands-dir": {
1127
- "description": "The directory to create the command in.",
1128
- "name": "commands-dir",
1129
- "default": "src/commands",
1130
- "hasDynamicHelp": false,
1131
- "multiple": false,
1132
- "type": "option"
1133
- },
1134
- "force": {
1135
- "description": "Overwrite existing files.",
1136
- "name": "force",
1137
- "allowNo": false,
1138
- "type": "boolean"
1139
- }
1140
- },
1141
- "hasDynamicHelp": false,
1142
- "hiddenAliases": [],
1143
- "id": "generate:command",
1144
- "pluginAlias": "oclif",
1145
- "pluginName": "oclif",
1146
- "pluginType": "core",
1147
- "strict": true,
1148
- "isESM": false,
1149
- "relativePath": [
1150
- "lib",
1151
- "commands",
1152
- "generate",
1153
- "command.js"
1154
- ]
1155
- },
1156
- "generate:hook": {
1157
- "aliases": [],
1158
- "args": {
1159
- "name": {
1160
- "description": "Name of hook (snake_case).",
1161
- "name": "name",
1162
- "required": true
1163
- }
1164
- },
1165
- "description": "Add a hook to an existing CLI or plugin.",
1166
- "flags": {
1167
- "event": {
1168
- "description": "Event to run hook on.",
1169
- "name": "event",
1170
- "default": "init",
1171
- "hasDynamicHelp": false,
1172
- "multiple": false,
1173
- "type": "option"
1174
- },
1175
- "force": {
1176
- "description": "Overwrite existing files.",
1177
- "name": "force",
1178
- "allowNo": false,
1179
- "type": "boolean"
1180
- }
1181
- },
1182
- "hasDynamicHelp": false,
1183
- "hiddenAliases": [],
1184
- "id": "generate:hook",
1185
- "pluginAlias": "oclif",
1186
- "pluginName": "oclif",
1187
- "pluginType": "core",
1188
- "strict": true,
1189
- "isESM": false,
1190
- "relativePath": [
1191
- "lib",
1192
- "commands",
1193
- "generate",
1194
- "hook.js"
1195
- ]
1196
1196
  }
1197
1197
  },
1198
- "version": "4.22.26"
1198
+ "version": "4.22.28"
1199
1199
  }
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.22.26",
4
+ "version": "4.22.28",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "oclif": "bin/run.js"
@@ -9,7 +9,7 @@
9
9
  "bugs": "https://github.com/oclif/oclif/issues",
10
10
  "dependencies": {
11
11
  "@aws-sdk/client-cloudfront": "^3.893.0",
12
- "@aws-sdk/client-s3": "^3.888.0",
12
+ "@aws-sdk/client-s3": "^3.901.0",
13
13
  "@inquirer/confirm": "^3.1.22",
14
14
  "@inquirer/input": "^2.2.4",
15
15
  "@inquirer/select": "^2.5.0",
@@ -36,7 +36,7 @@
36
36
  "devDependencies": {
37
37
  "@commitlint/config-conventional": "^19",
38
38
  "@eslint/compat": "^1.3.0",
39
- "@oclif/plugin-legacy": "^2.0.24",
39
+ "@oclif/plugin-legacy": "^2.0.25",
40
40
  "@oclif/prettier-config": "^0.2.1",
41
41
  "@oclif/test": "^4",
42
42
  "@types/async-retry": "^1.4.5",