heat-sfdx-metadata
Version:
 [](https://badge.fury.io/js/heat-sfdx-metadata) [ • 305 B
TypeScript
import { authorization } from 'heat-sfdx-common';
/**
* @name upsertMetadata
* @description creates or updates one or more metadata components in your organization synchronously.
*/
declare function upsertMetadata(authorization: authorization, config: any): Promise<string>;
export { upsertMetadata };