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_ui

Drush 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

Releases