Skip to content

Commit 5594006

Browse files
authored
Merge pull request #367 from snehaljha-sf/snapshot-fix
fix: snapshot comparison
2 parents 987565b + 76ff691 commit 5594006

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

command-snapshot.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,34 @@
22
{
33
"command": "basecommand",
44
"plugin": "@salesforce/plugin-omnistudio-migration-tool",
5-
"flags": ["loglevel", "targetusername"],
5+
"flags": ["apiversion", "json", "loglevel", "targetusername"],
66
"alias": []
77
},
88
{
99
"command": "omnistudio:migration:assess",
1010
"plugin": "@salesforce/plugin-omnistudio-migration-tool",
11-
"flags": ["allversions", "loglevel", "only", "targetusername", "relatedobjects", "verbose"],
11+
"flags": ["allversions", "apiversion", "json", "loglevel", "only", "relatedobjects", "targetusername", "verbose"],
1212
"alias": []
1313
},
1414
{
1515
"command": "omnistudio:migration:info",
1616
"plugin": "@salesforce/plugin-omnistudio-migration-tool",
17-
"flags": ["allversions", "loglevel", "name", "targetdevhubusername", "targetusername", "verbose"],
17+
"flags": [
18+
"allversions",
19+
"apiversion",
20+
"json",
21+
"loglevel",
22+
"name",
23+
"targetdevhubusername",
24+
"targetusername",
25+
"verbose"
26+
],
1827
"alias": []
1928
},
2029
{
2130
"command": "omnistudio:migration:migrate",
2231
"plugin": "@salesforce/plugin-omnistudio-migration-tool",
23-
"flags": ["allversions", "loglevel", "only", "relatedobjects", "targetusername", "verbose"],
32+
"flags": ["allversions", "apiversion", "json", "loglevel", "only", "relatedobjects", "targetusername", "verbose"],
2433
"alias": []
2534
}
2635
]

0 commit comments

Comments
 (0)