npm package diff
Package: @forge/cli
Versions: 12.8.0-next.18-experimental-003d118 - 12.8.0-next.24
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
@@ -25,8 +25,9 @@
const register_containers_commands_1 = require("./register-containers-commands");
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");
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);
@@ -48,8 +49,9 @@
(0, register_containers_commands_1.registerCommands)(deps);
(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);
}
exports.registerCommands = registerCommands;
const registerEvents = ({ ui }) => {
process.on('unhandledRejection', async (reason) => {