<<

NAME

install_plugins.pl - install all plugins found in plugins_dir

SYNOPSIS

 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

OPTIONS

--help|-?

Print a brief help message and exits

--include

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>).

--exclude

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>).

DESCRIPTION

A simple script to install plugins from the command line

<<