[
https://issues.jboss.org/browse/AS7-4939?page=com.atlassian.jira.plugin.s...
]
Alexey Loubyansky moved JBPAPP-9219 to AS7-4939:
------------------------------------------------
Project: Application Server 7 (was: JBoss Enterprise Application Platform)
Key: AS7-4939 (was: JBPAPP-9219)
Workflow: GIT Pull Request workflow (was: jira)
Affects Version/s: (was: EAP 6.0.0 ER 8)
Security: (was: Public)
Fix Version/s: 7.1.3.Final (EAP)
7.2.0.Alpha1
(was: TBD EAP 6)
Docs QE Status: (was: NEW)
CLONE - CLI: unable to specify command arguments to echo-dmr command
--------------------------------------------------------------------
Key: AS7-4939
URL:
https://issues.jboss.org/browse/AS7-4939
Project: Application Server 7
Issue Type: Bug
Reporter: Dominik Pospisil
Assignee: Alexey Loubyansky
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
It seems to be impossible to specify command arguments to echo-dmr command beginning with
double-dash.
While e.g. this works:
[domain@localhost:9999 /] echo-dmr undeploy deployment0.war
{
"operation" => "composite",
"address" => [],
"steps" => [{
"operation" => "remove",
"address" => [("deployment" =>
"deployment0.war")]
}]
}
This does not:
[domain@localhost:9999 /] echo-dmr deploy /home/dpospisi/deploy/deployment1.war
--all-server-groups
Unrecognized arguments: [--all-server-groups]
Putting requested command in quotes does not work as well.
--
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