@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
11 lines • 523 B
TypeScript
import type { IUser } from "../../entities";
import type { ClientDeployEnvironmentConfig } from "../../interfaces";
export declare function diginextDomainName(env: string, projectSlug: string, appSlug: string): {
subdomain: string;
domain: string;
};
export declare const askForDomain: (env: string, projectSlug: string, appSlug: string, deployEnvironment: ClientDeployEnvironmentConfig, options: {
user: IUser;
shouldGenerate?: boolean;
}) => Promise<string[]>;
//# sourceMappingURL=ask-for-domain.d.ts.map