You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ This powerful tool supports migration from other Salesforce orgs or CSV files an
17
17
-[**User Support Policy:**](https://help.sfdmu.com/full-documentation/additional-information/support_policy)**Review guidelines before opening support cases.**
18
18
-[**Contribution Policy:**](https://help.sfdmu.com/full-documentation/additional-information/code_contribution_policy) Learn how to contribute to our project.
19
19
20
-
## Version Notice (Starting from v5)
20
+
## Version Notice
21
21
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.
23
23
If it does not work correctly in your environment yet, temporarily roll back to **v4.39.0**.
24
24
SFDMU is supported as an **SF CLI plugin** (`sf sfdmu run`).
25
25
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
36
36
## Installation Instructions:
37
37
38
38
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):**
40
40
41
41
```bash
42
42
# Uninstall old version, if any:
43
43
$ sf plugins uninstall sfdmu
44
44
45
-
# Install the latest published beta line:
45
+
# Install the latest published plugin version:
46
46
$ sf plugins install sfdmu@latest
47
47
```
48
48
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:**
50
50
51
51
```bash
52
52
# Remove current plugin:
@@ -56,7 +56,7 @@ Full migration guidance is available on [**Get Started**](https://help.sfdmu.com
56
56
$ sf plugins install sfdmu@4.39.0
57
57
```
58
58
59
-
4.**Switch back to the latest beta line later:**
59
+
4.**Switch back to the new improved version later:**
60
60
61
61
```bash
62
62
$ sf plugins install sfdmu@latest
@@ -68,7 +68,7 @@ Full migration guidance is available on [**Get Started**](https://help.sfdmu.com
68
68
$ sf plugins install sfdmu@<version>
69
69
```
70
70
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:**
72
72
73
73
```bash
74
74
$ sf sfdmu run --sourceusername source@name.com --targetusername target@name.com --diagnostic --anonymise
0 commit comments