hechoendrupal / drupal-console-core

This project contains commands and features to be shared across DrupalConsole projects.
134 stars 69 forks source link

[generate:site:alias] Add drupal console binary option #349

Closed hjuarez20 closed 5 years ago

hjuarez20 commented 5 years ago

Added the option to customize the drupal console binary and also give the option to add tty

example to execute

      drupal generate:site:alias  \
        --name="demo"  \
        --environment="dev"  \
        --type="ssh" \
        --composer-root="/path/to/remote/project" \
        --site-uri="default" \
        --host="hostName/domain" \
        --user="userName" \
        --port="port" \
        --drupal-console-binary="drupal" \
        --extra-options="-tt" \
        --directory="/Users/hjuarez/drupalSq/console/"