gpestana / kapacitor-unit

Testing framework for Kapacitor TICKscripts
MIT License
75 stars 19 forks source link

Allow configurations to be set by ENV variables #34

Closed vlaurenzano closed 5 years ago

vlaurenzano commented 5 years ago

Allowing for configurations to be set by environment variables will be beneficial for a few scenarios:

Env variables should be checked first before cli configs which would override any env vars.

Thoughts?

gpestana commented 5 years ago

Sounds very good! Do you have any spare cycles to implement this? (same for #35)

vlaurenzano commented 5 years ago

addressed by https://github.com/gpestana/kapacitor-unit/pull/36

gpestana commented 5 years ago

Closing as it has been merged. Thanks again @vlaurenzan!