Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing along flags to cdk deploy (--no-fail-on-empty-changeset) #85

Closed
deanc opened this issue May 29, 2023 · 3 comments
Closed

Passing along flags to cdk deploy (--no-fail-on-empty-changeset) #85

deanc opened this issue May 29, 2023 · 3 comments

Comments

@deanc
Copy link

deanc commented May 29, 2023

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.

@whummer
Copy link
Member

whummer commented Aug 25, 2023

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!

@lakkeger
Copy link
Contributor

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!

@lakkeger
Copy link
Contributor

Closing this issue due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants