Allow different config directory definition
Closed this issue · 2 comments
b-sharpe commented
When running acquiaConfigUpdate
it assumes 'sync' as the config directory definition:
->drush(['config-import', 'sync'])
Would be great if this could be configurable from the extraconfig or the likes, Acquia for example uses 'vcs' as the default.
typhonius commented
That's a good idea, I'm working on some enhancements to this part of the code to make drush steps optional (since some users run these as part of an Acquia Cloud hook) so I'll look to adding in this functionality alongside.