force:data:bulk:delete command return value=0 even on error #1648
Labels
bug
Issue or pull request that identifies or fixes a bug
investigating
We're actively investigating this issue
I'm using sfdx-cli/7.159.0 linux-x64 node-v16.15.1 and trying some bulk:deletes.
Noticed that even when the command fails -in my case it is failing because of API limits exceeded- the return value
($?)
is 0 (zero). Should not the return value($?)
be 0 (zero) on success?Outputs:
Thanks in advance.
The text was updated successfully, but these errors were encountered: