dadi / cli

DADI CLI is a command-line tool to help with the installation and customisation of the various services within the DADI platform
MIT License
5 stars 3 forks source link

Incorrect warning for inadequate permissions #30

Open mingard opened 6 years ago

mingard commented 6 years ago

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:

Could CLI check permissions prior to install?

eduardoboucas commented 6 years ago

Absolutely. Thanks!