This enhancement adds new parameters to the install_plugins.pl script to specify which plugins to install.
New parameters :
--include <PluginClass> (repeatable) install ONLY the plugins specified
--exclude <PluginClass> (repeatable) install all the plugins EXCEPT the ones specified
The parameters require the full plugin class (e.g. Koha::Plugin::PluginName).
The parameters *cannot* be used simultaneously.
|