Home

Awesome

CLI Plugin List for Magento 2

Get a good overview of plugins installed and be aware about their influence on your Magento 2 instance.

Features list

Installation

This package is not yet hosted on GitHub. To use it, add the repository to your composer configuration:

composer config repositories.cli-plugin-list vcs git@github.com:magento-hackathon/cli-plugin-list.git

Next, install the extension using composer:

composer require --dev magentohackathon/clipluginlist

Next, enable the extension

bin/magento module:enable MagentoHackathon_CliPluginList

Usage

bin/magento hackathon:plugin:list frontend

You can replace the area frontend with adminhtml, webapi_rest, webapi_soap. By default, global is used. In any case, global plugins are always displayed.

By adding the option -m, --module[=MODULE] you can filter the results for one module only.

preview

License

OSL v3.0

Author