Skip to content

Commit

Permalink
chore: correct snapshots for alias fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Jun 27, 2024
1 parent 7a21c8d commit 5ed1ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"plugin": "@salesforce/plugin-data"
},
{
"alias": ["force:data:tree:export", "data:tree:beta:export"],
"alias": ["force:data:tree:export", "data:export:beta:tree"],
"command": "data:export:tree",
"flagAliases": ["apiversion", "outputdir", "targetusername", "u"],
"flagChars": ["d", "o", "p", "q", "x"],
Expand Down Expand Up @@ -126,7 +126,7 @@
"plugin": "@salesforce/plugin-data"
},
{
"alias": ["force:data:tree:import", "data:tree:beta:import"],
"alias": ["force:data:tree:import", "data:import:beta:tree"],
"command": "data:import:tree",
"flagAliases": ["apiversion", "sobjecttreefiles", "targetusername", "u"],
"flagChars": ["f", "o", "p"],
Expand Down

0 comments on commit 5ed1ae8

Please sign in to comment.