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
Copy file name to clipboardExpand all lines: src/Commands/core/SiteInstallCommands.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ class SiteInstallCommands extends DrushCommands implements SiteAliasManagerAware
36
36
* @option site-name Defaults to Site-Install
37
37
* @option site-mail From: for system mailings. Defaults to [email protected]
38
38
* @option sites-subdir Name of directory under 'sites' which should be created.
39
-
* @option config-dir Deprecated. A path pointing to a full set of configuration which should be installed during installation.
40
-
* @option existing-config Configuration from "sync" directory should be imported during installation. This option is ignored if --config-dir is already set.
39
+
* @option config-dir Deprecated - only use with Drupal 8.5-. A path pointing to a full set of configuration which should be installed during installation.
40
+
* @option existing-config Configuration from "sync" directory should be imported during installation. Use with Drupal 8.6+.
41
41
* @usage drush si expert --locale=uk
42
42
* (Re)install using the expert install profile. Set default language to Ukrainian.
43
43
* @usage drush si --db-url=mysql://root:pass@localhost:port/dbname
0 commit comments