UNPKG

@flxbl-io/sfp

Version:

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

5 lines (4 loc) 165 B
import { Logger } from '@flxbl-io/sfp-logger'; export default class PackageMetadataPrinter { static printMetadataToDeploy(payload: any, logger: Logger): void; }