@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
11 lines • 526 B
TypeScript
import type InputOptions from "../../interfaces/InputOptions";
/**
* This command allow you to build & deploy your application directly from your machine, without requesting to the build server.
* Notes that it could lead to platform conflicts if your machine & your cluster are running different OS.
* @deprecated
*/
export declare function execBuild(options: InputOptions): Promise<{
build: import("../../entities").IBuild;
release: import("../../entities").IRelease;
}>;
//# sourceMappingURL=exec-build.d.ts.map