wearewondrous/config_split_psh_export

This package is abandoned and no longer maintained. No replacement package was suggested.

Drush 9 alter hook to export the production config on a Platform.sh environment

1.0.1 2019-04-30 09:53 UTC

This package is auto-updated.

Last update: 2022-06-29 01:42:35 UTC


README

Drush 9 alter hook to use production config during the config:export command on platform.sh environment. only works with Psh-toolbelt setup!

Requirements

This Drush Command needs to live in drush/Commands/contrib in order to be discovered by composer autoload. So make sure the installer-paths are correctly set in your root composer.json-file:

{
    "installer-paths": {
        "drush/Commands/contrib/{$name}": [
            "type:drupal-drush"
        ]
    }
}

Installation

No need to directly install this module. Follow install instructions here: https://github.com/wearewondrous/psh-toolbelt