Skip to content

Commit

Permalink
Merge pull request #290 from anshbansal/patch-15
Browse files Browse the repository at this point in the history
Updated the sample output of plugin-info command
  • Loading branch information
graemerocher committed Jun 30, 2015
2 parents 9590fb5 + 1f61e8a commit d44d25b
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions src/en/ref/Command Line/plugin-info.gdoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,18 @@ Usage:
grails plugin-info [name]
{code}

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:
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 geb plugin can be seen below:

{code}
--------------------------------------------------------------------------
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.
--------------------------------------------------------------------------
| Plugin Info: geb
| Latest Version: 1.0.1-SNAPSHOT
| All Versions: 1.0-SNAPSHOT,1.0.0.M1,1.0.0.M2,1.0.0.M3,1.0.0.M4,1.0.0,1.0.0.BUILD-SNAPSHOT,1.0.1-SNAPSHOT
| Title: Geb Plugin

Plugin that adds Geb functional testing code generation features.

* License: APACHE
* Documentation: http://grails.org/plugin/geb
* Issue Tracker: http://github.com/grails3-plugins/geb/issues
* Source: http://github.com/grails3-plugins/geb
{code}

0 comments on commit d44d25b

Please sign in to comment.