temporary patches for basic sfdx commands (salesforce-alm)
temporary patches for basic sfdx commands (salesforce-alm)
For now the basic sfdx commands (sfdx force:*
) are mostly available only in a read-only repository (salesforce-alm).
The objective of sfdx-patches
is to inofficially serve some patches until sfdx is fully open source and Pull Requests can be submitted.
sfdx plugins:install sfdx-patches
This plugin currently provides patches for the following basic commands:
sfdx package:install
sfdx mdapi:deploy
added flags
--automapprofiles
: automatically map profiles based on their nameUsage: sfdx patched
install --automapprofiles
Thanks to David Reed and Jeff for providing the inspiration for this solution:
added flags
--purgeondelete
: don’t store deleted components in the recycle binUsage: sfdx patched
deploy --purgeondelete