UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

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