This project is not covered by Drupal’s security advisory policy.
This module makes it possible to enable development modules or uninstall them in production by a single drush command.
Setup
1. define a environment in your settings file $config['env_dependencies.settings']['environment'] = 'development';
2. add dependencies to your profile or module info.yml
development_dependencies:
- features_uiDrush command
Uninstall not needed dependencies and enable needed dependencies
drush env-dependencies:run
Only gives a result of what it will do.
drush env-dependencies:run --status_only
Requirements
- Drush 9
Project information
- Project categories: Developer tools
- Created by lennard westerveld on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
