[jboss-jira] [JBoss JIRA] (WFCORE-790) CLI Does Not Log History With "--file" and "--command(s)" args
Joe Wertz (JIRA)
issues at jboss.org
Fri Aug 7 06:13:03 EDT 2015
[ https://issues.jboss.org/browse/WFCORE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096500#comment-13096500 ]
Joe Wertz commented on WFCORE-790:
----------------------------------
This is connected to a broader design issue of non-interactive mode commands not passing through AESH processing. Even if this, and the history-audit-trail issue here https://issues.jboss.org/browse/WFCORE-791, are decided to be good design choices, we're still going to have to change how non-interactive processing works.
The new AESH version has an 'alias' command now and could theoretically add more commands that will only work if non-interactive input is processed through AESH. Currently it's processed directly by the CLI handlers and bypasses AESH. Without that processing, the interactive and non-interactive functionality won't be the same. That's going to cause problems. When/if the CLI starts using the new high-level AESH API this gets even worse because even new CLI commands won't be usable because they're actually part of the AESH process structure.
Because that change is going to have to happen anyway, I think making the history more of a true history and incorporating non-interactive commands into it makes sense. I would expect an true history to be more useful anyway, rather than the current behavior, and if it's going to be a 'true' history I think the non-interactive commands should be in it.
> CLI Does Not Log History With "--file" and "--command(s)" args
> ---------------------------------------------------------------
>
> Key: WFCORE-790
> URL: https://issues.jboss.org/browse/WFCORE-790
> Project: WildFly Core
> Issue Type: Bug
> Components: CLI
> Affects Versions: 2.0.0.Alpha5
> Reporter: Petr Kremensky
> Assignee: Alexey Loubyansky
>
> Cli doesn't log commands passed by "\-\-file" and "\-\-command(s)" arguments.
> https://bugzilla.redhat.com/show_bug.cgi?id=1232890
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list