You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 configurationThe text was updated successfully, but these errors were encountered: