-
Notifications
You must be signed in to change notification settings - Fork 74
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
Added force option to deploy stacksets without intervention #143
Added force option to deploy stacksets without intervention #143
Conversation
A bit more context as to why this is needed, I use this in a CICD pipeline and not having this option makes it unusable for stacksets. |
docs/rain_stackset_deploy.md
Outdated
@@ -43,6 +43,7 @@ rain stackset deploy <template> [stackset] [flags] | |||
--accounts strings accounts for which to create stack set instances | |||
-c, --config string YAML or JSON file to set additional configuration parameters | |||
-d, --detach once deployment has started, don't wait around for it to finish | |||
-f, --force update the stackset without confirmation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would -y be a better option to match the deploy command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup that's more consistent. I fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but we have conflicts with the auto generated docs from another PR.
1ec4f33
to
de8c2f6
Compare
fixed the conflicts 👍 |
Description of changes:
Added
-f
or--force
to deploy stacksets without user intervention and generated the updated docs.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.