-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: support for queryAll in regular and bulk #602
Conversation
@mshanemc bumped jsforce and sfdx-core to get NUTs running. Also updated the oclif snapshot (new flag) |
QA notes: setup using dreamhouse project, after importing data:
then deleted:
✅
all records
without
✅ respects max org query limit
✅ pagination still works API docs says we can use either pagination logic in jsforce:
|
What does this PR do?
new
--all-rows
flag for soql query command that can query deleted stuffWhat issues does this PR fix or reference?
forcedotcom/cli#1959
@W-12590109@