UNPKG

@flxbl-io/sfp

Version:

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

8 lines (7 loc) 299 B
import { Org } from '@salesforce/core'; export default class ScratchOrgInfoAssigner { private hubOrg; constructor(hubOrg: Org); setScratchOrgInfo(soInfo: any): Promise<boolean>; setScratchOrgStatus(username: string, status: 'Allocate' | 'InProgress' | 'Return'): Promise<boolean>; }