Skip to content

Commit b2d376c

Browse files
Add: snapshot
1 parent ab19669 commit b2d376c

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

command-snapshot.json

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,56 @@
22
{
33
"command": "basecommand",
44
"plugin": "@salesforce/plugin-omnistudio-migration-tool",
5-
"flags": ["apiversion", "json", "loglevel", "targetusername"],
5+
"flags": [
6+
"apiversion",
7+
"json",
8+
"loglevel",
9+
"targetusername"
10+
],
611
"alias": []
712
},
813
{
914
"command": "omnistudio:migration:assess",
1015
"plugin": "@salesforce/plugin-omnistudio-migration-tool",
11-
"flags": ["allversions", "apiversion", "json", "loglevel", "namespace", "only", "targetusername"],
16+
"flags": [
17+
"allversions",
18+
"apiversion",
19+
"json",
20+
"loglevel",
21+
"namespace",
22+
"only",
23+
"targetusername",
24+
"relatedobjects"
25+
],
1226
"alias": []
1327
},
1428
{
1529
"command": "omnistudio:migration:info",
1630
"plugin": "@salesforce/plugin-omnistudio-migration-tool",
17-
"flags": ["allversions", "apiversion", "json", "loglevel", "name", "targetdevhubusername", "targetusername"],
31+
"flags": [
32+
"allversions",
33+
"apiversion",
34+
"json",
35+
"loglevel",
36+
"name",
37+
"targetdevhubusername",
38+
"targetusername"
39+
],
1840
"alias": []
1941
},
2042
{
2143
"command": "omnistudio:migration:migrate",
2244
"plugin": "@salesforce/plugin-omnistudio-migration-tool",
23-
"flags": ["allversions", "apiversion", "json", "loglevel", "namespace", "only", "relatedobjects", "targetusername"],
45+
"flags": [
46+
"allversions",
47+
"apiversion",
48+
"json",
49+
"loglevel",
50+
"namespace",
51+
"only",
52+
"relatedobjects",
53+
"targetusername"
54+
],
2455
"alias": []
2556
}
26-
]
57+
]

0 commit comments

Comments
 (0)