@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
6 lines • 522 B
TypeScript
import type { DeployConfigCloudRun } from "../..";
import type { BuildConfig } from "../../../build/types";
import type { ComponentContext } from "../../../types/context";
import type { EnvironmentContext } from "../../../types/environmentContext";
export declare const getServiceName: (context: ComponentContext) => string | import("../../..").BashExpression;
export declare const getServiceNameForEnvContext: (context: EnvironmentContext<BuildConfig, DeployConfigCloudRun>) => string | import("../../..").BashExpression;