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.