Skip to content

Commit

Permalink
docs(api): add configtest command
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jan 8, 2021
1 parent 1f0786e commit 6cb3f91
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 6cb3f91

Please sign in to comment.