npm package diff

Package: @forge/cli

Versions: 11.3.0-next.28-experimental-1aaebb0 - 11.3.0-next.32

File: package/out/command-line/index.js

Index: package/out/command-line/index.js
===================================================================
--- package/out/command-line/index.js
+++ package/out/command-line/index.js
@@ -20,8 +20,9 @@
 const register_environments_commands_1 = require("./register-environments-commands");
 const register_storage_commands_1 = require("./register-storage-commands");
 const register_eligibility_commands_1 = require("./register-eligibility-commands");
 const register_version_commands_1 = require("./register-version-commands");
+const register_containers_commands_1 = require("./register-containers-commands");
 function registerCommands(deps) {
     (0, register_autocomplete_commands_1.registerCommands)(deps);
     (0, register_authentication_command_1.registerCommands)(deps);
     (0, register_app_commands_1.registerCommands)(deps);
@@ -38,8 +39,9 @@
     (0, register_providers_commands_1.registerCommands)(deps);
     (0, register_storage_commands_1.registerCommands)(deps);
     (0, register_eligibility_commands_1.registerCommands)(deps);
     (0, register_version_commands_1.registerCommands)(deps);
+    (0, register_containers_commands_1.registerCommands)(deps);
 }
 exports.registerCommands = registerCommands;
 const registerEvents = ({ ui }) => {
     process.on('unhandledRejection', async (reason) => {