Write the config for init
Write the config out to the path given from #237 (closed).
- Pull existing values from the config client
- Create a new config with those values
- Overwrite the values that the user changed
- Write the file (
yaml.Marshall
,os.WriteFile
, etc)
Edited by Andrew Shoell