(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.
--------------------------------------------------------------------------