HybridDevTools / HybridDevTools/d3nver
Auto reconfigure D3nver instance on config.yml changes
- Dominant language
- Go
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the only way to take changes from the `config.yml` file into account is to delete the D3nver inastance and `init` a new one.
If done properly, this is quick and easy because for just memory changes or any "non RBI" changes, you don't have to re-download a D3nver RBI and the init is nearly instant.
Would be great to have a mechanism where we keep the current state of the D3nver instance somewhere (some kind of shadow copy of the current config.yml) and as soon as there is a diff between this copy and the config.yml file, then we trigger a STOP/UNREGISTER/INIT/START cycle.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.