nx/docs/generated/cli/list.md
Isaac Mann afa5eb59fa
docs(core): document the @nrwl => @nx rescope (#16403)
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-04-27 18:14:59 -04:00

51 lines
857 B
Markdown

---
title: 'list - CLI command'
description: 'Lists installed plugins, capabilities of installed plugins and other available plugins.'
---
# list
Lists installed plugins, capabilities of installed plugins and other available plugins.
## Usage
```shell
nx list [plugin]
```
Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpm nx`.
### Examples
List the plugins installed in the current workspace:
```shell
nx list
```
List the generators and executors available in the `@nx/web` plugin if it is installed (If the plugin is not installed `nx` will show advice on how to add it to your workspace):
```shell
nx list @nx/web
```
## Options
### help
Type: `boolean`
Show help
### plugin
Type: `string`
The name of an installed plugin to query
### version
Type: `boolean`
Show version number