question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disabling plugins CLI option

See original GitHub issue

The current CLI option:

-p PLUGINS, --plugins=PLUGINS
                        a comma-separated list of plugins to load

is tedious to use when many plugins are in use. Often a user might just want to disable a single plugin or a tiny list of plugins to try something/do something in a specific beets run.

Proposed solution

Add a CLI option named eg. --disable-plugins/-P that allows mentioning a comma separated list of plugin-names to stay disabled for that beets run.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sampsyocommented, May 20, 2022

Yes, thanks for the reminder!!

1reaction
arbanhossaincommented, Apr 15, 2022

Hey, if I am understanding this right, I sort of have an implementation of this in my fork. It uses -x/--exclude. Should I do a PR for you to review?

Read more comments on GitHub >

github_iconTop Results From Across the Web

wp plugin deactivate | WP-CLI Command
One or more plugins to deactivate. [--uninstall]: Uninstall the plugin after deactivation. [--all]: If set, all plugins will be deactivated.
Read more >
How To Disable WordPress Plugins (No Access to WP- ...
Step 1: Open phpMyAdmin · Step 2: Select WordPress Database · Step 3: Open options Table · Step 4: Edit active_plugins Value.
Read more >
Disabling a Plugin with WP-CLI
Deactivate a plugin using the command wp plugin deactivate plugin-slug where “plugin-slug” is replaced with the name of the plugin you saw from ......
Read more >
Disabling plugins from CloudBees CI
Disabling plugins · From the operations center or the appropriate controller, select the Manage Jenkins area. · Select Manage Plugins. · Select the...
Read more >
Install, activate and deactivate WordPress plugins with WP- ...
If you have a WordPress site, you can use the WP-CLI command line tool to install, activate and deactivate plugins.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found