drupal-console-extend-plugin icon indicating copy to clipboard operation
drupal-console-extend-plugin copied to clipboard

Automatically discover chains on extended commands

Open marcelovani opened this issue 8 years ago • 1 comments

Currently, when I use composer require to add my extended commands, I have to manually copy my chains into ~/.console/chain

I was wondering if we could automate that, since the application knows about my command because I registered them using console.services.yml So the idea is that we add a mechanism to look inside a folder called chain on the same folder where console.services.yml is found.

Example: https://github.com/dennisinteractive/drupal_console_commands/tree/extend_properly

marcelovani avatar Aug 23 '17 21:08 marcelovani

That would be a really nice feature, indeed!

mmenavas avatar Apr 25 '18 21:04 mmenavas