@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
5 lines • 345 B
TypeScript
import type { IApp } from "../entities";
export declare const migrateDeployEnvironmentOfSpecificApps: (filter?: any) => Promise<IApp[][]>;
export declare const migrateAppEnvironmentVariables: (app: IApp) => Promise<IApp>;
export declare const migrateAllAppEnvironment: () => Promise<IApp[]>;
//# sourceMappingURL=migrate-app-environment.d.ts.map