is there any way to get a diff on a set of stacks ...
# help
s
is there any way to get a diff on a set of stacks that’s in debug mode? in other words: if I run
yarn start --stage dev
, it shows no changes in any stack or code. but if I quit that process and run
yarn diff --stage dev
, it shows all kinds of changes. is there a way to see exactly what’ll change when running
yarn start --stage dev
after making stack modifications?
t
I'm not super familiar with this code but I think it's because when we build cdk for
yarn diff
the
deploy
stacks are generated
Not sure if there's a way to do this right now
s
ok, it’s not a huge deal. was just curious.. but yeah, I figured
diff
is meant for deployments, not debug stacks