> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nativecli.com/llms.txt
> Use this file to discover all available pages before exploring further.

# plugin:list

> List registered NativePHP plugins

The `plugin:list` command shows installed and registered NativePHP plugins.

## Command

Syntax:

```bash theme={null}
nativecli plugin:list [OPTIONS]
```

## Options

### --json

Output the list as JSON.

### --all

Include unregistered plugins.

## Example

```bash theme={null}
nativecli plugin:list --json
```

## See Also

* [plugin:add command](/commands/plugin-add) - Install and register a plugin
* [plugin:permissions command](/commands/plugin-permissions) - Review requested permissions
