cloudtools/stacker

Should interactive mode ask you about creating new stacks?

Open

#569 aberto em 16 de mar. de 2018

Ver no GitHub
 (3 comments) (1 reaction) (0 assignees)Python (166 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (706 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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?

Guia do colaborador