bruno/packages/bruno-cli
2023-04-01 13:54:33 +05:30
..
bin feat: bru cli init 2023-02-06 02:27:22 +05:30
src fix: fixed issue where env vars was not getting embedded inside xml req body (#141) 2023-03-29 12:22:42 +05:30
.gitignore chore: added package-lock.json to gitignore 2022-10-20 15:16:33 +05:30
license.md chore: prep for bruno-cli release 2023-04-01 13:40:23 +05:30
package.json fix: fixing npm image rendering issues in readme 2023-04-01 13:53:32 +05:30
readme.md fix: fixed broken link in bruno cli readme 2023-04-01 13:54:33 +05:30

bruno-cli

With Bruno CLI, you can now run your API collections with ease using simple command line commands.

This makes it easier to test your APIs in different environments, automate your testing process, and integrate your API tests with your continuous integration and deployment workflows.

Installation

To install the Bruno CLI, use the node package manager of your choice, such as NPM:

npm install -g @usebruno/cli

Getting started

Navigate to the directory where your API collection resides, and then run:

bruno run

This command will run all the requests in your collection. You can also run a single request by specifying its filename:

bruno run request.bru

Or run all requests in a folder:

bruno run folder

If you need to use an environment, you can specify it with the --env option:

bruno run folder --env Local

Demo

demo

Support

If you encounter any issues or have any feedback or suggestions, please raise them on our GitHub repository

Thank you for using Bruno CLI!

License

MIT