Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@jigarius jigarius released this 13 Dec 12:59
· 6 commits to 3.x since this release
2c12c0a

This version has some major changes that might break existing scripts. More specifically, the placeholder @@uri has been changed to @@dir. Please read the docs before upgrading to v3.0.0.

What's Changed

  • When in invalid command is provided to drall, it suggests running drall exec.
  • Drall command placeholders have changed:
    • @@site for site aliases.
    • @@dir for site directories, i.e. values of $sites array.
    • @@key for site keys, i.e. keys of $sites array.
    • @@ukey for unique site keys, i.e. last defined key for each site.
  • Require PHP >= 8.1 by @jigarius in #65
  • Create option: --drall-filter by @jigarius in #69
  • Document positioning of options for 'drall exec' by @jigarius in #74
  • Create option: --drall-no-execute for dry run by @jigarius in #79
  • Create command: drall site:keys by @jigarius in #84