UNPKG

@topgroup/diginext

Version:

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

9 lines 374 B
import type { IApp, IRelease, IUser, IWorkspace } from "../../entities"; type OwnershipParams = { author: IUser; workspace?: IWorkspace; cliVersion?: string; }; export declare const createReleaseFromApp: (app: IApp, env: string, buildTag: string, ownership?: OwnershipParams) => Promise<IRelease>; export {}; //# sourceMappingURL=create-release-from-app.d.ts.map