Does Terminus supports to connect to multidev environment in Pantheon?

Not applicable

HI Team,

Does Terminus supports to connect to a multidev environment ? If yes Whats the process ?

When i used any command for Ex: drush cc all..

Its asking for choose site and and choose environment. but i dont see any multidev option ..

Much appreciated your help.

0 1 668
1 REPLY 1

@sri likhith nagulavancha ,

Yes, Pantheon has drush terminus support for Multidev environments. By default, you will interact with Pantheon sites using site name followed by environment name before Drush command.

For Example, If my site name is asagar, environment name is dev, If i would like to clear cache all , then command will be,

drush @pantheon.asagar.dev cc all

Same concept applies to multi-dev, if my multi-dev environment name is 'preprod' then

drush @pantheon.asagar.preprod cc all

Hope it helps. For more details refer to pantheon documentation here. Keep us posted if any.