Share environment variables between collections
Hi, Is there a way to share environment variables between collections? It seems that an environment belongs to one specific collection and not global as in Postman.
I'm using Bruno v1.9.0
Thanks
You could do like I've done, and create an environments folder outside your root collections folder:
~/bruno
├-- collections
│ ├-- collection_a
│ ├-- collection_b
└-- environments
├-- environment_a
└-- environment_b
And then inside each collection folder, delete the environments folder and replace with a symlink to ../../environments
I would like this to be built in feature, +1 For now, I will stick with a workaround via symlinks.
I agree that there is something to do here, because also in our case we have multiple collections sharing the same environment variables
Duplicate of #115
Duplicate of #115
@nathan-skillen And then inside each collection folder, delete the environments folder and replace with a symlink to ../../environments I did not understand about this solution... can you please elaborate little more step wise.. so that i can do same in my bruno tool..