@launchql/env
Version:
LaunchQL environment management
5 lines (4 loc) • 447 B
TypeScript
import { LaunchQLOptions, PgTestConnectionOptions, DeploymentOptions } from '@launchql/types';
export declare const getEnvOptions: (overrides?: LaunchQLOptions, cwd?: string) => LaunchQLOptions;
export declare const getConnEnvOptions: (overrides?: Partial<PgTestConnectionOptions>, cwd?: string) => PgTestConnectionOptions;
export declare const getDeploymentEnvOptions: (overrides?: Partial<DeploymentOptions>, cwd?: string) => DeploymentOptions;