Skip to content

Commit bf6b490

Browse files
feat: w-18777387 change the prerelease version (#296)
1 parent 7420993 commit bf6b490

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

DEV.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# OmniStudio Migration Tool
1+
# OmniStudio Migration Assistant
22

3-
This repository contains the code required to enable the OmniStudio Migration Tool SFDX plugin.
3+
This repository contains the code required to enable the OmniStudio Migration Assistant SFDX plugin.
44

55
## Running SFDX plugin in developer mode
66

77
1. Install SFDX cli using the official documentation located [here](https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli.htm).
88
2. Authenticate your SFDX cli into the org you are going to use for development. You can follow authentication steps [here](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_auth_web.htm).
99
3. Clone this repository into your local machine.
10-
4. Open the migration tool code folder in VSCode or your prefered editor.
11-
5. In a new command line tool, run the following command:
10+
4. Open the migration assistant code folder in VSCode or your prefered editor.
11+
5. In a new command line assistant, run the following command:
1212

1313
```
1414
bin/run omnistudio:migration:migrate -u agarcia-vertical238@na46.salesforce.com --namespace=agarciana46_238 --json
@@ -52,7 +52,7 @@ OPTIONS
5252
- src
5353
- commands SFDX plugin commands
5454
- mappings A list of mappings between vertical and standard objects
55-
- migration OmniStudio Migration Tool code
55+
- migration OmniStudio Migration Assistant code
5656
- utils Utilities (network, debugging, logging, etc.)
5757
```
5858

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OmniStudio Migration Tool
1+
# OmniStudio Migration Assistant
22

33
### Before You Begin
44

@@ -14,7 +14,7 @@ Read and follow the directions in the Omnistudio migration documentation: https:
1414
sfdx plugins:install @salesforce/plugin-omnistudio-migration-tool
1515
```
1616

17-
4. To run the migration tool, run the following command from your command line tool:
17+
4. To run the migration assistant, run the following command from your command line tool:
1818

1919
```
2020
// To migrate everything
@@ -79,5 +79,5 @@ OPTIONS
7979
> **Note:** LWC (Lightning Web Components) migration functionality is temporarily disabled in the current version. This includes LWC migration, assessment, and report generation features. These features will be re-enabled in a future release. Apex migration functionality remains fully available. The `--relatedobjects` flag accepts all values ('apex', 'lwc', 'apex,lwc'), but LWC-related operations will not be executed.
8080
8181
Terms:
82-
Notwithstanding anything stated in the terms and conditions agreed between Salesforce (‘SFDC’) and you (‘Customer’), the use of the OmniStudio Migration Tool (‘Tool’) is designed to facilitate the migration and it’s going to modify your custom code and by deploying and using the Tool you hereby provide your consent to automate the migration process and enable a smooth transition. Customer shall access and use the Tool only as permitted to the Customer and shall not compromise, break or circumvent any technical processes or security measures associated with the services provided by SFDC.
83-
The Customer agrees to hold harmless, indemnify, and defend SFDC, and its officers, directors, agents, employees, licensees, successors and assigns (collectively, the “Indemnified Parties”) against any and all damages, penalties, losses, liabilities, judgments, settlements, awards, costs, and expenses (including reasonable attorneys’ fees and expenses) to the extent arising out of or in connection with any claims related to the Customers use of the Tool or any willful misconduct, fraud or grossly negligent acts or omissions by the Customer.
82+
Notwithstanding anything stated in the terms and conditions agreed between Salesforce (‘SFDC’) and you (‘Customer’), the use of the OmniStudio Migration Assistant (‘Assistant’) is designed to facilitate the migration and it’s going to modify your custom code and by deploying and using the Assistant you hereby provide your consent to automate the migration process and enable a smooth transition. Customer shall access and use the Assistant only as permitted to the Customer and shall not compromise, break or circumvent any technical processes or security measures associated with the services provided by SFDC.
83+
The Customer agrees to hold harmless, indemnify, and defend SFDC, and its officers, directors, agents, employees, licensees, successors and assigns (collectively, the “Indemnified Parties”) against any and all damages, penalties, losses, liabilities, judgments, settlements, awards, costs, and expenses (including reasonable attorneys’ fees and expenses) to the extent arising out of or in connection with any claims related to the Customers use of the Assistant or any willful misconduct, fraud or grossly negligent acts or omissions by the Customer.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-omnistudio-migration-tool",
33
"description": "This SFDX plugin migrates FlexCard, OmniScript, DataRaptor, and Integration Procedure custom objects to standard objects.",
4-
"version": "1.4.1-dev.23",
4+
"version": "2.0.0-beta.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)