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

# plugins list

```bash lines theme={"system"}
qlty plugins list [OPTIONS]
```

List all available plugins

This command lists all available plugins based on the sources declared in the current project's `qlty.toml` configuration file.

## Examples

```bash List all available plugins lines theme={"system"}
qlty plugins list
```

## See Also

* [`plugins enable`](/cli/commands/plugins-enable)
* [`plugins upgrade`](/cli/commands/plugins-upgrade)
* [`plugins disable`](/cli/commands/plugins-disable)
* [Global Options](/cli/global-options)
