-
Notifications
You must be signed in to change notification settings - Fork 78
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
No errors for non-existing components in sf command #2405
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hello @itaishmida 👋 It looks like you're using an outdated version of Salesforce CLI. Moving to After you move to the latest version of |
I have reinstalled the CLI, my version is good now this is my sf version command:
|
This issue has been linked to a new work item: W-14085256 |
@mshanemc - is this fix deployed and released already? |
Summary
I am trying to migrate from sfdx command to sf
When using the sfdx command to retrieve metadata - I get errors for problematic components, while when using the sf command, I do not get any prompt that I have problematic components in the component list.
This introduces problems especially when I have a big component list when most of the components are ok and one or a few are not - then I do not know if the command ran successfully.
Steps To Reproduce
While using sfdx to retrieve metadata - the result that I get is list of components that succeeded to retrieve and a list of components that failed, so, for example if I want to get 2 components, one exists and one does not exist I get these messages:
These results are very good because with them I can pinpoint errors very easily, especially for a large list of components
Now, when I migrate to the sf command format, I get a successful message for only one component - without any error or warning for the components that where not found:
Expected result
I would expect to have also an error/warning for each component that does not exist, or that produces a problem
System Information
Using windows powershell from within VS Code
The text was updated successfully, but these errors were encountered: