UNPKG

@topgroup/diginext

Version:

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

6 lines 257 B
import type { InputOptions } from "../../interfaces/InputOptions"; /** * Request the build server to start building & deploying */ export declare function requestDeploy(options: InputOptions): Promise<unknown>; //# sourceMappingURL=request-deploy.d.ts.map