Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 846 Bytes

list.md

File metadata and controls

44 lines (27 loc) · 846 Bytes
title description
list - CLI command
Lists installed plugins, capabilities of installed plugins and other available plugins.

list

Lists installed plugins, capabilities of installed plugins and other available plugins.

Usage

nx list [plugin]

Install nx globally to invoke the command directly using nx, or use npx nx, yarn nx, or pnpx nx.

Examples

List the plugins installed in the current workspace:

nx list

List the generators and executors available in the @nrwl/web plugin if it is installed (If the plugin is not installed nx will show advice on how to add it to your workspace):

nx list @nrwl/web

Options

help

Show help

plugin

The name of an installed plugin to query

version

Show version number