-
Notifications
You must be signed in to change notification settings - Fork 78
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
sfdx force:source:push deployment order #1132
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hi @constantine-prokopenko-vrp the
|
Good day, @WillieRuemmele.
|
Hi @constantine-prokopenko-vrp thanks for trying those commands, sorry to hear they didn't work. I'm assuming you've set up the correct package-level dependencies in the as a work around you can try |
Good day, @WillieRuemmele |
Thanks for getting back @constantine-prokopenko-vrp interesting. Was this working for you before? We haven't changed the |
I get the same problem it is pushing the code in alphabetical order of directory name. Not in the order they are in the sfdx-project.json file. |
@nigelhughesfairsailcom @constantine-prokopenko-vrp We think this is fixed in the new |
Good day, |
Good day, |
@constantine-prokopenko-vrp I'm gonna add a "sequential" option for the new push command #1269 There's several people who are relying on the pkgDirs not all going at the same time and it seems like that might help you. |
closed with new commands GA |
Summary
The strange behavior of the
sfdx force:source:push -f
for a project with multiple package directories and a fresh (empty) sandbox.I am stuck on the issue with the deployment order. For some reason page layout for an object deployed before an object itself.
The error message is the following 'Parent entity failed to deploy.'.
Custom Metadata in the same folder (directory) as classes/layouts using it.
Steps To Reproduce:
sfdx force:source:push -f -u <alias/username>
;Expected result
All metadata deployed with no errors.
Actual result
Page Layouts and classes deployed before the object folder. This behavior causes various issues during deployment.
System Information
The text was updated successfully, but these errors were encountered: