Skip to content

Commit dc387d3

Browse files
authored
@W-18816235: Html templatization
Merge pull request #300 from snehaljha-sf/html_templatization
2 parents b31423d + fda410d commit dc387d3

39 files changed

+2928
-2642
lines changed

command-snapshot.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
{
33
"command": "basecommand",
44
"plugin": "@salesforce/plugin-omnistudio-migration-tool",
5-
"flags": [
6-
"apiversion",
7-
"json",
8-
"loglevel",
9-
"targetusername"
10-
],
5+
"flags": ["apiversion", "json", "loglevel", "targetusername"],
116
"alias": []
127
},
138
{
@@ -21,7 +16,8 @@
2116
"namespace",
2217
"only",
2318
"targetusername",
24-
"relatedobjects"
19+
"relatedobjects",
20+
"verbose"
2521
],
2622
"alias": []
2723
},
@@ -35,7 +31,8 @@
3531
"loglevel",
3632
"name",
3733
"targetdevhubusername",
38-
"targetusername"
34+
"targetusername",
35+
"verbose"
3936
],
4037
"alias": []
4138
},
@@ -50,8 +47,9 @@
5047
"namespace",
5148
"only",
5249
"relatedobjects",
53-
"targetusername"
50+
"targetusername",
51+
"verbose"
5452
],
5553
"alias": []
5654
}
57-
]
55+
]

messages/assess.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,4 @@
9191
"dataRaptorNameChangeMessage": "DataRaptor reference {0} will be changed to {1} during migration.",
9292
"integrationProcedureNameChangeMessage": "Integration Procedure reference {0} will be changed to {1} during migration.",
9393
"integrationProcedureManualUpdateMessage": "Integration Procedure reference {0} may need manual updates after migration."
94-
9594
}

messages/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"greetingOrgInfoWithDate": "Hello %s! This is org: %s and I will be around until %s!",
1414
"hubOrgId": "My hub org id is: %s",
1515
"allVersionsAppended": " and all versions will be migrated"
16-
}
16+
}

messages/migrate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
"alreadyStandardModel": "The org is already on standard data model.",
8080
"cardAuthorNameChangeMessage": "Card author name has been modified to fit naming rules: {0}",
8181
"cardNameChangeMessage": "Card name has been modified to fit naming rules: {0}",
82-
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name {0} after name cleaning. This may cause conflicts during migration",
82+
"duplicateCardNameMessage": "Potential duplicate: Another card has the same name {0} after name cleaning. This may cause conflicts during migration"
8383
}

0 commit comments

Comments
 (0)