UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

4 lines 414 B
import type { ComponentContext } from "../../../types/context"; import type { DeployConfigCloudRunService } from "../../types/googleCloudRun"; export declare const getServiceDeployScript: (context: ComponentContext, service: DeployConfigCloudRunService | true | undefined, nameSuffix?: string) => string; export declare const getServiceDeleteScript: (context: ComponentContext, serviceSuffix?: string) => string[];