UNPKG

@salesforce/plugin-org

Version:

Commands to interact with Salesforce orgs

9 lines (8 loc) 429 B
import { Interfaces } from '@oclif/core'; import { ScratchOrgCreateOptions } from '@salesforce/core'; import EnvCreateScratch from '../commands/org/create/scratch.js'; /** * Provide the parsed flags * Returns the objet necessary to create a scratch org */ export declare const buildScratchOrgRequest: (flags: Interfaces.InferredFlags<typeof EnvCreateScratch.flags>, clientSecret?: string) => Promise<ScratchOrgCreateOptions>;