UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

8 lines 318 B
import type { InputOptions } from "../../interfaces"; /** * Prompt a question to ask for Cert Issuer: Let's Encrypt, Custom Issuer or None * @param options * @returns */ export declare const askAiGenerateDockerfile: (options: InputOptions) => Promise<void>; //# sourceMappingURL=ask-ai-generate-dockerfile.d.ts.map