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
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: config_extra.drush.inc
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ function config_extra_drush_command() {
21
21
'aliases' => array('cm'),
22
22
'arguments' => array(
23
23
'site' => 'Alias for the site containing the other configuration data to merge.',
24
-
'label' => "A config directory label (i.e. a key in \$config_directories array in settings.php). Defaults to 'staging'",
24
+
'label' => "A config directory label (i.e. a key in \$config_directories array in settings.php). Defaults to 'sync'",
25
25
),
26
26
'options' => array(
27
27
'base' => 'The commit hash or tag for the base of the three-way merge operation. This should be the most recent commit that was deployed to the site specified in the first argument.',
@@ -49,7 +49,7 @@ function config_extra_drush_command() {
49
49
'examples' => array(
50
50
'drush @dev config-merge @production' => 'Merge configuration changes from the production site with the configuration changes made on the development site.',
51
51
'drush @dev config-merge /path/to/drupal#sitefolder' => 'Merge configuration changes from the site indicated by the provided site specification.',
52
-
'drush config-merge --no-commit' => 'Merge configuration changes in the database of the current site with the configuration changes in its `staging` configuration store. The merged files will remain unstaged.',
52
+
'drush config-merge --no-commit' => 'Merge configuration changes in the database of the current site with the configuration changes in its `sync` configuration store. The merged files will remain unstaged.',
53
53
),
54
54
'topics' => array('docs-cm'),
55
55
);
@@ -106,7 +106,7 @@ function config_extra_drush_help($section) {
106
106
* @param $config_label
107
107
* Which configuration set (active, etaging, etc.) to operate on
0 commit comments