I updated to origin/production this morning, and it looks like the init:php command does not do anything anymore, but it is still listed as a command. Running ./drupalci init:php gives the following output.
vagrant@vagrant-ubuntu-trusty-64:~/drupalci_testbot$ ./drupalci init:php
Executing init:php
PHP Notice: Undefined index: all in /home/vagrant/drupalci_testbot/src/DrupalCI/Console/Command/Init/InitPhpContainersCommand.php on line 113
PHP Notice: Undefined index: all in /home/vagrant/drupalci_testbot/src/DrupalCI/Console/Command/Init/InitPhpContainersCommand.php on line 115
Please select the numbers corresponding to which DrupalCI web environments to support. Separate multiple entries with commas. (Default: [])
[0] all
> 0
No valid php container names provided. Aborting.
Comments
Comment #1
MixologicComment #3
mile23We have
init:webfor getting the PHP containers, and the containers are namedweb-5.5, etc. So therefore: Goodbyeinit:php!Comment #4
Mixologicyep. this is good. expunged, and merged into dev.
Comment #5
MixologicComment #6
Mixologic