acquia / acsf-tools

Command line tools for working with Acquia Cloud Site Factory
20 stars 25 forks source link

acsf-tools-ml profiles option does not handle case where profile can't be determined #75

Open vbouchet31 opened 4 years ago

vbouchet31 commented 4 years ago

One of my customer is having a "fake" site installed in his D8 factory which they simply use as a database container for a D7 site to be migrated in a new D8 site. When running drush acsf-tools-ml status --profiles=my_profile, the command is executed on this D7 site.

I think the culprit is this line which does not handle the case where the site information are not present.

vbouchet31 commented 2 years ago

The option has been removed from 10.x branch as it was not working anymore (see #147 ). Keeping the issue opened in case someone wants to fix it on lower branches.