You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we have a --skip-plugins and --skip-themes flag that allow us to specify what plugins and themes NOT to load. But sometimes you want to load one or more plugin/theme but none of the others. Perhaps a plugin exposes some wp-cli command you need to use but you don't want any other plugins loaded while running it.
To do so now would take some run around to get a list of plugins then pass them to the --skip-plugins command sans the plugin you actually wanted loaded.
The text was updated successfully, but these errors were encountered:
--skip-themes and --skip-plugins are global parameters, and global parameters can conflict with plugin parameters. As such, I think we're unlikely to introduce --only-plugins and --only-themes global parameters.
Today we have a
--skip-plugins
and--skip-themes
flag that allow us to specify what plugins and themes NOT to load. But sometimes you want to load one or more plugin/theme but none of the others. Perhaps a plugin exposes some wp-cli command you need to use but you don't want any other plugins loaded while running it.To do so now would take some run around to get a list of plugins then pass them to the
--skip-plugins
command sans the plugin you actually wanted loaded.The text was updated successfully, but these errors were encountered: