@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
4 lines • 411 B
TypeScript
import type { ComponentContext } from "../../../types/context";
import type { DeployConfigCloudRunWorkerPool } from "../../types/googleCloudRun";
export declare const getWorkerPoolDeployScript: (context: ComponentContext, workerPool: DeployConfigCloudRunWorkerPool, nameSuffix: string) => string;
export declare const getWorkerPoolDeleteScript: (context: ComponentContext, workerPoolSuffix: string) => string[];