oclif 4.23.24 → 4.23.25
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 +83 -83
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -584,88 +584,6 @@
|
|
|
584
584
|
"readme.js"
|
|
585
585
|
]
|
|
586
586
|
},
|
|
587
|
-
"generate:command": {
|
|
588
|
-
"aliases": [],
|
|
589
|
-
"args": {
|
|
590
|
-
"name": {
|
|
591
|
-
"description": "name of command",
|
|
592
|
-
"name": "name",
|
|
593
|
-
"required": true
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
"description": "Add a command to an existing CLI or plugin.",
|
|
597
|
-
"flags": {
|
|
598
|
-
"commands-dir": {
|
|
599
|
-
"description": "The directory to create the command in.",
|
|
600
|
-
"name": "commands-dir",
|
|
601
|
-
"default": "src/commands",
|
|
602
|
-
"hasDynamicHelp": false,
|
|
603
|
-
"multiple": false,
|
|
604
|
-
"type": "option"
|
|
605
|
-
},
|
|
606
|
-
"force": {
|
|
607
|
-
"description": "Overwrite existing files.",
|
|
608
|
-
"name": "force",
|
|
609
|
-
"allowNo": false,
|
|
610
|
-
"type": "boolean"
|
|
611
|
-
}
|
|
612
|
-
},
|
|
613
|
-
"hasDynamicHelp": false,
|
|
614
|
-
"hiddenAliases": [],
|
|
615
|
-
"id": "generate:command",
|
|
616
|
-
"pluginAlias": "oclif",
|
|
617
|
-
"pluginName": "oclif",
|
|
618
|
-
"pluginType": "core",
|
|
619
|
-
"strict": true,
|
|
620
|
-
"isESM": false,
|
|
621
|
-
"relativePath": [
|
|
622
|
-
"lib",
|
|
623
|
-
"commands",
|
|
624
|
-
"generate",
|
|
625
|
-
"command.js"
|
|
626
|
-
]
|
|
627
|
-
},
|
|
628
|
-
"generate:hook": {
|
|
629
|
-
"aliases": [],
|
|
630
|
-
"args": {
|
|
631
|
-
"name": {
|
|
632
|
-
"description": "Name of hook (snake_case).",
|
|
633
|
-
"name": "name",
|
|
634
|
-
"required": true
|
|
635
|
-
}
|
|
636
|
-
},
|
|
637
|
-
"description": "Add a hook to an existing CLI or plugin.",
|
|
638
|
-
"flags": {
|
|
639
|
-
"event": {
|
|
640
|
-
"description": "Event to run hook on.",
|
|
641
|
-
"name": "event",
|
|
642
|
-
"default": "init",
|
|
643
|
-
"hasDynamicHelp": false,
|
|
644
|
-
"multiple": false,
|
|
645
|
-
"type": "option"
|
|
646
|
-
},
|
|
647
|
-
"force": {
|
|
648
|
-
"description": "Overwrite existing files.",
|
|
649
|
-
"name": "force",
|
|
650
|
-
"allowNo": false,
|
|
651
|
-
"type": "boolean"
|
|
652
|
-
}
|
|
653
|
-
},
|
|
654
|
-
"hasDynamicHelp": false,
|
|
655
|
-
"hiddenAliases": [],
|
|
656
|
-
"id": "generate:hook",
|
|
657
|
-
"pluginAlias": "oclif",
|
|
658
|
-
"pluginName": "oclif",
|
|
659
|
-
"pluginType": "core",
|
|
660
|
-
"strict": true,
|
|
661
|
-
"isESM": false,
|
|
662
|
-
"relativePath": [
|
|
663
|
-
"lib",
|
|
664
|
-
"commands",
|
|
665
|
-
"generate",
|
|
666
|
-
"hook.js"
|
|
667
|
-
]
|
|
668
|
-
},
|
|
669
587
|
"pack:deb": {
|
|
670
588
|
"aliases": [],
|
|
671
589
|
"args": {},
|
|
@@ -987,6 +905,88 @@
|
|
|
987
905
|
"win.js"
|
|
988
906
|
]
|
|
989
907
|
},
|
|
908
|
+
"generate:command": {
|
|
909
|
+
"aliases": [],
|
|
910
|
+
"args": {
|
|
911
|
+
"name": {
|
|
912
|
+
"description": "name of command",
|
|
913
|
+
"name": "name",
|
|
914
|
+
"required": true
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
"description": "Add a command to an existing CLI or plugin.",
|
|
918
|
+
"flags": {
|
|
919
|
+
"commands-dir": {
|
|
920
|
+
"description": "The directory to create the command in.",
|
|
921
|
+
"name": "commands-dir",
|
|
922
|
+
"default": "src/commands",
|
|
923
|
+
"hasDynamicHelp": false,
|
|
924
|
+
"multiple": false,
|
|
925
|
+
"type": "option"
|
|
926
|
+
},
|
|
927
|
+
"force": {
|
|
928
|
+
"description": "Overwrite existing files.",
|
|
929
|
+
"name": "force",
|
|
930
|
+
"allowNo": false,
|
|
931
|
+
"type": "boolean"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"hasDynamicHelp": false,
|
|
935
|
+
"hiddenAliases": [],
|
|
936
|
+
"id": "generate:command",
|
|
937
|
+
"pluginAlias": "oclif",
|
|
938
|
+
"pluginName": "oclif",
|
|
939
|
+
"pluginType": "core",
|
|
940
|
+
"strict": true,
|
|
941
|
+
"isESM": false,
|
|
942
|
+
"relativePath": [
|
|
943
|
+
"lib",
|
|
944
|
+
"commands",
|
|
945
|
+
"generate",
|
|
946
|
+
"command.js"
|
|
947
|
+
]
|
|
948
|
+
},
|
|
949
|
+
"generate:hook": {
|
|
950
|
+
"aliases": [],
|
|
951
|
+
"args": {
|
|
952
|
+
"name": {
|
|
953
|
+
"description": "Name of hook (snake_case).",
|
|
954
|
+
"name": "name",
|
|
955
|
+
"required": true
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
"description": "Add a hook to an existing CLI or plugin.",
|
|
959
|
+
"flags": {
|
|
960
|
+
"event": {
|
|
961
|
+
"description": "Event to run hook on.",
|
|
962
|
+
"name": "event",
|
|
963
|
+
"default": "init",
|
|
964
|
+
"hasDynamicHelp": false,
|
|
965
|
+
"multiple": false,
|
|
966
|
+
"type": "option"
|
|
967
|
+
},
|
|
968
|
+
"force": {
|
|
969
|
+
"description": "Overwrite existing files.",
|
|
970
|
+
"name": "force",
|
|
971
|
+
"allowNo": false,
|
|
972
|
+
"type": "boolean"
|
|
973
|
+
}
|
|
974
|
+
},
|
|
975
|
+
"hasDynamicHelp": false,
|
|
976
|
+
"hiddenAliases": [],
|
|
977
|
+
"id": "generate:hook",
|
|
978
|
+
"pluginAlias": "oclif",
|
|
979
|
+
"pluginName": "oclif",
|
|
980
|
+
"pluginType": "core",
|
|
981
|
+
"strict": true,
|
|
982
|
+
"isESM": false,
|
|
983
|
+
"relativePath": [
|
|
984
|
+
"lib",
|
|
985
|
+
"commands",
|
|
986
|
+
"generate",
|
|
987
|
+
"hook.js"
|
|
988
|
+
]
|
|
989
|
+
},
|
|
990
990
|
"upload:deb": {
|
|
991
991
|
"aliases": [],
|
|
992
992
|
"args": {},
|
|
@@ -1201,5 +1201,5 @@
|
|
|
1201
1201
|
]
|
|
1202
1202
|
}
|
|
1203
1203
|
},
|
|
1204
|
-
"version": "4.23.
|
|
1204
|
+
"version": "4.23.25"
|
|
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.25",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@inquirer/input": "^2.2.4",
|
|
15
15
|
"@inquirer/select": "^2.5.0",
|
|
16
16
|
"@oclif/core": "^4.11.11",
|
|
17
|
-
"@oclif/plugin-help": "^6.2.
|
|
17
|
+
"@oclif/plugin-help": "^6.2.53",
|
|
18
18
|
"@oclif/plugin-not-found": "^3.2.87",
|
|
19
19
|
"@oclif/plugin-warn-if-update-available": "^3.1.67",
|
|
20
20
|
"ansis": "^3.16.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"chai": "^4.5.0",
|
|
56
56
|
"commitlint": "^19",
|
|
57
57
|
"eslint": "^9",
|
|
58
|
-
"eslint-config-oclif": "^6.0.
|
|
58
|
+
"eslint-config-oclif": "^6.0.174",
|
|
59
59
|
"eslint-config-prettier": "^10",
|
|
60
60
|
"eslint-plugin-perfectionist": "^4",
|
|
61
61
|
"husky": "^9.1.7",
|