Skip to content

Commit 5ed1ae8

Browse files
committed
chore: correct snapshots for alias fix
1 parent 7a21c8d commit 5ed1ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

command-snapshot.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"plugin": "@salesforce/plugin-data"
8282
},
8383
{
84-
"alias": ["force:data:tree:export", "data:tree:beta:export"],
84+
"alias": ["force:data:tree:export", "data:export:beta:tree"],
8585
"command": "data:export:tree",
8686
"flagAliases": ["apiversion", "outputdir", "targetusername", "u"],
8787
"flagChars": ["d", "o", "p", "q", "x"],
@@ -126,7 +126,7 @@
126126
"plugin": "@salesforce/plugin-data"
127127
},
128128
{
129-
"alias": ["force:data:tree:import", "data:tree:beta:import"],
129+
"alias": ["force:data:tree:import", "data:import:beta:tree"],
130130
"command": "data:import:tree",
131131
"flagAliases": ["apiversion", "sobjecttreefiles", "targetusername", "u"],
132132
"flagChars": ["f", "o", "p"],

0 commit comments

Comments
 (0)