drush / config-extra
This package is abandoned and no longer maintained.
No replacement package was suggested.
Drush config-extra contains additional configuration Drush commands, notably config-merge.
1.0.1
2015-10-16 21:32 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: >=3.5
This package is auto-updated.
Last update: 2020-04-13 21:15:11 UTC
README
Home of config-merge magic
Requirements
- Works with Drush master (Drush version 8.x) and Drupal 8.0.x and later.
- Requires a three-way merge tool, such as kdiff3
Installation
- cd "$HOME/.drush"
- composer require "drush/config-extra"
- drush cc drush
Resources
- Drush configuration workflows can help you get started with installation, environment setup and configuration workflow planning.
- Automated tests run by Travis CI.