diff --git a/packages/webpack-cli/README.md b/packages/webpack-cli/README.md index e0193dbd4d9..6dd6223a0d9 100644 --- a/packages/webpack-cli/README.md +++ b/packages/webpack-cli/README.md @@ -63,15 +63,16 @@ npx webpack-cli --help verbose ### Available Commands ``` - bundle | b Run webpack - help | h Display help for commands and options - version | v Output version number of the 'webpack', 'webpack-cli' and other related packages - init | c Initialize a new webpack configuration - migrate | m Migrate a configuration to a new version - loader | l Scaffold a loader repository - plugin | p Scaffold a plugin repository - info | i Outputs information about your system and dependencies - serve | s Run the webpack Dev Server + bundle | b Run webpack + help | h Display help for commands and options + version | v Output version number of the 'webpack', 'webpack-cli' and other related packages + init | c Initialize a new webpack configuration + migrate | m Migrate a configuration to a new version + loader | l Scaffold a loader repository + plugin | p Scaffold a plugin repository + info | i Outputs information about your system and dependencies + serve | s Run the webpack Dev Server + configtest | t Run the webpack Dev Server ``` ### webpack 4