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) 448 B
import { Logger } from '@flxbl-io/sfp-logger'; export declare class ReleaseConfigAggregator { private logger; private releaseConfigLoaders; constructor(logger: Logger); addReleaseConfig(pathToReleaseDefinition: string, isExplicitDependencyCheckEnabled?: boolean): void; addReleaseConfigs(pathsToReleaseDefinitions: string[], isExplicitDependencyCheckEnabled?: boolean): void; getAllPackages(directory?: string): string[]; }