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

Create a changeset without deploying it #94

Open
MikeShiner opened this issue Jul 7, 2020 · 2 comments
Open

Create a changeset without deploying it #94

MikeShiner opened this issue Jul 7, 2020 · 2 comments

Comments

@MikeShiner
Copy link

MikeShiner commented Jul 7, 2020

In order to get detailed information about changes in a nested stack, I need to create a changeset from it, but it's actually the root stack I need to apply the update to.

I would also like to generate a changeset for merge requests to show the impact to running environments. Seems like cfn changeset create was something I needed.

Is it possible to bring back the create only command? I just want to avoid the automated deployment.

@Kotaimen
Copy link
Owner

Kotaimen commented Jul 8, 2020

Hi @MikeShiner:

This feature was present in an old version but was dropped in favour of stack sync command. I'm indeed planning to add it back -- in the meantime, as a work around if you use --confirm and "break" before confirming, the changeset is created but not executed.

Kotaimen

@MikeShiner
Copy link
Author

Brilliant, thanks that's what I need! Happy there's a way around it.
Feel free to close this issue or use it to track the request.

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

No branches or pull requests

2 participants