UNPKG

@flxbl-io/sfp

Version:

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

7 lines (6 loc) 180 B
import { Org } from '@salesforce/core'; export default class ScratchOrgLimitsFetcher { private hubOrg; constructor(hubOrg: Org); getScratchOrgLimits(): Promise<any>; }