@salesforce/metadata-enrichment
v0.0.6
Published
A library for handling metadata enrichment
Readme
metadata-enrichment
Introduction
A library for handling metadata enrichment. Supports metadata enrichment flows in the CLI plugin, Agentforce for Developers, and other experiences.
Features
- Send metadata enrichment requests
- Read/write enriched metadata for local project components
Issues
Please report all issues to the issues only repository.
Usage
Install
Install the package:
npm install @salesforce/metadata-enrichmentContributing
See CONTRIBUTING.md for details on how to contribute to the library.
Install & Build
Install:
yarn install Build:
yarn buildPlugin Local Development
This library is used extensively by plugin-metadata-enrichment. To link the local library to the local plugin for development:
- Clean artifacts from plugin library
[plugin-metadata-enrichment]
yarn clean-all- Install and build metadata-enrichment library
[metadata-enrichment]
yarn install && yarn build- Run local install script
[metadata-enrichment]
yarn local:install /{PATH}/{TO}/{LOCAL}/{PLUGIN}/plugin-metadata-enrichmentThis installs a local package into your plugin directory and updates your package.json to point to it.
- Install and build plugin
[plugin-metadata-enrichment]
yarn install && yarn build