Confbase / cfg

A tool to manage configuration files and use them in production.
https://confbase.com/cfg
Apache License 2.0
7 stars 6 forks source link

Keep template vals flag for new command [WIP (Work In Progress)] #50

Closed therishidesai closed 6 years ago

therishidesai commented 6 years ago

solves #49

therishidesai commented 6 years ago

So now this is how it works:

/Confbase/test  ᐅ ./../cfg/cfg new config config_prod_na5.toml --default                 
/Confbase/test (master ✘)✹ ᐅ cat config_prod_na5.toml                    
{
    "color": "",
    "height": 0
}
/Confbase/test (master ✘)✹ ᐅ ./../cfg/cfg new config config_prod_na5.toml
/Confbase/test (master ✔) ᐅ cat config_prod_na5.toml                                      
color = "blue"
height = 1.0%