@forge/cli
12.17.012.18.0-next.8
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
@@ -12,8 +12,9 @@
const register_authentication_command_1 = require("./register-authentication-command");
const register_autocomplete_commands_1 = require("./register-autocomplete-commands");
const register_build_commands_1 = require("./register-build-commands");
const register_deployment_commands_1 = require("./register-deployment-commands");
+const register_developer_spaces_commands_1 = require("./register-developer-spaces-commands");
const register_environment_variables_commands_1 = require("./register-environment-variables-commands");
const register_installation_commands_1 = require("./register-installation-commands");
const register_lint_command_1 = require("./register-lint-command");
const register_log_commands_1 = require("./register-log-commands");
@@ -55,8 +56,9 @@
(0, register_authentication_command_1.registerCommands)(deps);
await (0, register_app_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);
(0, register_environments_commands_1.registerCommands)(deps);
(0, register_environment_variables_commands_1.registerCommands)(deps);
(0, register_lint_command_1.registerCommands)(deps);