typhonius/acquia_cli

Allow different config directory definition

Closed this issue · 2 comments

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.

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.

I've added these in 0a57491. It's probably almost time to tag another release which these changes will be in.