UNPKG

@jayree/sfdx-plugin-org

Version:

A Salesforce CLI plugin containing commands to configure State and Country/Territory Picklists and other org settings.

18 lines (17 loc) 404 B
import { Task } from './puppeteer/configuretasks.js'; type Config = { puppeteerDocker?: { headless: boolean; args: string[]; }; puppeteerWSL?: { headless: boolean; executablePath: string; }; puppeteer?: { headless: boolean; }; setupTasks?: Task[]; }; declare const _default: (path?: string) => Promise<Config>; export default _default;