UNPKG

sfdx-hardis

Version:

Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards

3 lines (2 loc) 254 B
export declare function analyzeDeployErrorLogs(log: string, includeInLog: boolean | undefined, options: any): Promise<any>; export declare function updatePullRequestResult(errorsAndTips: Array<any>, failedTests: Array<any>, options: any): Promise<void>;