Azure / draft

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

error on unsubstituted vars #175

Closed davidgamero closed 1 year ago

davidgamero commented 1 year ago

Description

When executing a variable substitution via CopyDir, an error should be thrown if a variable is not supplied but exists in the templates.

Doing this validation at a lower level in the os package allows us to gain this protection across all the commands

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s).

Checklist: