heat-sfdx-metadata
Version:
 [](https://badge.fury.io/js/heat-sfdx-metadata) [ • 1.97 kB
Markdown

[](https://badge.fury.io/js/heat-sfdx-metadata)
[](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 |