Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 762 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 762 Bytes

Config Split Platform.sh Export

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