cloudtools/stacker

Should interactive mode ask you about creating new stacks?

Open

#569 创建于 2018年3月16日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)Python (166 fork)batch import
enhancementgood first issuehelp wanted

仓库指标

Star
 (706 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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?

贡献者指南