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) 281 B
import { LazyCollection, SourceComponent } from '@salesforce/source-deploy-retrieve'; import { Logger } from '@flxbl-io/sfp-logger'; export default class PackageComponentPrinter { static printComponentTable(components: LazyCollection<SourceComponent>, logger: Logger): void; }