Earlier quoted context omitted.
Oauth2 flow is missing (which should be released by tomorrow), Otherwise you shouldn't encounter any pain points. The app has been in development over 2 years, and community (early adopters) has been using it for over year. It's fairly stable except the occasional blip. I built the tool for myself, I wanted my collections to co-exist alongside my backend code and be able to version it via git. So I ended up creating…
I see the claim of saving everything on the filesystem and collaboration via git. - Is there a way to handle secrets outside of this flow? - Can we set/reference variables between collections? collection A sets a variable, collection B uses it. also, a small bit of feedback from someone that briefly played with Bruno this morning. - moving requests in a collection via drag/drop isn't obvious and it's actually a pain…
yes, ALL IN on git :) based collaboration
> Is there a way to handle secrets outside of this flow?
Check: https://docs.usebruno.com/secrets-management/overview.html Two ways of handling secrets.
> collection A sets a variable, collection B uses it.
In bruno collection is the first class citizen, environments reside inside a collection. There is plan to support global environments for the use case you mentioned.
> moving requests in a collection via drag/drop isn't obvious and it's actually a pain if you're trying to replace the top item.
yes, this ux needs to be improved and there is a bug in drag and drop which should be fixed.