Closed evanlouie closed 5 years ago
As a: operator
I want: fab set... to be able to point to a file akin to a values.yaml file for helm charts
fab set...
So that: I can more easily pass around configurations between git repos in a flat file and parse them.
Describe the solution you'd like: add a fab set -f option which allows you to pass in a filepath
fab set -f
Describe alternatives you've considered:
Additional context:
Fixed via https://github.com/microsoft/fabrikate/pull/201
As a: operator
I want:
fab set...
to be able to point to a file akin to a values.yaml file for helm chartsSo that: I can more easily pass around configurations between git repos in a flat file and parse them.
Describe the solution you'd like: add a
fab set -f
option which allows you to pass in a filepathDescribe alternatives you've considered:
Additional context: