This fix adds support to the bruno-cli package for mapping inherited apikey auth from a collection into a request.
I believe this should be refactored later for parity with the electron app, perhaps by moving the prepareRequest functionality and it's dependencies from bruno-electron into the bruno-common library and utilizing that in the bruno-cli project.
Fixes issue #3511.
Contribution Checklist:
[x] The pull request only addresses one issue or adds one feature.
[x] The pull request does not introduce any breaking changes
[x] I have added screenshots or gifs to help explain the change if applicable.
Description
This fix adds support to the
bruno-cli
package for mapping inheritedapikey
auth from a collection into a request.I believe this should be refactored later for parity with the electron app, perhaps by moving the prepareRequest functionality and it's dependencies from
bruno-electron
into thebruno-common
library and utilizing that in thebruno-cli
project.Fixes issue #3511.
Contribution Checklist: