@@ -28,7 +28,7 @@ You can also authenticate using a consumer key (client ID) and secret key throug
28283 . In a new terminal session, Install the Omnistudio Migration Assistant by running the ` sf plugins install ` command. For example
2929
3030```
31- sf plugins install @salesforce/[email protected] .13 31+ sf plugins install @salesforce/[email protected] .25 3232```
3333
34344 . Run the Omnistudio Migration Assistant from the Salesforce CLI:
4242
4343
4444// To migrate/assess specific components: FlexCards, DataMappers, Integration Procedures, or OmniScripts, add the following parameters:
45- --only=dr
45+ --only=dm
4646--only=ip
4747--only=os
4848--only=fc
5353// To assess specific related objects:
5454--relatedobjects=apex // for Apex classes only
5555
56- // To specify the Velocity Namespace (Optional)
57- --namespace=VLOCITY_PACKAGE_NAMESPACE
5856```
5957
60585 . An HTML page will be open in your default browser with the results of your migration/assessment reports.
6361
6462```
6563USAGE
66- $ sf omnistudio:migration:assess [-n <string>] [- f] [-v <string>] [-u <string>] [--apiversion <string>] [--json ] [--loglevel
64+ $ sf omnistudio:migration:assess [-f] [-v <string>] [-u <string>] [--loglevel
6765 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
6866
6967OPTIONS
70- -n, --namespace=namespace the namespace of the vertical package
71-
7268 -u, --targetusername=targetusername username or alias for the target
7369 org; overrides default target org
7470
7571 -v, --targetdevhubusername=targetdevhubusername username or alias for the dev hub
7672 org; overrides default dev hub org
7773
78- --apiversion=apiversion override the api version used for
79- api requests made by this command
80-
81- --json format output as json
82-
8374 --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
8475 this command invocation
8576
@@ -98,31 +89,24 @@ OPTIONS
9889
9990```
10091USAGE
101- $ sf omnistudio:migration:migrate [-n <string>] [- f] [-v <string>] [-u <string>] [--apiversion <string>] [--json ] [--loglevel
92+ $ sf omnistudio:migration:migrate [-f] [-v <string>] [-u <string>] [--loglevel
10293 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
10394
10495OPTIONS
105- -n, --namespace=namespace the namespace of the vertical package
106-
10796 -u, --targetusername=targetusername username or alias for the target
10897 org; overrides default target org
10998
11099 -v, --targetdevhubusername=targetdevhubusername username or alias for the dev hub
111100 org; overrides default dev hub org
112101
113- --apiversion=apiversion override the api version used for
114- api requests made by this command
115-
116- --json format output as json
117-
118102 --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
119103 this command invocation
120104
121105 -a, --allversions migrate all versions and not
122106 and not just the active ones.
123107
124108 --only=only specify components to migrate:
125- dr (DataRaptors ), ip (Integration Procedures),
109+ dm (DataMappers ), ip (Integration Procedures),
126110 os (OmniScripts), fc (FlexCards)
127111
128112 --relatedobjects=relatedobjects specify related objects to assess:
0 commit comments