wearewondrous / config_split_psh_export
Drush 9 alter hook to export the production config on a Platform.sh environment
Installs: 74
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-drush
pkg:composer/wearewondrous/config_split_psh_export
Requires
- php: >=7.1
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