salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
11 lines (10 loc) • 323 B
TypeScript
/**
* Command implementation that uses mdapiDeployApi * API to retrieve source defined by given or generated package.xml.
*/
declare class MetadataRetrieveCommand {
private mdRetrieve;
constructor(context: any);
validate(context: any): any;
execute(context: any): any;
}
export = MetadataRetrieveCommand;