@forge/cli

13.3.0-next.12-experimental-4b981ef-experimental-5b8eb3c13.3.0-next.25
out/command-line/controller/module-list-controller.js
~out/command-line/controller/module-list-controller.jsModified
+1−1
Index: package/out/command-line/controller/module-list-controller.js
===================================================================
--- package/out/command-line/controller/module-list-controller.js
+++ package/out/command-line/controller/module-list-controller.js
@@ -38,9 +38,9 @@
         this.moduleView.renderModuleList(sortedModules);
     }
     resolveProducts(options) {
         const product = options.product;
-        if (!product) {
+        if (!product || product === 'show-all') {
             return [...module_add_controller_1.MODULE_PRODUCTS];
         }
         if (!module_add_controller_1.MODULE_PRODUCTS.includes(product)) {
             throw new Error(cli_shared_1.Text.module.add.errorInvalidProduct(product));