W-16742559 fix(search): remove deprecated flags#1034
Conversation
| default: 'human', | ||
| exclusive: ['json'], | ||
| }), | ||
| })(), |
There was a problem hiding this comment.
this was done to remove the deprecated resultformat alias, see the command snapshot diff
|
This issue has been linked to a new work item: W-16742559 |
soridalac
left a comment
There was a problem hiding this comment.
the changes look good to me 👍🏽
|
QA notes: ✅ : data search works with | Name Id ✅ : data search fails with Error (NoDefaultEnvError): No default environment found. Use -o or --target-org to specify an environment. |
What does this PR do?
Use proper
target-org/api-versionflags from sf-plugins-core instead of the deprecated ones (those included--logleveland old sfdx-style aliases)BEFORE
You can use the old flag aliases (
--defaultusernameinstead of--target-org,--apiversioninstead of--api-version):AFTER
only
--target-organd--api-versionare accepted:What issues does this PR fix or reference?
@W-16742559@