ddev-ui
ddev-ui copied to clipboard
Use ddev config --show-config-location to find out config location
What happened (or feature request):
Currently there's a complex technique used to try to figure out if a config already exists (a deliberate failure). This is fragile and also doesn't currently work right.
Instead, the new ddev config --show-config-location
provides the actual config location (or an error return). Please switch to that.