Sam Hulick
09/23/2021, 7:47 PMyarn 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?thdxr
09/23/2021, 7:49 PMyarn diff
the deploy
stacks are generatedthdxr
09/23/2021, 7:49 PMSam Hulick
09/23/2021, 7:50 PMdiff
is meant for deployments, not debug stacks