# Roadmap to Dynaconf 4.0
## Main goals
01. Fix serious bugs
00. Inspect command
00. Feature Flag System
## 1 Fix Serious Bugs
13 HIGH priority bugs
https://github.com/rochacbruno/dynaconf/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3AHIGH
## 6 Inspect command
Add a command
```
dynaconf inspect
```
also
```
settings.inspect()
```
To dump information about the settings hierarchy
## 7 Sistema de hooks
https://github.com/dynaconf/dynaconf/pull/828