UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

5 lines (4 loc) 415 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[];