-
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: deploy validate doesn\'t require a project #691
Conversation
QA notes: test setup using dreamhoues ✅ can validate a deployment of a project in mdapi format outside the sfdx project:
❌ can't do a quick deploy of the validated deploy when outside of an sfdx project:
❌ after doing an async deploy, can't resume or get a report of it outside of an sfdx project:
✅ get error about missing sfdx project if doing a source-format deploy
the error is different from the current implementation but still valid:
|
QA updates
✅ fixed:
✅ fixed project deploy report
project deploy resume
|
What does this PR do?
In certain scenarios, when using
--metadata-dir
theproject deploy validate
command doesn't require a project, butrequiresProject=true
so it would throw an errorremove that line so it can be executed outside of a project
What issues does this PR fix or reference?
@W-13721102@
forcedotcom/cli#2275