![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/heat-sfdx-metadata.svg)](https://codeclimate.com/github/takahitomiyamoto/heat-sfdx-metadata)

# heat-sfdx-metadata

This package is responsible for the Metadata API features of the heat-sfdx series.

- [Documentation](https://takahitomiyamoto.github.io/heat-sfdx-metadata/index.html)

## heat-sfdx series

| category     | package                                                                      |
| :----------- | :--------------------------------------------------------------------------- |
| Metadata API | [heat-sfdx-metadata](https://github.com/takahitomiyamoto/heat-sfdx-metadata) |
| SOAP API     | [heat-sfdx-soap](https://github.com/takahitomiyamoto/heat-sfdx-soap)         |
| Tooling API  | [heat-sfdx-tooling](https://github.com/takahitomiyamoto/heat-sfdx-tooling)   |
| Common       | [heat-sfdx-common](https://github.com/takahitomiyamoto/heat-sfdx-common)     |

## How to install

```sh
yarn add --dev --exact heat-sfdx-metadata --update-checksums
```

## Reference

### buildManifest(authorization: authorization, config: any)

> build manifest file

#### Example:

```js

```

```sh

```

#### Code:

> [src/custom-calls/build-manifest.ts](https://github.com/takahitomiyamoto/heat-sfdx-metadata/blob/master/src/custom-calls/build-manifest.ts)

<br>

## Emoji

| emoji      | definition                           |
| :--------- | :----------------------------------- |
| :recycle:  | refactored anything                  |
| :bug:      | fixed any bug                        |
| :+1:       | improved any features                |
| :sparkles: | added any features                   |
| :fire:     | removed any features                 |
| :tada:     | made a major change for any features |
