Title: WP-CLI cannot display all Plugins anymore
Last modified: January 4, 2018

---

# WP-CLI cannot display all Plugins anymore

 *  Resolved [janthiel](https://wordpress.org/support/users/janthiel/)
 * (@janthiel)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wp-cli-cannot-display-all-plugins-anymore/)
 * Hi Aaron,
 * we stumbled over some issues using your plugin in combination with WP-CLI.
    We
   run the latest WordPress (4.9.1) with latest WP-CLI (1.4.1). Using you plugin
   in this combination hides all plugins which aren’t controllable on a single site(
   thus being forced activated or network activated) from the WP-CLI. The issues
   just started recently as we used your plugin for a long time with no issues.
 * The issue looks like the following:
 *     ```
       wp plugin list --all
       +-------------------------+----------+--------+---------+
       | name                    | status   | update | version |
       +-------------------------+----------+--------+---------+
       | affiliate-wp            | active   | none   | 2.1.8   |
       | bne-flyout              | inactive | none   | 1.3.3   |
       | duplicate-post          | inactive | none   | 3.2.1   |
       | fv-wordpress-flowplayer | inactive | none   | 6.3.11  |
       | gravityforms            | active   | none   | 2.2.5   |
       | LayerSlider             | inactive | none   | 5.6.9   |
       | wordpress-seo           | active   | none   | 5.9.3   |
       | a-mu-plugin             | must-use | none   |         |
       | sunrise.php             | dropin   | none   |         |
       +-------------------------+----------+--------+---------+
       ```
   
 * Which should look like this:
 *     ```
       wp plugin list --all --skip-plugins=multisite-plugin-manager
       +-----------------------------------------------+----------------+--------+---------+
       | name                                          | status         | update | version |
       +-----------------------------------------------+----------------+--------+---------+
       | affiliate-wp                                  | active         | none   | 2.1.8   |
       | antispam-bee                                  | active-network | none   | 2.7.1   |
       | bne-flyout                                    | inactive       | none   | 1.3.3   |
       | cloner                                        | active-network | none   | 1.7.7   |
       | cms-tree-page-view                            | active-network | none   | 1.4     |
       | cookie-notice                                 | active-network | none   | 1.2.40  |
       | domain-mapping                                | active-network | none   | 4.4.2.5 |
       | duplicate-post                                | inactive       | none   | 3.2.1   |
       | dynamic-widgets                               | active-network | none   | 1.5.13  |
       | fv-wordpress-flowplayer                       | inactive       | none   | 6.3.11  |
       | duracelltomi-google-tag-manager               | inactive       | none   | 1.7.2   |
       | gravityforms                                  | active         | none   | 2.2.5   |
       | gravityformscli                               | inactive       | none   | 1.0     |
       | gravity-forms-google-analytics-event-tracking | inactive       | none   | 2.0.9   |
       | gravityformsuserregistration                  | inactive       | none   | 3.8     |
       | LayerSlider                                   | inactive       | none   | 5.6.9   |
       | simple-jwt-authentication                     | active-network | none   | 1.1     |
       | wordpress-importer                            | inactive       | none   | 0.6.3   |
       | wp-piwik                                      | active-network | none   | 1.0.19  |
       | wp-fail2ban                                   | active-network | none   | 3.5.3   |
       | wp-mail-smtp                                  | inactive       | none   | 1.0.2   |
       | wpmudev-updates                               | active-network | none   | 4.4     |
       | wp-smush-pro                                  | inactive       | none   | 2.7.6   |
       | wordpress-seo                                 | active         | none   | 5.9.3   |
       | a-mu-plugin                                   | must-use       | none   |         |
       | sunrise.php                                   | dropin         | none   |         |
       +-----------------------------------------------+----------------+--------+---------+
       ```
   
 * It might be related to WordPress 4.9 / 4.9.1 and the multisite changes the core
   team built in. We haven’t encountered this issues earlier and haven’t updated
   WP-CLI since it was still working.
 * Thank you for your support and best Regards,
 * Jan

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Aaron Edwards](https://wordpress.org/support/users/uglyrobot/)
 * (@uglyrobot)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wp-cli-cannot-display-all-plugins-anymore/#post-9834538)
 * There is actually a fix for this in master, just havn’t deployed it yet: [https://github.com/uglyrobot/multisite-plugin-manager/commit/67f0fd165e4ef926c3b8206bf7b6d99a624e967f](https://github.com/uglyrobot/multisite-plugin-manager/commit/67f0fd165e4ef926c3b8206bf7b6d99a624e967f)
 *  Thread Starter [janthiel](https://wordpress.org/support/users/janthiel/)
 * (@janthiel)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wp-cli-cannot-display-all-plugins-anymore/#post-9870711)
 * Thank you Aaron. Did the trick as expected 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WP-CLI cannot display all Plugins anymore’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/multisite-plugin-manager_131313.svg)
 * [Multisite Plugin Manager](https://wordpress.org/plugins/multisite-plugin-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multisite-plugin-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multisite-plugin-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/multisite-plugin-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multisite-plugin-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multisite-plugin-manager/reviews/)

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [network](https://wordpress.org/support/topic-tag/network/)
 * [wp-cli](https://wordpress.org/support/topic-tag/wp-cli/)

 * 2 replies
 * 2 participants
 * Last reply from: [janthiel](https://wordpress.org/support/users/janthiel/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/wp-cli-cannot-display-all-plugins-anymore/#post-9870711)
 * Status: resolved