Open steveoriol opened 6 years ago
This is good idea!
I like using drush switch site command because it's simple: drush site-set blog
and after them all drush comands will be executed for blog
site not for default
.
Please implement some command like this, based on some session. Thanks.
Hello, I use multisite installation and the console works when I use "--uri=[site-name]" as option.
but, if I forget the "--uri=[site-name]" I get:
[ERROR] The specified database connection is not defined: default
or for the command "drupal debug:multisite" that should list all multi-sites available in system. I get:
[ERROR] Command "debug:multisite", is not a valid command name.
Is it possible to define an "--uri=[site-name]" by default ?
I also try to create alias with "drupal generate:site:alias --uri=[site-name]", that works:
But when I want use it, I get the not valid command name error:
and
and the file "...console/sites/gcp.yml":