28 lines
372 B
Markdown
28 lines
372 B
Markdown
# list
|
|
|
|
Lists installed plugins, capabilities of installed plugins and other available plugins.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
nx list
|
|
```
|
|
|
|
Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
|
|
|
|
## Options
|
|
|
|
### help
|
|
|
|
Show help
|
|
|
|
### plugin
|
|
|
|
Default: `null`
|
|
|
|
The name of an installed plugin to query
|
|
|
|
### version
|
|
|
|
Show version number
|