Sync package export and import
You can export Acquia Cohesion configuration in full or in part as a package that can be imported into a different website. This provides a way for you to share styles, components, templates and other Acquia Cohesion configuration with other websites. This capability is provided by the Cohesion sync module.
From version 6.2, the sync module allows you to include Drupal configuration in your packages. For example, you can package content type bundles with your content templates. This makes it possible to package and export fully functioning features.
When exporting configuration through sync you can set a setting to export all json values non serialised. This increases the readability of packages when doing diffs, as it will output json values in multiple lines. To enable this functionality add $settings['site_studio_package_multiline'] = TRUE
to your settings.php.
The Cohesion sync module can also be used in your deployment process. For more information, see Deploying your website.