@@ -128,7 +128,6 @@ Commands:
128
128
info|i [options] Outputs information about your system.
129
129
init|create|new|c|n [generation-path] [options] Initialize a new webpack project.
130
130
loader|l [output-path] [options] Scaffold a loader.
131
- migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
132
131
plugin|p [output-path] [options] Scaffold a plugin.
133
132
serve|server|s [entries...] [options] Run the webpack dev server.
134
133
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
@@ -184,7 +183,6 @@ Commands:
184
183
info|i [options] Outputs information about your system.
185
184
init|create|new|c|n [generation-path] [options] Initialize a new webpack project.
186
185
loader|l [output-path] [options] Scaffold a loader.
187
- migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
188
186
plugin|p [output-path] [options] Scaffold a plugin.
189
187
serve|server|s [entries...] [options] Run the webpack dev server.
190
188
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
@@ -240,7 +238,6 @@ Commands:
240
238
info|i [options] Outputs information about your system.
241
239
init|create|new|c|n [generation-path] [options] Initialize a new webpack project.
242
240
loader|l [output-path] [options] Scaffold a loader.
243
- migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
244
241
plugin|p [output-path] [options] Scaffold a plugin.
245
242
serve|server|s [entries...] [options] Run the webpack dev server.
246
243
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
@@ -1135,128 +1132,6 @@ CLI documentation: https://webpack.js.org/api/cli/.
1135
1132
Made with ♥ by the webpack team."
1136
1133
`;
1137
1134
1138
- exports[`help should show help information for 'm' command using command syntax: stderr 1`] = `""`;
1139
-
1140
- exports[`help should show help information for 'm' command using command syntax: stdout 1`] = `
1141
- "Usage: webpack migrate|m <config-path> [new-config-path]
1142
-
1143
- Migrate a configuration to a new version.
1144
-
1145
- Global options:
1146
- --color Enable colors on console.
1147
- --no-color Disable colors on console.
1148
- -v, --version Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
1149
- -h, --help [verbose] Display help for commands and options.
1150
-
1151
- To see list of all supported commands and options run 'webpack --help=verbose'.
1152
-
1153
- Webpack documentation: https://webpack.js.org/.
1154
- CLI documentation: https://webpack.js.org/api/cli/.
1155
- Made with ♥ by the webpack team."
1156
- `;
1157
-
1158
- exports[`help should show help information for 'm' command using the "--help" option: stderr 1`] = `""`;
1159
-
1160
- exports[`help should show help information for 'm' command using the "--help" option: stdout 1`] = `
1161
- "Usage: webpack migrate|m <config-path> [new-config-path]
1162
-
1163
- Migrate a configuration to a new version.
1164
-
1165
- Global options:
1166
- --color Enable colors on console.
1167
- --no-color Disable colors on console.
1168
- -v, --version Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
1169
- -h, --help [verbose] Display help for commands and options.
1170
-
1171
- To see list of all supported commands and options run 'webpack --help=verbose'.
1172
-
1173
- Webpack documentation: https://webpack.js.org/.
1174
- CLI documentation: https://webpack.js.org/api/cli/.
1175
- Made with ♥ by the webpack team."
1176
- `;
1177
-
1178
- exports[`help should show help information for 'migrate' and respect the "--color" flag using the "--help" option: stderr 1`] = `""`;
1179
-
1180
- exports[`help should show help information for 'migrate' and respect the "--color" flag using the "--help" option: stdout 1`] = `
1181
- "Usage: webpack migrate|m <config-path> [new-config-path]
1182
-
1183
- Migrate a configuration to a new version.
1184
-
1185
- Global options:
1186
- --color Enable colors on console.
1187
- --no-color Disable colors on console.
1188
- -v, --version Output the version number of 'webpack', 'webpack-cli'
1189
- and 'webpack-dev-server' and commands.
1190
- -h, --help [verbose] Display help for commands and options.
1191
-
1192
- To see list of all supported commands and options run 'webpack --help=verbose'.
1193
-
1194
- Webpack documentation: https://webpack.js.org/.
1195
- CLI documentation: https://webpack.js.org/api/cli/.
1196
- Made with ♥ by the webpack team."
1197
- `;
1198
-
1199
- exports[`help should show help information for 'migrate' and respect the "--no-color" flag using the "--help" option: stderr 1`] = `""`;
1200
-
1201
- exports[`help should show help information for 'migrate' and respect the "--no-color" flag using the "--help" option: stdout 1`] = `
1202
- "Usage: webpack migrate|m <config-path> [new-config-path]
1203
-
1204
- Migrate a configuration to a new version.
1205
-
1206
- Global options:
1207
- --color Enable colors on console.
1208
- --no-color Disable colors on console.
1209
- -v, --version Output the version number of 'webpack', 'webpack-cli'
1210
- and 'webpack-dev-server' and commands.
1211
- -h, --help [verbose] Display help for commands and options.
1212
-
1213
- To see list of all supported commands and options run 'webpack --help=verbose'.
1214
-
1215
- Webpack documentation: https://webpack.js.org/.
1216
- CLI documentation: https://webpack.js.org/api/cli/.
1217
- Made with ♥ by the webpack team."
1218
- `;
1219
-
1220
- exports[`help should show help information for 'migrate' command using command syntax: stderr 1`] = `""`;
1221
-
1222
- exports[`help should show help information for 'migrate' command using command syntax: stdout 1`] = `
1223
- "Usage: webpack migrate|m <config-path> [new-config-path]
1224
-
1225
- Migrate a configuration to a new version.
1226
-
1227
- Global options:
1228
- --color Enable colors on console.
1229
- --no-color Disable colors on console.
1230
- -v, --version Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
1231
- -h, --help [verbose] Display help for commands and options.
1232
-
1233
- To see list of all supported commands and options run 'webpack --help=verbose'.
1234
-
1235
- Webpack documentation: https://webpack.js.org/.
1236
- CLI documentation: https://webpack.js.org/api/cli/.
1237
- Made with ♥ by the webpack team."
1238
- `;
1239
-
1240
- exports[`help should show help information for 'migrate' command using the "--help" option: stderr 1`] = `""`;
1241
-
1242
- exports[`help should show help information for 'migrate' command using the "--help" option: stdout 1`] = `
1243
- "Usage: webpack migrate|m <config-path> [new-config-path]
1244
-
1245
- Migrate a configuration to a new version.
1246
-
1247
- Global options:
1248
- --color Enable colors on console.
1249
- --no-color Disable colors on console.
1250
- -v, --version Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
1251
- -h, --help [verbose] Display help for commands and options.
1252
-
1253
- To see list of all supported commands and options run 'webpack --help=verbose'.
1254
-
1255
- Webpack documentation: https://webpack.js.org/.
1256
- CLI documentation: https://webpack.js.org/api/cli/.
1257
- Made with ♥ by the webpack team."
1258
- `;
1259
-
1260
1135
exports[`help should show help information for 'n' command using command syntax: stderr 1`] = `""`;
1261
1136
1262
1137
exports[`help should show help information for 'n' command using command syntax: stdout 1`] = `
@@ -2454,7 +2329,6 @@ Commands:
2454
2329
info|i [options] Outputs information about your system.
2455
2330
init|create|new|c|n [generation-path] [options] Initialize a new webpack project.
2456
2331
loader|l [output-path] [options] Scaffold a loader.
2457
- migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
2458
2332
plugin|p [output-path] [options] Scaffold a plugin.
2459
2333
serve|server|s [entries...] [options] Run the webpack dev server.
2460
2334
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
@@ -2510,7 +2384,6 @@ Commands:
2510
2384
info|i [options] Outputs information about your system.
2511
2385
init|create|new|c|n [generation-path] [options] Initialize a new webpack project.
2512
2386
loader|l [output-path] [options] Scaffold a loader.
2513
- migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
2514
2387
plugin|p [output-path] [options] Scaffold a plugin.
2515
2388
serve|server|s [entries...] [options] Run the webpack dev server.
2516
2389
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
@@ -2738,7 +2611,6 @@ Commands:
2738
2611
info|i [options] Outputs information about your system.
2739
2612
init|create|new|c|n [generation-path] [options] Initialize a new webpack project.
2740
2613
loader|l [output-path] [options] Scaffold a loader.
2741
- migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
2742
2614
plugin|p [output-path] [options] Scaffold a plugin.
2743
2615
serve|server|s [entries...] [options] Run the webpack dev server.
2744
2616
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
@@ -2792,7 +2664,6 @@ Commands:
2792
2664
info|i [options] Outputs information about your system.
2793
2665
init|create|new|c|n [generation-path] [options] Initialize a new webpack project.
2794
2666
loader|l [output-path] [options] Scaffold a loader.
2795
- migrate|m <config-path> [new-config-path] Migrate a configuration to a new version.
2796
2667
plugin|p [output-path] [options] Scaffold a plugin.
2797
2668
serve|server|s [entries...] [options] Run the webpack dev server.
2798
2669
version|v [commands...] Output the version number of 'webpack', 'webpack-cli' and 'webpack-dev-server' and commands.
0 commit comments