@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
18 lines • 607 B
TypeScript
export declare let bitbucket: any, workspaceId: any;
export declare let auth: {
username: string;
password: string;
};
export declare const packageDiff: () => Promise<any>;
export declare const patchPackage: () => Promise<any>;
export declare const pullMasterToCurrentBranch: () => Promise<{
currentBranch: string;
currentBranchKebab: string;
}>;
/**
* @deprecated
* @param all
*/
export declare const patchResources: (all?: boolean) => Promise<void>;
export declare const writeConfigFiles: (diginextContent: any, packageContent: any) => Promise<void>;
//# sourceMappingURL=index.d.ts.map