]
Brian Stansberry moved WFLY-1128 to WFCORE-430:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-430 (was: WFLY-1128)
Component/s: CLI
(was: CLI)
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: Alexey Loubyansky
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