-
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: add a soqlqueryfile parameter to allow longer queries #327
Conversation
test/commands/force/data/soql/query/dataSoqlQueryCommand.test.ts
Outdated
Show resolved
Hide resolved
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.
make sure the soql command throws an err when if no query flag is passed in and also if both are specified.
QA notes: ✅ reads query from file specified by
✅ throws an error if file doesn't exist:
✅ still reads query from
✅ JSON output matches (same query specified with ( ✅ command throws an error when both query flags are specified:
✅ command throws an error if no query flags are specified:
|
What does this PR do?
adds a
--soqlqueryfile
flag to contain larger SOQL queriesexclusive to
--query
What issues does this PR fix or reference?
@W-9036554@
forcedotcom/cli#360