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

readTarget() does not work when the command is called via chain

Open marcelovani opened this issue 8 years ago • 0 comments

I have a situation where I have a chain e.g. https://github.com/dennisinteractive/drupal_console_commands/blob/extend_properly/chain/chain-site-build.yml

When I run drupal site:build --name="example.dev" it will show a message saying that it could not find the configuration for example.dev.

If you look at the chain, the first command is site:checkout if I run drupal site:checkout example.dev the function readTarget() will return the configuration

marcelovani avatar Aug 23 '17 21:08 marcelovani