1.1.0 • Published 3 years ago

sfdx-patches v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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: