Skip to content

Commit 3e00f8b

Browse files
committed
Document usage of limit
1 parent 6ddb144 commit 3e00f8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

9093
Examples:
9194

0 commit comments

Comments
 (0)