UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

10 lines 260 B
import type { StringOrBashExpression } from "../../../bash"; export declare function getCloudRunJobExecuteUrl(jobName: string, { region, projectId, appFullName }: { appFullName: StringOrBashExpression; region: string; projectId: string; }): string;