Skip to content

Commit

Permalink
Merge branch 'next' into rechoir-default
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv authored Aug 17, 2020
2 parents acc81ff + a3331f8 commit 1c6a342
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions packages/info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,18 @@ npx webpack info [options]

#### Output format

| Flag | Description | Type |
| ------------------------------ | ------------------------------------- | ---------- |
| `--output < json | markdown >` | To get the output in specified format | [ string ] |
| Flag | Description | Type |
| ------------------------------- | ------------------------------------- | ---------- |
| `--output < json or markdown >` | To get the output in specified format | [ string ] |

_Not supported for config_

#### Options

| Flag | Description | Type |
| ------------------- | --------------------------------------------------------------- | ----------- |
| `--help` | Show help | [ boolean ] |
| `--version` | Show version number of `webpack-cli` | [ boolean ] |
| `--system` , `-s` | System information ( OS, CPU ) | [ boolean ] |
| `--binaries` , `-b` | Installed binaries (Node, yarn, npm) | [ boolean ] |
| `--browsers` | Installed web browsers | [ boolean ] |
| `--npmg` | Globally installed NPM packages ( webpack & webpack-cli only ) | [ boolean ] |
| `--npmPackages` | Info about packages related to webpack installed in the project | [ boolean ] |
| Flag | Description | Type |
| ----------- | ------------------------------------------ | ----------- |
| `--help` | Show help | [ boolean ] |
| `--version` | Show version number of `@webpack-cli/info` | [ boolean ] |

### Node

Expand Down

0 comments on commit 1c6a342

Please sign in to comment.