1.16.0 • Published 3 days ago

@usebruno/cli v1.16.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 days ago

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:

bru run

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

bru run request.bru

Or run all requests in a collection's subfolder:

bru run folder

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

bru run folder --env Local

If you need to collect the results of your API tests, you can specify the --output option:

bru run folder --output results.json

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!

Changelog

See https://github.com/usebruno/bruno/releases

License

MIT

1.16.0

3 days ago

1.14.0

16 days ago

1.11.0

2 months ago

1.9.1

3 months ago

1.9.2

3 months ago

1.9.0

3 months ago

1.8.0

3 months ago

1.4.1

3 months ago

1.4.0

3 months ago

1.3.0

5 months ago

1.2.1

5 months ago

1.2.0

5 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago

0.11.0

7 months ago

0.10.1

7 months ago

0.12.0

7 months ago

0.13.0

7 months ago

0.14.0

7 months ago

0.15.0

7 months ago

0.15.1

7 months ago

0.10.0

7 months ago

0.9.0

8 months ago

0.8.0

8 months ago

0.7.1

8 months ago

0.6.2

8 months ago

0.7.0

8 months ago

0.6.1

8 months ago

0.6.0

8 months ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago