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) • 322 B
TypeScript
export declare function extendPackageFileWithDependencies(deltaXmlFile: string, fullPackageFile: string, deltaDestructiveXmlFile?: string): Promise<void>;
export declare function appendPackageModifications(fromCommit: string, toCommit: string, sourcePackageFilename: string, targetPackageFilename: string): Promise<void>;