UNPKG

@topgroup/diginext

Version:

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

7 lines 292 B
import type { IApp, IProject } from "../../entities"; import type { InputOptions } from "../../interfaces"; export declare const askForProjectAndApp: (dir: string, options?: InputOptions) => Promise<{ project: IProject; app: IApp; }>; //# sourceMappingURL=ask-project-and-app.d.ts.map