UNPKG

@flxbl-io/sfp

Version:

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

6 lines (5 loc) 220 B
export default class ImpactedRelaseConfigResolver { getImpactedReleaseConfigs(impactedPackages: any, configDir: any, isExplicitDependencyCheckEnabled?: boolean, filterBy?: string): { include: any[]; }; }