A library for handling metadata enrichment. Supports metadata enrichment flows in the CLI plugin, Agentforce for Developers, and other experiences.
- Send metadata enrichment requests
- Read/write enriched metadata for local project components
Please report all issues to the issues only repository.
Install the package:
npm install @salesforce/metadata-enrichment
See CONTRIBUTING.md for details on how to contribute to the library.
Install:
yarn install
Build:
yarn build
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-enrichment
This 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