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
Same functionality exists in Drush. When you have a $config_directory['foo'] = 'bar/'; setup in your settings.php, it will allow to export to that specific bar directory by using:
drush config-export foo
In Drupal Console there could be a same approach:
drupal config:export foo
Edit: Might even be nice to make this interactive? Selecting the $config_directories interactively.