UNPKG

@topgroup/diginext

Version:

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

7 lines 287 B
import type { InputOptions } from "../../interfaces/InputOptions"; /** * Create new app with pre-setup: git, cli, config,... */ export default function createApp(options: InputOptions): Promise<import("../../entities").IApp>; export { createApp }; //# sourceMappingURL=new-app.d.ts.map