uninstall-plugin
Purpose
Uninstalls an installed plugin from an application.Examples
grails uninstall-plugin shiro
Description
Usage:grails uninstall-plugin [name]
clean
and then uninstall the plugin for the given name if it is already installed. The command will remove any metadata referring to the plugin from application.properties
and execute the plugin's scripts/_Uninstall.groovy
file if it exists.