UNPKG

@flxbl-io/sfp

Version:

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

10 lines (9 loc) 317 B
import { Logger } from '@flxbl-io/sfp-logger'; import SFPOrg from '../../org/SFPOrg'; export default class ReconcileProfileAgainstOrgImpl { private sfpOrg; private project_directory; private logger; constructor(sfpOrg: SFPOrg, project_directory: string, logger: Logger); exec(): Promise<any[]>; }