How can I use ddev config without waiting for the prompts? #2685
-
Is there an elegant way to run |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's been suggested to add a --auto flag or something like that that would just skip the prompts. Never seems to have reached the level of a formal request though. |
Beta Was this translation helpful? Give feedback.
-
You can use flags, in the following example we create the config for a Drupal8 site with a web docroot. |
Beta Was this translation helpful? Give feedback.
You can use flags, in the following example we create the config for a Drupal8 site with a web docroot.
ddev config --project-type=drupal8 --docroot=web --create-docroot --project-name=my-project