When trying to create an instance of web, the warning The connection to the DADI registry has failed. Are you connected to the Internet? was thrown. After some debugging, I discovered that the issue was with write permissions to the current dir.
Steps to reproduce:
- create a directory, and change to a user with inadequate write permissions.
- run
dadi web new.
- Observer the connection issue error.
Could CLI check permissions prior to install?