]
James Perkins reassigned FORGEPLUGINS-189:
------------------------------------------
Assignee: (was: James Perkins)
The as-setup command should give the version of the server
----------------------------------------------------------
Key: FORGEPLUGINS-189
URL:
https://issues.jboss.org/browse/FORGEPLUGINS-189
Project: Forge Plugins/Addons
Issue Type: Enhancement
Components: JBoss AS Addon
Reporter: Antonio Goncalves
The {{as-setup}} command has a {{server}} parameter. When pressing TAB the completion
shows the app server with version :
{code}
$ as-setup --server
jbossas7 wildfly8
{code}
But this is confusing because when you choose the appserver, you have the {{version}}
parameter :
{code}
$ as-setup --server wildfly8 --version
8.0.0.Alpha1 8.0.0.Alpha4 8.0.0.Final 8.1.0.Final 9.0.0.Beta1
8.0.0.Alpha2 8.0.0.Beta1 8.1.0.CR1 8.2.0.Final 9.0.0.Beta2
8.0.0.Alpha3 8.0.0.CR1 8.1.0.CR2 9.0.0.Alpha1 9.0.0.CR1
{code}
For clarity the {{server}} parameter should only show the app server without version
number :
{code}
$ as-setup --server
jbossas wildfly
{code}