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
I want to run cdk diff in my CI/CD pipeline and if there is a change in the stack, I want the pipeline to succeed. If there is an error in trying to generate the diff, I want the pipeline to fail. (exit code > 0)
Proposed Solution
Leave the cdk diff behaviour as is, but add a flag that can change the exit code behaviour as mentioned in the use case.
Other
👋 I may be able to implement this feature request
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered:
Related to: #1440
Use Case
I want to run cdk diff in my CI/CD pipeline and if there is a change in the stack, I want the pipeline to succeed. If there is an error in trying to generate the diff, I want the pipeline to fail. (exit code > 0)
Proposed Solution
Leave the cdk diff behaviour as is, but add a flag that can change the exit code behaviour as mentioned in the use case.
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: