cloudtools/stacker
Voir sur GitHubShould interactive mode ask you about creating new stacks?
Open
#569 ouverte le 16 mars 2018
enhancementgood first issuehelp wanted
Métriques du dépôt
- Stars
- (706 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
The current behavior of --interactive is that any new stacks will get created, without any prompt. But this can be potentially dangerous (or at the very least, annoying) if you accidentally make a change, like changing the stack name, resulting in a whole new stack getting created.
Should stacker prompt you before creating a stack when using --interactive mode?