Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the sample output of plugin-info command #290

Merged
merged 1 commit into from
Jun 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}