Skip to content

feat: w-18777387 change the prerelease version #296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions DEV.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# OmniStudio Migration Tool
# OmniStudio Migration Assistant

This repository contains the code required to enable the OmniStudio Migration Tool SFDX plugin.
This repository contains the code required to enable the OmniStudio Migration Assistant SFDX plugin.

## Running SFDX plugin in developer mode

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).
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).
3. Clone this repository into your local machine.
4. Open the migration tool code folder in VSCode or your prefered editor.
5. In a new command line tool, run the following command:
4. Open the migration assistant code folder in VSCode or your prefered editor.
5. In a new command line assistant, run the following command:

```
bin/run omnistudio:migration:migrate -u [email protected] --namespace=agarciana46_238 --json
Expand Down Expand Up @@ -52,7 +52,7 @@ OPTIONS
- src
- commands SFDX plugin commands
- mappings A list of mappings between vertical and standard objects
- migration OmniStudio Migration Tool code
- migration OmniStudio Migration Assistant code
- utils Utilities (network, debugging, logging, etc.)
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OmniStudio Migration Tool
# OmniStudio Migration Assistant

### Before You Begin

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

4. To run the migration tool, run the following command from your command line tool:
4. To run the migration assistant, run the following command from your command line tool:

```
// To migrate everything
Expand Down Expand Up @@ -79,5 +79,5 @@ OPTIONS
> **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.

Terms:
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.
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.
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.
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-omnistudio-migration-tool",
"description": "This SFDX plugin migrates FlexCard, OmniScript, DataRaptor, and Integration Procedure custom objects to standard objects.",
"version": "1.4.1-dev.23",
"version": "2.0.0-beta.1",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down