gruntwork-io / boilerplate

A tool for generating files and folders ("boilerplate") from a set of templates
https://www.gruntwork.io
Mozilla Public License 2.0
157 stars 12 forks source link

Add `--disable-dependency-prompt` flag #181

Closed jasonyoung-pearl closed 1 month ago

jasonyoung-pearl commented 1 month ago

Description

Adds a --disable-dependency-prompt CLI flag, which disables the confirmation prompt for dependency includes.

This is useful when you want to keep interactive mode enabled for user variable input, but don't want to surface the internal template dependencies to the user (or any situation in which you always want to respond y to each include).

Open to alternative names to the flag.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added: --disable-dependency-prompt optional CLI flag, which disables the confirmation prompt for dependency includes.

Migration Guide

n/a

josh-padnick commented 1 month ago

@ZachGoldberg @denis256 Could we get a review on this?