Skip to content

v3.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jigarius jigarius released this 14 May 13:59
· 23 commits to 3.x since this release
3361e3f

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 now drall exec
    • drall exec:drush is now drall 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 on drall exec for dry-run.
  • A progress indicator is now displayed for drall exec.
    • Use --drall-no-progress for hiding the progress bar.
  • Added a way to auto-detect $sites in sites.php
    • See misc/example.sites.php in the repository
  • Added docs about position of --drall-* parameters when using drall exec
    • Parameters must be right after drall exec or they won't be detected
  • Drall can now show Drush's log messages