We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bruno-cli can support specifying an environment JSON file.
e.g.bru run --env-file {file_path}
bru run --env-file {file_path}
https://learning.postman.com/docs/collections/using-newman-cli/newman-options/#setup-options
Currently, we use the collection path to find the corresponding environment.
bruno/packages/bruno-cli/src/commands/run.js
Line 478 in f871bc0
Please help to add a new env-file to allow a collection to use an environment JSON file.
env-file
Line 391 in f871bc0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have checked the following:
Describe the feature you want to add
bruno-cli can support specifying an environment JSON file.
Mockups or Images of the feature
e.g.
bru run --env-file {file_path}
https://learning.postman.com/docs/collections/using-newman-cli/newman-options/#setup-options
Currently, we use the collection path to find the corresponding environment.
bruno/packages/bruno-cli/src/commands/run.js
Line 478 in f871bc0
Please help to add a new
env-file
to allow a collection to use an environment JSON file.bruno/packages/bruno-cli/src/commands/run.js
Line 391 in f871bc0
The text was updated successfully, but these errors were encountered: