npm package diff

Package: @forge/cli

Versions: 12.2.0-next.5-experimental-255e232 - 12.2.0-next.16

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
@@ -22,8 +22,9 @@
 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");
+const register_show_commands_1 = require("./register-show-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);
@@ -42,8 +43,9 @@
     (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);
+    (0, register_show_commands_1.registerCommands)(deps);
 }
 exports.registerCommands = registerCommands;
 const registerEvents = ({ ui }) => {
     process.on('unhandledRejection', async (reason) => {