Acquia Cohesion drush commands
Acquia Cohesion includes some useful drush commands which are available to use within your terminal application.
drush cohesion:import - Runs an Acquia Cohesion asset import from the API, this is usually run when upgrading Acquia Cohesion.
drush cohesion:rebuild - Runs an Acquia Cohesion rebuild, this will re-save Acquia Cohesion settings, styles and templates.
If Acquia Cohesion sync is enabled, you can use the following commands.
drush sync:export - Exports all Acquia Cohesion configuration to the sync folder as a .yml_ file.
drush sync:export --filename-prefix=myfilenamehere - Exports all Acquia Cohesion configuration to the sync folder as a .yml_ file with a custom filename rather than using the websites name.
drush sync:import --overwrite-all - Imports all Acquia Cohesion configuration from the sync folder and overwrite existing Acquia Cohesion configuration.
drush sync:import --keep-all - Imports all Acquia Cohesion configuration from the sync folder and keeps existing Acquia Cohesion configuration and only imports new configuration.