rev-config-rule-migrator

1.0.8 • Public • Published

Product Configuration Rule Migrator Plugin

NPM Downloads/week License

Overview

Product Configuration Rules can not be migrated from one org to another due to how references are stored. The rule can be migrated, but all the references will be lost. This plugin will migrate rules from one org to another.

Installation

  1. Ensure you have the Salesforce CLI installed.

  2. Run this command to install the plugin:

    sf plugins install rev-config-rule-migrator
  3. Run this command to see the documentation:

    sf rev migrate rule --help

Plugin Usage

  1. Login to both your source and target organizations via the Salesforce CLI docs

    sf org login web --alias my-source-org
    sf org login web --alias my-target-org
  2. Run this command to migrate all Product Configuration rules from your source org to your target org:

    sf rev migrate rule --source-org <source org alias> --target-org <target org alias>
  3. To see more options, run this command:

    sf rev migrate rule --help

Package Sidebar

Install

npm i rev-config-rule-migrator

Weekly Downloads

23

Version

1.0.8

License

BSD-3-Clause

Unpacked Size

442 kB

Total Files

14

Last publish

Collaborators

  • laddng
  • mgaide