Hide Forgot
Description of problem: We have a lot of customers that are using CLI utility to manage their Jboss. They need to create modules with export=true option for dependencies but CLI does not have that option. module add --name=module_name [--slot=slot_name] --resources=list_of_jars (--module-xml=file_path | ([--dependencies=list_of_module_names] [--properties=list_of_properties] [--main-class=fully_qualified_class_name]]) ) How reproducible: Install a Jboss EAP and try to create a module with export dependencies Steps to Reproduce: 1. Install Jboss EAP 2. Connecto to CLI console 3. Try to create a new module with export=true option Actual results: Jboss CLI does not have that option Expected results: Add this capability to CLI for add modules.
Closing as this is a feature request not a bug. An RFE was opened