From ffab131a12f713a7fd93766118b1026992551db7 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Fri, 13 Nov 2020 14:58:21 -0600 Subject: [PATCH] note about plugins --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca90e1d1..aed5d997 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,9 @@ Then it listens to the deploy queue and executes jobs - delete the local folder and send the ALLDONE message It runs a plugin that give it powers SFDX doesn't out-of-the-box - along with `sfdx-migration-automatic` and `@salesforce/analytics` + along with `sfdx-migration-automatic` and `@salesforce/analytics` and `sfdmu` -Put plugins in the package.json dependencies, then linked from source in lib/hubAuth.js. Feel free to add additional plugins using `yarn add` some-plugin-of-yours and then add it in hubAuth.js. +Put plugins in the package.json dependencies, then linked from source in lib/hubAuth.js. Feel free to add additional plugins using `yarn add` some-plugin-of-yours and then add it in hubAuth.ts. ---