4444
4545
4646// To migrate/assess specific components: FlexCards, DataMappers, Integration Procedures, OmniScripts, or Global Auto Numbers, add the following parameters:
47- --only=dr // DataMappers (DataRaptors)
47+ --only=dm // DataMappers
4848--only=ip // Integration Procedures
4949--only=os // OmniScripts
5050--only=fc // FlexCards
5656// To assess specific related objects:
5757--relatedobjects=apex // for Apex classes only
5858
59- // To specify the Velocity Namespace (Optional)
60- --namespace=VLOCITY_PACKAGE_NAMESPACE
6159```
6260
63615 . An HTML page will be open in your default browser with the results of your migration/assessment reports.
@@ -107,31 +105,24 @@ sfdx omnistudio:migration:migrate -u
[email protected] --only=autonum
107105
108106```
109107USAGE
110- $ sf omnistudio:migration:assess [-n <string>] [- f] [-v <string>] [-u <string>] [--apiversion <string>] [--json ] [--loglevel
108+ $ sf omnistudio:migration:assess [-f] [-v <string>] [-u <string>] [--loglevel
111109 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
112110
113111OPTIONS
114- -n, --namespace=namespace the namespace of the vertical package
115-
116112 -u, --targetusername=targetusername username or alias for the target
117113 org; overrides default target org
118114
119115 -v, --targetdevhubusername=targetdevhubusername username or alias for the dev hub
120116 org; overrides default dev hub org
121117
122- --apiversion=apiversion override the api version used for
123- api requests made by this command
124-
125- --json format output as json
126-
127118 --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
128119 this command invocation
129120
130121 -a, --allversions migrate all versions and not
131122 and not just the active ones.
132123
133124 --only=only specify components to assess:
134- dr (DataRaptors ), ip (Integration Procedures),
125+ dm (DataMappers ), ip (Integration Procedures),
135126 os (OmniScripts), fc (FlexCards), autonumber (Global Auto Numbers)
136127
137128 --relatedobjects=relatedobjects specify related objects to assess:
@@ -142,31 +133,24 @@ OPTIONS
142133
143134```
144135USAGE
145- $ sf omnistudio:migration:migrate [-n <string>] [- f] [-v <string>] [-u <string>] [--apiversion <string>] [--json ] [--loglevel
136+ $ sf omnistudio:migration:migrate [-f] [-v <string>] [-u <string>] [--loglevel
146137 trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
147138
148139OPTIONS
149- -n, --namespace=namespace the namespace of the vertical package
150-
151140 -u, --targetusername=targetusername username or alias for the target
152141 org; overrides default target org
153142
154143 -v, --targetdevhubusername=targetdevhubusername username or alias for the dev hub
155144 org; overrides default dev hub org
156145
157- --apiversion=apiversion override the api version used for
158- api requests made by this command
159-
160- --json format output as json
161-
162146 --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
163147 this command invocation
164148
165149 -a, --allversions migrate all versions and not
166150 and not just the active ones.
167151
168152 --only=only specify components to migrate:
169- dr (DataRaptors ), ip (Integration Procedures),
153+ dm (DataMappers ), ip (Integration Procedures),
170154 os (OmniScripts), fc (FlexCards)
171155
172156 --relatedobjects=relatedobjects specify related objects to assess:
0 commit comments