-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Exporting Plan its only exporting one object #168
Comments
Weird, I tried it and got the correct result:
Are you using the latest version ? Maybe run |
Its working fine on other devices but don't know why in my device its not working. I tried reinstalling sf is also updated to latest version. Didn't find root cause |
Sorry I tried again and I'm not able to reproduce, so that makes it hard to fix it. |
Let me make a video of it maybe it helps |
sf texei data plan generate --objects Account,Contact,MyCustomObject__c --outputdir ./data
for multiple objects its only generating one sobject
{
"excludedFields": [],
"lookupOverride": {},
"sObjects": [
{
"name": ***************************************************************************************************
"label": "",
"filters": "",
"orderBy": "",
"externalId": "",
"excludedFields": []
}
]
}
The text was updated successfully, but these errors were encountered: