Passing along flags to cdk deploy (--no-fail-on-empty-changeset)
When doing cdklocal deploy --no-fail-on-empty-changeset it appears that the flag is not being passed along to the underlying call to the cdk deploy command.
Hi @deanc, thanks for reporting, and apologies for the delay. Given the way how we're patching and forwarding the call to the CDK libs (see here), the flags should indeed get passed to the underlying cdk deploy command.
The issue could be rooted in the LocalStack CloudFormation implementation itself, though, potentially (haven't confirmed that yet, though).
Can you please share some details of the behavior you're seeing, and ideally a minimal example, to help us reproduce this issue? Thanks for your help!
Hi! We just wanted to follow up on our last message to see whether your issue has been resolved. Were you able to get it working with the latest version of LocalStack? We would appreciate your feedback!