@forge/cli

12.19.012.19.0-experimental-a6c6519
out/command-line/index.js
~out/command-line/index.jsModified
+2
Index: package/out/command-line/index.js
===================================================================
--- package/out/command-line/index.js
+++ package/out/command-line/index.js
@@ -31,8 +31,9 @@
 const register_show_commands_1 = require("./register-show-commands");
 const register_assistant_commands_1 = require("./register-assistant-commands");
 const register_repositories_commands_1 = require("./register-repositories-commands");
 const register_custom_scopes_commands_1 = require("./register-custom-scopes-commands");
+const register_module_commands_1 = require("./register-module-commands");
 const worker_info_1 = require("../workers/worker-info");
 const workers_starter_1 = require("../workers/workers-starter");
 function setupProxy() {
     const cachedConf = cli_shared_1.CachedConf.getCache(cli_shared_1.CONFIG_PROJECT_NAME);
@@ -54,8 +55,9 @@
 async function registerCommands(deps) {
     (0, register_autocomplete_commands_1.registerCommands)(deps);
     (0, register_authentication_command_1.registerCommands)(deps);
     await (0, register_app_commands_1.registerCommands)(deps);
+    await (0, register_module_commands_1.registerCommands)(deps);
     (0, register_build_commands_1.registerCommands)(deps);
     (0, register_deployment_commands_1.registerCommands)(deps);
     (0, register_developer_spaces_commands_1.registerCommands)(deps);
     (0, register_installation_commands_1.registerCommands)(deps);