@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
7 lines (6 loc) • 640 B
TypeScript
import type { StringOrBashExpression } from "../../../bash/BashExpression";
import type { ComponentContext } from "../../../types";
export declare const getCloudRunJobName: (fullAppName: StringOrBashExpression, jobName: StringOrBashExpression) => StringOrBashExpression;
export declare const getFullJobName: (context: ComponentContext, name: StringOrBashExpression) => StringOrBashExpression;
export declare const getCloudRunSchedulerName: (fullAppName: StringOrBashExpression, schedulerName: string) => StringOrBashExpression;
export declare const getFullSchedulerName: (context: ComponentContext, name: string) => StringOrBashExpression;