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

4 lines (3 loc) 303 B
export declare function arrangeFilesBefore(commandThis: any, options?: any): Promise<any[]>; export declare function removeLookupFilters(tempDir: string, commandThis: any, options?: any): Promise<any>; export declare function restoreArrangedFiles(arrangedFiles: any[], commandThis: any): Promise<void>;