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

fix(cli): don't overwrite stack name/desc on stack update #20362

Merged
merged 4 commits into from
Dec 17, 2020
Merged

Conversation

glinton
Copy link
Contributor

@glinton glinton commented Dec 16, 2020

Closes #20344

This preserves stack name and description if they are not altered on a stack update.

Copy link
Contributor

@danxmoran danxmoran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question about cleanup, but LGTM overall. Can you add a line to the CHANGELOG.md before merging?

args []string
envVars map[string]string
expectedStack pkger.Stack
shouldErr bool
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't look like shouldErr is ever set to true, should we remove it?

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

Successfully merging this pull request may close these issues.

Updating an existing stack discards the name and description on every update
2 participants