UNPKG

salesforce-alm

Version:

This package contains tools, and APIs, for an improved salesforce.com developer experience.

12 lines (11 loc) 378 B
/** * Command implementation that uses mdapiDeployApi to deploy source - directory or zip - to given org. */ declare class MetadataDeployReportCommand { private stashkey; private mdDeployReport; constructor(context: any, stashkey?: string); validate(context: any): Promise<any>; execute(context: any): Promise<any>; } export = MetadataDeployReportCommand;