drush / config-extra
Drush config-extra contains additional configuration Drush commands, notably config-merge.
Installs: 156 608
Dependents: 9
Suggesters: 1
Security: 0
Stars: 28
Watchers: 11
Forks: 9
Open Issues: 14
Type:drupal-drush
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.