]
Brian Stansberry updated WFCORE-2088:
-------------------------------------
Git Pull Request:
Enhance CLI to support Aesh Commands
------------------------------------
Key: WFCORE-2088
URL:
https://issues.jboss.org/browse/WFCORE-2088
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Fix For: 4.0.0.Alpha8
In order to modernize the way to develop CLI commands, CLI needs to support commands
developed with aesh 1.0 API. Aesh has been recently re-architectured to expose a Command
Runtime that we can integrate in CLI.
The first immediate benefit of this integration is the ability to load aesh based
commands exposed by extensions.
The patch command should be a candidate to validate this integration of aesh commands.