When running
export DJANGO_SETTINGS_MODULE=myapp.settings
dynaconf get DEBUG
Instead of the value of the DEBUG variable True|False
I am seeing
Looks like the get command must omit the Django app detected line that it is inheriting from the main command.