oclif 4.23.15 → 4.23.16
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
|
@@ -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": {},
|
|
@@ -1199,7 +1117,89 @@
|
|
|
1199
1117
|
"upload",
|
|
1200
1118
|
"win.js"
|
|
1201
1119
|
]
|
|
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.16"
|
|
1205
1205
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oclif",
|
|
3
3
|
"description": "oclif: create your own CLI",
|
|
4
|
-
"version": "4.23.
|
|
4
|
+
"version": "4.23.16",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"oclif": "bin/run.js"
|
|
8
8
|
},
|
|
9
9
|
"bugs": "https://github.com/oclif/oclif/issues",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@aws-sdk/client-cloudfront": "^3.
|
|
11
|
+
"@aws-sdk/client-cloudfront": "^3.1068.0",
|
|
12
12
|
"@aws-sdk/client-s3": "^3.1063.0",
|
|
13
13
|
"@inquirer/confirm": "^3.1.22",
|
|
14
14
|
"@inquirer/input": "^2.2.4",
|