Thanks for this great drush feature!
I'm creating a lot of development site on localhost, and I was angry, always type same. In this patch i create some database constant:
+define ('DENSITE_DB_DRIVER', NULL);
+define ('DENSITE_DB_HOST', NULL);
+define ('DENSITE_DB_USERNAME', NULL);
+define ('DENSITE_DB_PASSWORD', NULL);

If used, these are printed in cli.

CommentFileSizeAuthor
densite.patch2.84 KBszantog

Comments

den.iver’s picture

Hi. The feature has been added on https://github.com/diversen/densite
You can fetch the master or a tag. At the moment they are all the same 6.x -> 7.x -> master

- Dennis