oclif 4.23.16 → 4.23.17
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 +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -584,6 +584,88 @@
|
|
|
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
|
+
},
|
|
587
669
|
"pack:deb": {
|
|
588
670
|
"aliases": [],
|
|
589
671
|
"args": {},
|
|
@@ -1117,89 +1199,7 @@
|
|
|
1117
1199
|
"upload",
|
|
1118
1200
|
"win.js"
|
|
1119
1201
|
]
|
|
1120
|
-
},
|
|
1121
|
-
"generate:command": {
|
|
1122
|
-
"aliases": [],
|
|
1123
|
-
"args": {
|
|
1124
|
-
"name": {
|
|
1125
|
-
"description": "name of command",
|
|
1126
|
-
"name": "name",
|
|
1127
|
-
"required": true
|
|
1128
|
-
}
|
|
1129
|
-
},
|
|
1130
|
-
"description": "Add a command to an existing CLI or plugin.",
|
|
1131
|
-
"flags": {
|
|
1132
|
-
"commands-dir": {
|
|
1133
|
-
"description": "The directory to create the command in.",
|
|
1134
|
-
"name": "commands-dir",
|
|
1135
|
-
"default": "src/commands",
|
|
1136
|
-
"hasDynamicHelp": false,
|
|
1137
|
-
"multiple": false,
|
|
1138
|
-
"type": "option"
|
|
1139
|
-
},
|
|
1140
|
-
"force": {
|
|
1141
|
-
"description": "Overwrite existing files.",
|
|
1142
|
-
"name": "force",
|
|
1143
|
-
"allowNo": false,
|
|
1144
|
-
"type": "boolean"
|
|
1145
|
-
}
|
|
1146
|
-
},
|
|
1147
|
-
"hasDynamicHelp": false,
|
|
1148
|
-
"hiddenAliases": [],
|
|
1149
|
-
"id": "generate:command",
|
|
1150
|
-
"pluginAlias": "oclif",
|
|
1151
|
-
"pluginName": "oclif",
|
|
1152
|
-
"pluginType": "core",
|
|
1153
|
-
"strict": true,
|
|
1154
|
-
"isESM": false,
|
|
1155
|
-
"relativePath": [
|
|
1156
|
-
"lib",
|
|
1157
|
-
"commands",
|
|
1158
|
-
"generate",
|
|
1159
|
-
"command.js"
|
|
1160
|
-
]
|
|
1161
|
-
},
|
|
1162
|
-
"generate:hook": {
|
|
1163
|
-
"aliases": [],
|
|
1164
|
-
"args": {
|
|
1165
|
-
"name": {
|
|
1166
|
-
"description": "Name of hook (snake_case).",
|
|
1167
|
-
"name": "name",
|
|
1168
|
-
"required": true
|
|
1169
|
-
}
|
|
1170
|
-
},
|
|
1171
|
-
"description": "Add a hook to an existing CLI or plugin.",
|
|
1172
|
-
"flags": {
|
|
1173
|
-
"event": {
|
|
1174
|
-
"description": "Event to run hook on.",
|
|
1175
|
-
"name": "event",
|
|
1176
|
-
"default": "init",
|
|
1177
|
-
"hasDynamicHelp": false,
|
|
1178
|
-
"multiple": false,
|
|
1179
|
-
"type": "option"
|
|
1180
|
-
},
|
|
1181
|
-
"force": {
|
|
1182
|
-
"description": "Overwrite existing files.",
|
|
1183
|
-
"name": "force",
|
|
1184
|
-
"allowNo": false,
|
|
1185
|
-
"type": "boolean"
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
"hasDynamicHelp": false,
|
|
1189
|
-
"hiddenAliases": [],
|
|
1190
|
-
"id": "generate:hook",
|
|
1191
|
-
"pluginAlias": "oclif",
|
|
1192
|
-
"pluginName": "oclif",
|
|
1193
|
-
"pluginType": "core",
|
|
1194
|
-
"strict": true,
|
|
1195
|
-
"isESM": false,
|
|
1196
|
-
"relativePath": [
|
|
1197
|
-
"lib",
|
|
1198
|
-
"commands",
|
|
1199
|
-
"generate",
|
|
1200
|
-
"hook.js"
|
|
1201
|
-
]
|
|
1202
1202
|
}
|
|
1203
1203
|
},
|
|
1204
|
-
"version": "4.23.
|
|
1204
|
+
"version": "4.23.17"
|
|
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.17",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@commitlint/config-conventional": "^19",
|
|
36
36
|
"@eslint/compat": "^1.4.1",
|
|
37
|
-
"@oclif/plugin-legacy": "^2.0.
|
|
37
|
+
"@oclif/plugin-legacy": "^2.0.34",
|
|
38
38
|
"@oclif/prettier-config": "^0.2.1",
|
|
39
39
|
"@oclif/test": "^4",
|
|
40
40
|
"@types/async-retry": "^1.4.5",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"chai": "^4.5.0",
|
|
54
54
|
"commitlint": "^19",
|
|
55
55
|
"eslint": "^9",
|
|
56
|
-
"eslint-config-oclif": "^6.0.
|
|
56
|
+
"eslint-config-oclif": "^6.0.170",
|
|
57
57
|
"eslint-config-prettier": "^10",
|
|
58
58
|
"eslint-plugin-perfectionist": "^4",
|
|
59
59
|
"husky": "^9.1.7",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"lodash": "^4.18.1",
|
|
62
62
|
"mocha": "^11",
|
|
63
63
|
"nyc": "^15.1.0",
|
|
64
|
-
"prettier": "^3.8.
|
|
64
|
+
"prettier": "^3.8.4",
|
|
65
65
|
"shelljs": "^0.10.0",
|
|
66
66
|
"shx": "^0.4.0",
|
|
67
67
|
"sinon": "^18.0.1",
|