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

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

License

Notifications You must be signed in to change notification settings

wearewondrous/config_split_psh_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages