Cheng Fang created AS7-5375:
-------------------------------
Summary: 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
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira