cloudtools/stacker

Should interactive mode ask you about creating new stacks?

Open

#569 geöffnet am 16. März 2018

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (166 Forks)batch import
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (706 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide