UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

4 lines 473 B
import type { Config } from "../.."; import type { StringOrBashExpression } from "../../bash/BashExpression"; import type { DeployConfigCloudRunCloudSql, DeployConfigKubernetesValuesCloudSQLUnmanaged } from "../types"; export declare const getFullDbName: (cloudSqlConfig: DeployConfigCloudRunCloudSql | DeployConfigKubernetesValuesCloudSQLUnmanaged, fullConfig: Config<never>, environmentSlugPrefix: StringOrBashExpression, componentName: string) => StringOrBashExpression;