]
Alexey Loubyansky resolved AS7-5375.
------------------------------------
Fix Version/s: 7.1.3.Final (EAP)
7.2.0.Alpha1
Resolution: Done
Fixed. Thanks.
jboss-cli undeploy -l output does not show details
--------------------------------------------------
Key: AS7-5375
URL:
https://issues.jboss.org/browse/AS7-5375
Project: Application Server 7
Issue Type: Bug
Components: CLI
Affects Versions: 7.2.0.Alpha1
Reporter: Cheng Fang
Assignee: Alexey Loubyansky
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
The help for undeploy says:
in case the deployment name isn't specified, the presence of the -l switch
will make the existing deployments printed one deployment per
line, instead of
in columns (the default).
but its output just displays in short format:
$JBOSS_HOME/bin/jboss-cli.sh --connect --command="undeploy -l"
hello.war
This is not consistent with deploy -l, which does show the details one deployment per
line.
$JBOSS_HOME/bin/jboss-cli.sh --connect --command="deploy -l"
NAME RUNTIME-NAME ENABLED STATUS
hello.war hello.war true OK
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: