heat-sfdx-metadata
Version:
 [](https://badge.fury.io/js/heat-sfdx-metadata) [ • 301 B
TypeScript
import { authorization } from 'heat-sfdx-common';
/**
* @name deploy
* @description uses file representations of components to create, update, or delete those components in a Salesforce org.
*/
declare function deploy(authorization: authorization, config: any): Promise<string>;
export { deploy };