Skip to content

Commit bf15971

Browse files
author
hknokh2
committed
docs: replace README beta/v5 wording with neutral plugin version wording
- changed Version Notice title and body text to neutral plugin-version wording - changed install instructions text from beta-line wording to neutral wording - changed bug-report bullet text from beta-line wording to neutral wording
1 parent 1b09f66 commit bf15971

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This powerful tool supports migration from other Salesforce orgs or CSV files an
1717
- [**User Support Policy:**](https://help.sfdmu.com/full-documentation/additional-information/support_policy) **Review guidelines before opening support cases.**
1818
- [**Contribution Policy:**](https://help.sfdmu.com/full-documentation/additional-information/code_contribution_policy) Learn how to contribute to our project.
1919

20-
## Version Notice (Starting from v5)
20+
## Version Notice
2121

22-
This repository contains the SFDMU beta engine line **starting from v5**, built on the latest **SF CLI plugin architecture** and including the latest available security updates. We recommend using the latest version of this line.
22+
This repository contains the SFDMU **new improved version of the plugin**, built on the latest **SF CLI plugin architecture** and including the latest available security updates. We recommend using the latest available plugin version.
2323
If it does not work correctly in your environment yet, temporarily roll back to **v4.39.0**.
2424
SFDMU is supported as an **SF CLI plugin** (`sf sfdmu run`).
2525
Full migration guidance is available on [**Get Started**](https://help.sfdmu.com/get-started).
@@ -36,17 +36,17 @@ Full migration guidance is available on [**Get Started**](https://help.sfdmu.com
3636
## Installation Instructions:
3737

3838
1. **Prepare Environment:** Install the Salesforce CLI following the [official instructions](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm).
39-
2. **Install the latest beta plugin line (recommended):**
39+
2. **Install the new improved version of the plugin (recommended):**
4040

4141
```bash
4242
# Uninstall old version, if any:
4343
$ sf plugins uninstall sfdmu
4444

45-
# Install the latest published beta line:
45+
# Install the latest published plugin version:
4646
$ sf plugins install sfdmu@latest
4747
```
4848

49-
3. **Temporarily roll back to the previous stable line if beta does not work yet:**
49+
3. **Temporarily roll back to the previous stable line if the new improved version does not work yet:**
5050

5151
```bash
5252
# Remove current plugin:
@@ -56,7 +56,7 @@ Full migration guidance is available on [**Get Started**](https://help.sfdmu.com
5656
$ sf plugins install sfdmu@4.39.0
5757
```
5858

59-
4. **Switch back to the latest beta line later:**
59+
4. **Switch back to the new improved version later:**
6060

6161
```bash
6262
$ sf plugins install sfdmu@latest
@@ -68,7 +68,7 @@ Full migration guidance is available on [**Get Started**](https://help.sfdmu.com
6868
$ sf plugins install sfdmu@<version>
6969
```
7070

71-
6. **If you find a bug in the beta line, please report it with diagnostic logs:**
71+
6. **If you find a bug in the new improved version of the plugin, please report it with diagnostic logs:**
7272

7373
```bash
7474
$ sf sfdmu run --sourceusername source@name.com --targetusername target@name.com --diagnostic --anonymise

0 commit comments

Comments
 (0)