@forge/cli

12.9.0-next.1712.9.0-next.18-experimental-f76634b
out/containers/container-command.d.ts
~out/containers/container-command.d.tsModified
+1−1
Index: package/out/containers/container-command.d.ts
===================================================================
--- package/out/containers/container-command.d.ts
+++ package/out/containers/container-command.d.ts
@@ -14,9 +14,9 @@
     private readonly dockerService;
     constructor(client: GraphQLClient, getAppConfig: AppConfigProvider, dockerService: DockerService);
     createContainer(key: string): Promise<AppContainer>;
     fetchContainers(): Promise<AppContainer[]>;
-    getContainerServiceDetails(environmentKey: string, serviceNames: string[]): Promise<AppContainerServices>;
+    getContainerServiceDetails(environmentKey: string, serviceNames: string[], shard?: string): Promise<AppContainerServices>;
     deleteContainer(key: string): Promise<void>;
     fetchLoginDetails(): Promise<AppContainerRegistryLogin>;
     fetchImages(key: string, startCursor?: string): Promise<{
         images: AppContainerImage[];