@forge/cli
12.13.112.13.2-next.0-experimental-5b18257
out/containers/container-command.d.tsout/containers/container-command.d.ts+1−1
Index: package/out/containers/container-command.d.ts
===================================================================
--- package/out/containers/container-command.d.ts
+++ package/out/containers/container-command.d.ts
@@ -17,9 +17,9 @@
fetchContainers(): Promise<AppContainer[]>;
getContainerServiceDetails(environmentKey: string, serviceNames: string[], shard?: string): Promise<AppContainerServices>;
deleteContainer(key: string): Promise<void>;
fetchLoginDetails(): Promise<AppContainerRegistryLogin>;
- fetchImages(key: string, startCursor?: string): Promise<{
+ fetchImages(key: string, startCursor?: string, imageTag?: string): Promise<{
images: AppContainerImage[];
endCursor?: string;
hasNextPage: boolean;
}>;