-
Notifications
You must be signed in to change notification settings - Fork 21
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
fix: support resuming completed deployments #762
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the info about --wait, because I think it's important.
QA notes: using dreamhouse-lwc
✅ see warning ✅ did another deploy with validate/quick../plugin-deploy-retrieve/bin/dev project:deploy:validate --test-level RunAllTestsInOrg --source-dir force-app |
Co-authored-by: Juliet Shackell <[email protected]>
Co-authored-by: Juliet Shackell <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a new paragraph about --target-org in the report command, because I thought it was useful information. I think I got it right, but please correct if not!
Co-authored-by: Juliet Shackell <[email protected]>
What does this PR do?
A completed deployment can now be resumed. Also removes the
poll
function since SDR'spollStatus
should be used instead.What issues does this PR fix or reference?
@W-14149965@
QA:
sf project deploy resume
should display the deploy results from already completed deployments rather than throwing an error.