list-plugins
Purpose
Lists the available pluginsExamples
Propósito
Enumerar los plugins disponiblesEjemplos
grails list-plugins
Description
Usage:Descripción
grails list-plugins grails list-plugins -repository=myRepository grails list-plugins -installed
StatusUpdate- When the plugin list is being refreshedStatusError- When there was an error updating the plugin list
repository- The name of the repository to use, otherwise all known repositories will be scanned. See the section on Plugin repositories in the user guide.installed- List only the plugins that are installed into the current Grails application.
StatusUpdate- Cuando la lista de plugins ha sido refrescada.StatusError- Cuando ha habido un error actualizando la lista de plugin
repository- El nombre del repositorio en uso, de lo contrario otros repositorios serán escaneados. Ver la sección Plugin repositories en la guía de usuario.installed- Lista solo los plugins que son instalados en la aplicación de Grails actual.
Plugins available in the grailsCentral repository are listed below: ------------------------------------------------------------- acegi <0.5.3.2> -- Grails Spring Security 2.0 Plugin activemq <0.3> -- Grails ActiveMQ Plugin activiti <5.6> -- Grails Activiti Plugin ajax-uploader <0.3> -- Ajax Uploader Plugin ajaxflow <0.2.1> -- This plugin enables Ajaxified Webflows akismet <0.2> -- Akismet Anti-Spam Plugin alfresco <0.4> -- Plugin de integracion con Alfresco. ...
The first column contains the plugin name, the second the version and the last the description. If you require more info about a plugin you can use the plugin-info command. If you wish to install a plugin you can use the plugin name and/or version in combination with the install-plugin.
La primera columna contiene el nombre del plugin, la segunda la versión y la última la descripción. Si requiere más información sobre un plugin, puede usar el comando plugin-info. Si desea instalar un plugin puede usar el nombre y/o versión con el comando install-plugin.Note: If you are behind a proxy you may want to consider using the set-proxy command prior to running this command.
Nota: Si está detrás de un proxy, es posible que desee considerar el uso del comando set-proxy antes de ejecutar este comando.

