UNPKG

heat-sfdx-metadata

Version:

![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat) [![npm version](https://badge.fury.io/js/heat-sfdx-metadata.svg)](https://badge.fury.io/js/heat-sfdx-metadata) [![Code Climate](https://codeclimate.com/github/takahitomiyamoto/hea

8 lines (7 loc) 301 B
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 };