]
Jean-Francois Denise updated WFCORE-1878:
-----------------------------------------
Fix Version/s: 3.0.0.Alpha10
Priority: Blocker (was: Major)
CLI should not rely on values that could conflict with shell
operators
----------------------------------------------------------------------
Key: WFCORE-1878
URL:
https://issues.jboss.org/browse/WFCORE-1878
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Priority: Blocker
Fix For: 3.0.0.Alpha10
If we move to a new CLI implementation that relies on Aesh Command parsing, then we will
need to activate Aesh operator parsing to handle the following case: ls -l >
output.txt
Today, the deploy command makes use of <ALL> as a well known value to refer to all
disabled deployment items. This will conflict with Aesh parser.