You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the new command "force:package:beta:version:create:report" on a failed build it only logs a "Status: Error" without logging the actual errors that caused it to fail. I tried increasing the --loglevel settings but they did not work. Luckily switching back to the old command "sfdx force:package:version:create:report" still printed the errors.
Steps To Reproduce:
Run "sfdx force:package:beta:version:create --package" on a package that has known errors
Run "sfdx force:package:beta:version:create:report" on the built package and notice the status is Error but it does not print any of the reasons or errors.
Run the older command "sfdx force:package:version:create:report" on the same package id and it will display the actual errors.
Expected result
A failed package build "Status: Error" should display the errors that caused the build to fail.
Actual result
No errors are logged.
NOTE: When running the new "sfdx force:package:beta:version:create:report" command it still recommends running the old status command "sfdx force:package:version:create:report" instead of the new beta command "sfdx force:package:beta:version:create:repor"
The text was updated successfully, but these errors were encountered:
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.
Summary
When running the new command "force:package:beta:version:create:report" on a failed build it only logs a "Status: Error" without logging the actual errors that caused it to fail. I tried increasing the --loglevel settings but they did not work. Luckily switching back to the old command "sfdx force:package:version:create:report" still printed the errors.
Steps To Reproduce:
Expected result
A failed package build "Status: Error" should display the errors that caused the build to fail.
Actual result
No errors are logged.
NOTE: When running the new "sfdx force:package:beta:version:create:report" command it still recommends running the old status command "sfdx force:package:version:create:report" instead of the new beta command "sfdx force:package:beta:version:create:repor"
The text was updated successfully, but these errors were encountered: