[
https://issues.jboss.org/browse/WFCORE-1614?page=com.atlassian.jira.plugi...
]
Petr Kremensky edited comment on WFCORE-1614 at 6/27/16 4:00 AM:
-----------------------------------------------------------------
Testing script attached.
{noformat}
./jboss-cli.sh --echo-command --file=test.cli
{noformat}
was (Author: pkremens):
Testing script.
{noformat}
./jboss-cli.sh --echo-command --file=test.cli
{noformat}
Requesting CLI Equivalent of Remote Echo / set -x in non-interactive
mode (from within scripts)
-----------------------------------------------------------------------------------------------
Key: WFCORE-1614
URL:
https://issues.jboss.org/browse/WFCORE-1614
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Fix For: 3.0.0.Alpha3
Attachments: test.cli
We are proposing here to add a Cli option (command line option and an XML element) to
make the CLI to echo the command and its options in non interactive mode. This will help
to match a given command and its output.
For example, the "ls -l" command output would be:
[standalone@localhost:9990 /] ls -l
ATTRIBUTE VALUE TYPE
launch-type STANDALONE STRING
management-major-version 5 INT
management-micro-version 0 INT
management-minor-version 0 INT
...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)