v3.0.0-alpha1
Pre-release
Pre-release
The first release on the 3.x
branch! Exciting! This time there are some major changes, so please read carefully before upgrading.
- Requires PHP 8.1
- Command renamed:
drall exec:shell
is nowdrall exec
drall exec:drush
is nowdrall exec drush
- Placeholders have been modified:
@@uri
is now@@dir
@@key
is the key in the$sites
array. Usually, this is a hostname.
- Added option
--drall-no-execute
ondrall exec
for dry-run. - A progress indicator is now displayed for
drall exec
.- Use
--drall-no-progress
for hiding the progress bar.
- Use
- Added a way to auto-detect
$sites
insites.php
- See
misc/example.sites.php
in the repository
- See
- Added docs about position of
--drall-*
parameters when usingdrall exec
- Parameters must be right after
drall exec
or they won't be detected
- Parameters must be right after
- Drall can now show Drush's log messages