Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
493 stars 58 forks source link

no prompt support for buildervars #180

Closed davidgamero closed 1 year ago

davidgamero commented 1 year ago

Description

Add a new boolean field to BuilderVars that allow prompting to be skipped, in which case the default value will be used. The var can still be overridden with a flag since that occurs outside the prompting logic which triggers a skip.

Since this adds a new boolean field, it defaults to false allowing backwards compatibility with all existing templates

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist: