@forge/cli

13.3.0-next.20-experimental-cf2ad4c13.3.0-next.12-experimental-4b981ef-experimental-5b8eb3c
out/command-line/dependency-injection.d.ts
~out/command-line/dependency-injection.d.tsModified
−2
Index: package/out/command-line/dependency-injection.d.ts
===================================================================
--- package/out/command-line/dependency-injection.d.ts
+++ package/out/command-line/dependency-injection.d.ts
@@ -41,9 +41,8 @@
 import { CustomScopesController } from './controller/custom-scopes-controller';
 import { ModuleAddController } from './controller/module-add-controller';
 import { ModuleListController } from './controller/module-list-controller';
 import { ModuleShowController } from './controller/module-show-controller';
-import { ManifestRenderCommand } from '../manifest';
 export declare const getDependencies: (cliDetails: CLIDetails | undefined) => Promise<{
     ui: CommandLineUI;
     cmd: Command<[], import("./command").DefaultOpts>;
     configFile: ConfigFile;
@@ -72,9 +71,8 @@
         listWebTriggerURLCommand: ListWebTriggerURLsCommand;
         deleteWebTriggerURLCommand: DeleteWebTriggerURLCommand;
         listEntitiesIndexesCommand: ListEntitiesIndexesCommand;
         containerCommand: ContainerCommand;
-        manifestRenderCommand: ManifestRenderCommand;
     };
     services: {
         installationsService: InstallationService;
         deploymentsService: DeploymentService;