Skip to content

Commit e094484

Browse files
committed
fix: build flag issue
1 parent bdb9e35 commit e094484

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
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+
]

0 commit comments

Comments
 (0)