oclif 4.22.21 → 4.22.22
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 +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -578,6 +578,88 @@
|
|
|
578
578
|
"readme.js"
|
|
579
579
|
]
|
|
580
580
|
},
|
|
581
|
+
"generate:command": {
|
|
582
|
+
"aliases": [],
|
|
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.",
|
|
591
|
+
"flags": {
|
|
592
|
+
"commands-dir": {
|
|
593
|
+
"description": "The directory to create the command in.",
|
|
594
|
+
"name": "commands-dir",
|
|
595
|
+
"default": "src/commands",
|
|
596
|
+
"hasDynamicHelp": false,
|
|
597
|
+
"multiple": false,
|
|
598
|
+
"type": "option"
|
|
599
|
+
},
|
|
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
|
+
},
|
|
581
663
|
"pack:deb": {
|
|
582
664
|
"aliases": [],
|
|
583
665
|
"args": {},
|
|
@@ -1111,89 +1193,7 @@
|
|
|
1111
1193
|
"upload",
|
|
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.
|
|
1198
|
+
"version": "4.22.22"
|
|
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.
|
|
4
|
+
"version": "4.22.22",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@inquirer/select": "^2.5.0",
|
|
16
16
|
"@oclif/core": "^4.5.3",
|
|
17
17
|
"@oclif/plugin-help": "^6.2.32",
|
|
18
|
-
"@oclif/plugin-not-found": "^3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "^3.2.68",
|
|
19
19
|
"@oclif/plugin-warn-if-update-available": "^3.1.46",
|
|
20
20
|
"ansis": "^3.16.0",
|
|
21
21
|
"async-retry": "^1.3.3",
|