UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

5 lines (4 loc) 474 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;