UNPKG

sfdx-hardis

Version:

Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards

3 lines (2 loc) 199 B
import { SfCommand } from "@salesforce/sf-plugins-core"; export declare function wrapSfdxCoreCommand(commandBase: string, argv: string[], commandThis: SfCommand<any>, debug?: boolean): Promise<any>;