Open
Description
node 0.10.20
forever 0.10.8
In the documentation is clearly states
config Lists all forever user configuration
But when I run "forever set" to setup my directories and then run "forever config" again it doesn't just list the user configuration... it truncates the config.json and resets the contents to the default configuration before listing it.
In fact running if I run "forever set pidPath" and then "forever set sockPath"... pidPath resets to default and only sockPath is saved. The configuration file is getting written to, it just is reseting to default before applying changes... so only the last set command is saved.