4AllDigital / DruDockCli

Drudock CLI utility for managing docker development, staging and production environments for Drupal websites and apps.
https://www.4alldigital.io/dockerdrupal-cli
MIT License
2 stars 1 forks source link

`app:init:build` doesn't works when manually input #203

Open joemewes opened 6 years ago

joemewes commented 6 years ago

$inputoptions = $input->getOptions(); is not available in calling command!

joemewes commented 6 years ago

running inline does work drudock app:init:build --appname my-app --type D8 --dist Development --src New --apphost drudock.localhost --services "PHP,NGINX,MYSQL"