drupal-console-core icon indicating copy to clipboard operation
drupal-console-core copied to clipboard

Provide options to disable commands per environment.

Open jmolivas opened this issue 8 years ago • 0 comments

We can manage this by providing a new feature. Adding extra configuration to the config.yml file as an example:

  disabled:
    prod:
      modules:
        - module_name_one
        - module_name_two
      commands:
        - module:download
        - module:update
        - theme:download
        - theme:update
      namespaces:
        - generate
        - create

jmolivas avatar Sep 02 '17 06:09 jmolivas