(Quick Reference)

plugin-info

Purpose

Displays detailed info about a plugin

Examples

grails plugin-info shiro

Description

Usage:

grails plugin-info [name]

This command will display more detailed info about a given plugin such as the author, location of documentation and so on. An example of the output of the Shiro plugin can be seen below:

--------------------------------------------------------------------------
Information about Grails plugin
--------------------------------------------------------------------------
Name: shiro     | Latest release: 1.1.3
--------------------------------------------------------------------------
Apache Shiro Integration for Grails
--------------------------------------------------------------------------
Author: Peter Ledbrook
--------------------------------------------------------------------------
Find more info here: http://grails.org/Shiro+Plugin
--------------------------------------------------------------------------
Enables Grails applications to take advantage of the Apache Shiro security layer.
Adopted from previous JSecurity plugin.
--------------------------------------------------------------------------