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 runningdrall 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