Skip to content

forcedotcom/metadata-enrichment

metadata-enrichment

License NPM Downloads/week

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-enrichment

Contributing

See CONTRIBUTING.md for details on how to contribute to the library.

Install & Build

Install:

yarn install 

Build:

yarn build

Plugin Local Development

This library is used extensively by plugin-metadata-enrichment. To link the local library to the local plugin for development:

  1. Clean artifacts from plugin library
[plugin-metadata-enrichment]
yarn clean-all
  1. Install and build metadata-enrichment library
[metadata-enrichment]
yarn install && yarn build
  1. 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.

  1. Install and build plugin
[plugin-metadata-enrichment]
yarn install && yarn build

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 5