You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#3624: Change usage of '--config-dir' site-install option. (#3625)
* #3624: Change usage of '--config-dir' site-install option.
* Change comment wording.
* Check drupal version for backward compatibility & add new existing-config option to use the config sync directory
* Fix checkstyle
* Install Drupal along with modules/themes/configuration/profile.
24
43
*
@@ -35,7 +54,8 @@ class SiteInstallCommands extends DrushCommands implements SiteAliasManagerAware
35
54
* @option site-name Defaults to Site-Install
36
55
* @option site-mail From: for system mailings. Defaults to [email protected]
37
56
* @option sites-subdir Name of directory under 'sites' which should be created.
38
-
* @option config-dir A path pointing to a full set of configuration which should be imported after installation.
57
+
* @option config-dir A path pointing to a full set of configuration which should be installed during installation.
58
+
* @option existing-config Configuration from "sync" directory should be installed during installation. This option is ignored if --config-dir is already set.
39
59
* @usage drush si expert --locale=uk
40
60
* (Re)install using the expert install profile. Set default language to Ukrainian.
41
61
* @usage drush si --db-url=mysql://root:pass@localhost:port/dbname
@@ -51,7 +71,7 @@ class SiteInstallCommands extends DrushCommands implements SiteAliasManagerAware
0 commit comments