PierreBeucher / novops

Cross-platform secret & config manager for development and CI environments
https://novops.dev
GNU Lesser General Public License v3.0
308 stars 14 forks source link

in older novops, we could access the selected environment via NOVOPS_ENV #67

Closed teto closed 10 months ago

teto commented 11 months ago

I dont think this is available anymore, which means most of the time you need to add an "ENVIRONMENT" command in your yaml file. It could also be used to select a default environment for instance when running novops run (so you dont have to pass -e dev for instance)

PierreBeucher commented 11 months ago

This should be easy enough to add, will do ;) thanks for suggesting

PierreBeucher commented 10 months ago

On it: https://github.com/PierreBeucher/novops/pull/69

PierreBeucher commented 10 months ago

Will be released as part of https://github.com/PierreBeucher/novops/pull/66