I work with different environments Staging and production. Typically I need to do things at same time in both environments. Each environment is a gcloud configuration. So I'm always jumping between configurations.
I would like to have different configuration activated in different terminals, is there any way?
When I ran the command bellow, it affect all the terminal, is there any way to affect only the current terminal?
gcloud config configurations activate <config-name>
Any workaround idea would be also useful
Thanks