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
Currently, running the convection diff command does not validate the template for a given stack and can suppress errors that come up when converging. It would be nice if the diff command could also validate the stack that you're diffing.
Description
Currently, running the
convection diffcommand does not validate the template for a given stack and can suppress errors that come up when converging. It would be nice if thediffcommand could alsovalidatethe stack that you'rediffing.Expected behavior
Diffed stacks are alsovalidated.Observed behavior
Diffed stacks are notvalidated. 😛