]
Jean-Francois Denise reassigned WFCORE-430:
-------------------------------------------
Assignee: Jean-Francois Denise (was: Alexey Loubyansky)
CLI command to list/view AS modules
-----------------------------------
Key: WFCORE-430
URL:
https://issues.jboss.org/browse/WFCORE-430
Project: WildFly Core
Issue Type: Feature Request
Components: CLI
Reporter: Akram Ben Aissi
Assignee: Jean-Francois Denise
For the same reason as AS7-4265, it would be useful to have command to list and view
modules and their configuration.
For example:
modules list --name=org.jboss.*
or simply
modules list
will display a list of all available/installed modules in the AS.
The same way,
modules view --name=org.jboss.as.security --slot=name
will display details for the specified module, include its related resources and classes,
and so on