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

11 lines (10 loc) 384 B
/** * @name index.ts * @description index */ import { cancelDeploy } from './cancel-deploy'; import { checkDeployStatus } from './check-deploy-status'; import { deploy } from './deploy'; import { deployRecentValidation } from './deploy-recent-validation'; import { retrieve } from './retrieve'; export { cancelDeploy, checkDeployStatus, deploy, deployRecentValidation, retrieve };