acquia / drupal-recommended-settings

The composer plugin to add Acquia's drupal recommended settings in your drupal project.
4 stars 5 forks source link

ACMS-3349: Making --uri to work with url format. #38

Closed apathak18 closed 6 months ago

apathak18 commented 6 months ago

Motivation

Fixes ACMS-3349

Proposed changes Making work url format with --uri.

Testing steps drush si --uri="https://www.example.com" or drush si --uri="example.com" or drush si --uri="https://www.example.com:8080" or drush si --uri="https://www.example.com:8080/some/page"