Bruno's CLICommand Options

Command Options

Bruno CLI provides a variety of command options to help you customize your API testing and execution process. These options allow you to specify environments, configure reports, handle security, and much more. Below is a comprehensive list of available options:

Bruno version

To check the current version of your Bruno CLI installation, use the following command:

bru --version

This will display the version number of the Bruno CLI you have installed. It’s a helpful command for ensuring you’re working with the latest version or for troubleshooting version-specific issues.

Options

OptionDetails
-h, —helpShow help
—versionShow version number
-rIndicates a recursive run (default: false)
—cacert [string]CA certificate to verify peer against
—env [string]Specify environment to run with
—env-var [string]Overwrite a single environment variable, multiple usages possible
-o, —output [string]Path to write file results to
-f, —format [string]Format of the file results; available formats are “json” (default) or “junit”
—reporter-json [string]Path to generate a JSON report
—reporter-junit [string]Path to generate a JUnit report
—reporter-html [string]Path to generate an HTML report
—insecureAllow insecure server connections
—tests-onlyOnly run requests that have tests
—bailStop execution after a failure of a request, test, or assertion
—csv-file-pathCSV file to run the collection with
—reporter—skip-all-headersSkip all headers in the report
—reporter-skip-headersSkip specific headers in the report
—client-cert-configClient certificate configuration by passing a JSON file
—delay [number]Add delay to each request

Demo

bru cli

Support

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