Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ webpack-cli offers a variety of commands to make working with webpack easy. By d
| `plugin` | p | Scaffold a plugin repository |
| `info` | i | Output information about your system and dependencies |
| `serve` | s | Run the webpack Dev Server |
| `configtest` | t | Tests webpack configuration against validation errors |
| `bundle` | b | Run webpack (default command, can be omitted) |
| `help` | h | Display help for commands and options |
| `version` | v | Output the version of `webpack`, `webpack-cli` and `webpack-dev-server` |
Expand Down