abcxyz / abc

Apache License 2.0
12 stars 3 forks source link

fix: --input flags to upgrade were being ignored #606

Closed drevell closed 3 months ago

drevell commented 3 months ago

If the user wanted to override any input values during an upgrade, or provide a value for a newly-introduced template flag, their --input=foo=bar CLI flag was simply ignored. :upside-down-face:

We also add a test for the case where upgrade override flags come from a YAML file.