@forge/cli
12.9.0-next.1712.9.0-next.18-experimental-f76634b
out/command-line/dependency-injection.js~
out/command-line/dependency-injection.jsModified+3
Index: package/out/command-line/dependency-injection.js
===================================================================
--- package/out/command-line/dependency-injection.js
+++ package/out/command-line/dependency-injection.js
@@ -40,8 +40,9 @@
const migration_keys_service_1 = require("../service/migration-keys-service");
const custom_entities_service_1 = require("../service/custom-entities-service");
const local_file_storage_1 = require("../storage/local-file-storage");
const get_webtrigger_url_1 = require("../webtrigger/get-webtrigger-url");
+const list_webtrigger_urls_1 = require("../webtrigger/list-webtrigger-urls");
const worker_info_1 = require("../workers/worker-info");
const workers_starter_1 = require("../workers/workers-starter");
const command_1 = require("./command");
const autocomplete_controller_1 = require("./controller/autocomplete-controller");
@@ -172,8 +173,9 @@
const runtimeBundler = new runtime_bundler_1.RuntimeBundler(archiverFactory, ui, nodeBundle, fileReader, configFile);
const nativeUiBundler = new bundler_1.NativeUIBundler(ui);
const appPackager = new deploy_1.AppPackager(runtimeBundler, nativeUiBundler, ui, analyticsClientReporter);
const getWebTriggerURLCommand = new get_webtrigger_url_1.GetWebTriggerURLCommand(assertiveAppConfigReader, installationsClient, appEnvironmentClient, webTriggerGraphqlClient);
+ const listWebTriggerURLCommand = new list_webtrigger_urls_1.ListWebTriggerURLsCommand(assertiveAppConfigReader, installationsClient, appEnvironmentClient, webTriggerGraphqlClient);
const autocompleteController = new autocomplete_controller_1.AutocompleteController(ui);
const installationsService = new installation_service_1.InstallationService(assertiveAppConfigReader, installationsClient, installationsClient, installationsClient, installationsClient, installationsClient);
const deploymentsClient = new deployments_graphql_client_1.DeploymentsGraphqlClient(graphQLClient);
const deploymentsService = new deployment_service_1.DeploymentService(assertiveAppConfigReader, deploymentsClient);
@@ -236,8 +238,9 @@
listEnvironmentCommand,
deleteEnvironmentCommand,
viewAppLogsCommand,
getWebTriggerURLCommand,
+ listWebTriggerURLCommand,
listEntitiesIndexesCommand,
containerCommand
},
services: {