UNPKG

@topgroup/diginext

Version:

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

10 lines 392 B
import type { IBuild, IRelease, IUser, IWorkspace } from "../../entities"; type OwnershipParams = { author: IUser; workspace?: IWorkspace; cliVersion?: string; appVersion?: string; }; export declare const createReleaseFromBuild: (build: IBuild, env?: string, ownership?: OwnershipParams) => Promise<IRelease>; export {}; //# sourceMappingURL=create-release-from-build.d.ts.map