-
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
Wr/pdr feat requests #675
Wr/pdr feat requests #675
Conversation
d40ced5
to
7279ceb
Compare
@@ -64,6 +64,31 @@ describe('deploy metadata cancel NUTs', () => { | |||
expect(cancel.jsonOutput.name).to.equal('CannotCancelDeployError'); | |||
} | |||
}); | |||
|
|||
it.skip('should cancel most recently started deployment without specifying the flag', () => { |
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.
there are a few of the new NUTs in this PR being skipped.
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.
LGTM.
Just need to remove (nvm, just saw the commit title where it was added 😄) fix merge conflicts.it.skip
from new NUTs
QA notes: adds testing abilities to
|
QA notes:
✅
✅
✅
✅
|
What does this PR do?
adds testing abilities to
deploy report/validate
adds destructive changes to
deploy validate
makes--use-most-recent
the default behavior forreport/resume/cancel/quick
deploy report --results-dir
now overrides the dir passed when initializing the deploy, previously it wouldn't do anythingWhat issues does this PR fix or reference?
@W-13665551@
forcedotcom/cli#2265
@W-13640624@
forcedotcom/cli#2246
@W-13658630@
forcedotcom/cli#2255