From 5181562748eb749e24cbc651ba18dce885b60e57 Mon Sep 17 00:00:00 2001 From: william-xie Date: Tue, 31 Mar 2026 13:44:36 -0700 Subject: [PATCH] fix: custom object schema --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ea3464..b94cc0d 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,11 @@ git clone git@github.com:salesforcecli/plugin-metadata-enrichment yarn && yarn build ``` -To use your plugin, run using the local `./bin/dev` or `./bin/dev.cmd` file. +To use your plugin, run using the local `./bin/dev.js` or `./bin/dev.cmd` file. ```bash # Run using local run file. -./bin/dev metadata enrich +./bin/dev.js metadata enrich ``` There should be no differences when running via the Salesforce CLI or using the local run file. However, it can be useful to link the plugin to do some additional testing or run your commands from anywhere on your machine. diff --git a/package.json b/package.json index 8672c6f..2bbef30 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@oclif/table": "^0.5.1", "@salesforce/core": "^8.24.3", "@salesforce/kit": "^3.2.4", - "@salesforce/metadata-enrichment": "^0.0.13", + "@salesforce/metadata-enrichment": "^0.0.14", "@salesforce/sf-plugins-core": "^12", "@salesforce/source-deploy-retrieve": "^12.31.14" },