DESCRIPTION
        install-plugin

	Installs a plugin for the given URL or name and version.

SYNTAX
        install-plugin [options] name [version] 

ARGUMENTS
        name
                The name of the plugin to install. You may specify an URL,
                a zip file or a regular name.
        version
                The version of the plugin to install. May only be specified if
                a plugin name is supplied.

OPTIONS
        --force-upgrade
                Forces upgrade if the plugin to be installed has a bigger major
                version than the currently installed (if there's one plugin
                installed that matches the same name).
        --framework
                Installs the plugin as a framework plugin.
        --noclean
                Do not clean project after plugin has been installed.
        --non-interactive
                Controls if the shell can ask for input or not.
        --repository
                Name of an specific repository where the search will be performed.
