sf-decomposer
Version:
Break down large Salesforce metadata files into smaller, more manageable files for version control and then recreate deployment-compatible files.
8 lines (7 loc) • 332 B
TypeScript
export declare function decomposeFileHandler(metaAttributes: {
metadataPaths: string[];
metaSuffix: string;
strictDirectoryName: boolean;
folderType: string;
uniqueIdElements: string;
}, prepurge: boolean, postpurge: boolean, debug: boolean, format: string, ignorePath: string, strategy: string): Promise<void>;