IBM / operator-collection-sdk-vscode-extension

IBM Operator Collection SDK extension for VS Code
https://ibm.github.io/operator-collection-sdk/
Apache License 2.0
2 stars 1 forks source link

Display last task failure message for redeploy operator command #146

Closed yemi-kelani closed 10 months ago

yemi-kelani commented 10 months ago

Fix for issue #36. Display last task failure message for executeSimpleCommand by fetching the last task failure in playbook executed as opposed to simply displaying the return code. The previous method displayed errors like this "Failure executing Redeploy Operator command: RC 2"

The new method displays failure information, if it exists. Example:

Screenshot 2024-01-18 at 10 38 32 AM