> ## 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:permissions

> Show NativePHP plugin permissions

The `plugin:permissions` command shows the permissions requested by installed plugins.

## Command

Syntax:

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

## Options

### --all

Include unregistered plugins.

## Example

```bash theme={null}
nativecli plugin:permissions --all
```

## See Also

* [plugin:list command](/commands/plugin-list) - View installed plugins
