@forge/cli

13.3.0-next.12-experimental-4b981ef13.3.0-next.15-experimental-5f9d93a
out/command-line/index.js
~out/command-line/index.jsModified
+4−1
Index: package/out/command-line/index.js
===================================================================
--- package/out/command-line/index.js
+++ package/out/command-line/index.js
@@ -34,8 +34,9 @@
 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 register_manifest_commands_1 = require("./register-manifest-commands");
 const worker_info_1 = require("../workers/worker-info");
 const workers_starter_1 = require("../workers/workers-starter");
 const COMMAND_HELP_GROUPS = {
     [cli_shared_1.Text.commandHelp.groups.quickStart]: ['login', 'create', 'deploy', 'install', 'tunnel'],
@@ -51,9 +52,10 @@
         'storage',
         'webtrigger',
         'version',
         'uninstall',
-        'developer-spaces'
+        'developer-spaces',
+        'manifest'
     ],
     [cli_shared_1.Text.commandHelp.groups.account]: ['whoami', 'logout'],
     [cli_shared_1.Text.commandHelp.groups.cliExperience]: ['autocomplete', 'assistant', 'feedback']
 };
@@ -106,8 +108,9 @@
     (0, register_repositories_commands_1.registerCommands)(deps);
     (0, register_show_commands_1.registerCommands)(deps);
     (0, register_assistant_commands_1.registerCommands)(deps);
     (0, register_custom_scopes_commands_1.registerCommands)(deps);
+    (0, register_manifest_commands_1.registerCommands)(deps);
     applyCommandHelpGroups(deps);
 }
 const registerEvents = ({ ui }) => {
     process.on('unhandledRejection', async (reason) => {