UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

14 lines (13 loc) 483 B
import SFPOrg from '../../org/SFPOrg'; export default class DeployDestructiveManifestToOrgImpl { private sfpOrg; private destructiveManifestPath; constructor(sfpOrg: SFPOrg, destructiveManifestPath: string); exec(): Promise<void>; private generateCacheDirectory; private copyAndValidateDestructiveManifest; private generateEmptyPackageXml; private generateDeploymentZipFile; private deployDestructiveManifest; private checkDeploymentStatus; }