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) 170 B
import { Logger } from '@flxbl-io/sfp-logger'; export default class PushErrorDisplayer { static printMetadataFailedToPush(error: any, packageLogger: Logger): void; }