sfdx-patches

temporary patches for basic sfdx commands (salesforce-alm)

Usage no npm install needed!

<script type="module">
  import sfdxPatches from 'https://cdn.skypack.dev/sfdx-patches';
</script>

README

sfdx-patches

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.

Actions Status

Installation

sfdx plugins:install sfdx-patches

Features

This plugin currently provides patches for the following basic commands:

  • sfdx package:install

package:install

added flags

  • --automapprofiles: automatically map profiles based on their name

Usage: sfdx patched:package:install --automapprofiles

Thanks to David Reed and Jeff for providing the inspiration for this solution: