Skip to content

Commit

Permalink
note about plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 13, 2020
1 parent 4fb43b1 commit ffab131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/mshanemc/shane-sfdx-plugins> along with `sfdx-migration-automatic` and `@salesforce/analytics`
<https://github.com/mshanemc/shane-sfdx-plugins> 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.

---

Expand Down

0 comments on commit ffab131

Please sign in to comment.