UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

10 lines (9 loc) 506 B
import type { ComponentContext } from "../../../types/context"; import type { DeployConfigCloudRunJob } from "../../types/googleCloudRun"; export declare const getDeleteJobsScripts: (context: ComponentContext) => string[]; export declare const getJobCreateScripts: (context: ComponentContext) => string[]; export declare const getCloudRunJobsWithNames: (context: ComponentContext) => { fullJobName: import("../../..").StringOrBashExpression; job: DeployConfigCloudRunJob; jobName: string; }[];