install_plugins.pl - install all plugins found in plugins_dir
install_plugins.pl
Options: -?|--help brief help message --include install only the plugins of the specified classes --exclude install all the plugins except the specified ones
Print a brief help message and exits
Retrieve the list of plugin classes and install only those. It's possible to specify the package of a class to install a specific plugin (e.g. --include <package::pluginClass> --include <anotherPluginClass>).
Retrieve the list of plugin classes and install all plugins except those. It's possible to specify the package of a class to install a specific plugin (e.g. --exclude <package::pluginClass> --exclude <anotherPluginClass>).
A simple script to install plugins from the command line