File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ The following variables can be setup through .drupal-updater.yml
5656- ** noDev** : Set to true to only update packages deployed in production.
5757- ** onlySecurities** : Set to true to only update securities.
5858- ** packages** : Allows specify which packages will be updated.
59+ - ** limit** : Limit the number of direct packages to update in each drupal-updater run. Can't be combined with packages.
5960- ** environments** : Array list of environments to update.
6061
6162
@@ -86,6 +87,8 @@ Parameters allowed:
8687- ** --no-dev** : It won't update dev dependencies, only the primary ones.
8788- ** --author
** : It sets the git commits author. Example:
` Test<[email protected] > ` 8889- ** --environment** : List of sites (drush alias) to be run on Drupal Multisites. The drush alias must be local.
90+ - ** --packages** : Update only the mentioned packages.
91+ ** --limit** : Limit the number of direct packages to update in each drupal-updater run. Can't be combined with packages.
8992
9093Examples:
9194
You can’t perform that action at this time.
0 commit comments