Skip to content

Commit 721dacb

Browse files
authored
Merge pull request #399 from snehaljha-sf/read_me_update
chore: common commands
2 parents fdbf6ec + ef38841 commit 721dacb

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can also authenticate using a consumer key (client ID) and secret key throug
3232
3. In a new terminal session, Install the Omnistudio Migration Assistant by running the `sf plugins install` command. For example
3333

3434
```
35-
sf plugins install @salesforce/[email protected].16
35+
sf plugins install @salesforce/[email protected].43
3636
```
3737

3838
4. Run the Omnistudio Migration Assistant from the Salesforce CLI:
@@ -45,18 +45,23 @@ sfdx omnistudio:migration:assess -u [email protected]
4545
sfdx omnistudio:migration:migrate -u [email protected]
4646
4747
48-
// To migrate/assess specific components: FlexCards, Data Mappers, Integration Procedures, OmniScripts, or Omni Global Auto Numbers, add the following parameters:
49-
--only=dm // Data Mappers
50-
--only=ip // Integration Procedures
51-
--only=os // OmniScripts
52-
--only=fc // FlexCards
48+
// To migrate/assess specific components: Flexcards, Data Mappers, Integration Procedures, Omniscripts, Omni Global Auto Numbers or Custom Labels, add the following parameters:
49+
--only=dm // Data Mappers
50+
--only=ip // Integration Procedures
51+
--only=os // Omniscripts
52+
--only=fc // Flexcards
5353
--only=autonumber // Omni Global Auto Numbers
54+
--only=cl // Custom Labels
5455
5556
// To migrate all versions of the components and not just the active ones:
5657
--allversions
5758
58-
// To assess specific related objects:
59-
--relatedobjects=apex // for Apex classes only
59+
// To assess specific set of related objects:
60+
--relatedobjects=apex // for Apex classes only
61+
--relatedobjects=lwc // for Lightning Web Components only
62+
--relatedobjects=expsites // for Experience Sites only
63+
--relatedobjects=flexipage // for FlexiPages only
64+
--relatedobjects=apex,lwc,expsites,flexipage // for all related objects
6065
6166
```
6267

0 commit comments

Comments
 (0)