Thank you! I'm a bit slow so it took some time to try out.
Is it possible to save the whole thing in git or something similar? When installing plugins Composer seems to clone a dozen different repositories into subdirectories, and git the "parent git" ignores those directories.
Composer will modify the config, "initialize database schema" and "run post-install script" when installing plugins (and equivalents when updating/uninstalling plugins). Do I need to keep track of what scripts have ran in the different environments? Are they idempotent so I can just run all of them?
-- Stevie Trujillo