Skip to content

Commit

Permalink
Move --drall-group docs to the 'Global Options' section
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Mar 20, 2022
1 parent a6f9abf commit 4f97391
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,17 @@ Specify a Drupal project root or document root directory.

drall --root=/path/to/drupal site:directories

## Site groups
### --drall-group

Drall allows you to group your sites so that you can run commands on such
groups with ease.
Specify the target site group. See the section *site groups* for more
information on site groups.

```
drall exec:drush --drall-group=GROUP core:rebuild
```
drall exec:drush --drall-group=GROUP core:status --field=site

## Site groups

Drall allows you to group your sites so that you can run commands on these
groups using the `--drall-group` option.

### Drall groups with site aliases

Expand Down

0 comments on commit 4f97391

Please sign in to comment.