Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

amtrack/sfdx-patches

Repository files navigation

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
  • sfdx mdapi:deploy

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:

mdapi:deploy

added flags

  • --purgeondelete: don't store deleted components in the recycle bin

Usage: sfdx patched:mdapi:deploy --purgeondelete