drupal-vm-cli
drupal-vm-cli copied to clipboard
A CLI app for Drupal VM.
- [x] Add a `drush-version` option - [ ] Add to `interact` method - [ ] Calculate the default value based on `drupal_version`
https://github.com/geerlingguy/drupal-vm/releases/tag/4.0.0 ## Additional questions/arguments/options - [ ] Build site via Composer (rather than Drush Make)? If this is true, then the Drush Make question can be skipped. - [ ]...
http://www.jeffgeerling.com/blog/2016/drupal-vm-supports-mysql-mariadb-and-postgresql
Following on from #31, there should also be an option for a defaults.yml file within a project root. This would override the global defaults.
- [ ] Add `custom_vars` to config/dist/defaults.yml. - [ ] Add argument/question to `Config\GenerateCommand'. - [ ] Update config.yml.twig
It would be useful to be able to rerun the generator on an existing config.yml, so all the questions are asked but the default answers are now taken from the...
Ensure that everything is documented and still correct. - [ ] Display which version of Drupal VM Generator is compatible with which version of Drupal VM. - [ ] Document...
In some cases, there are multiple blank lines between the `if` statements within config.yml.twig. These should be removed or reduced as much as possible.
It'd be nice to be able to add apache/nginx vhosts using this command once the config has been generated.