This message was deleted.
# general
s
This message was deleted.
t
or even better if in the cli I can select which changes I want to apply
(bit like
yarn --upgrade-interactive
)
w
There isn’t an interactive option or ignore/skip CLi flag currently (do feel free to open an issue to suggest it!). One alternative might be to conditionally
ignoreChanges
(or even conditionally create) the resources in you program based on some config setting that is defined per stack?
t
is there some way of passing
*
to ignoreChanges?
w
I don't believe there is currently - but definitely something that could be added in the future.