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
Option | Details |
---|---|
-h, —help | Show help |
—version | Show version number |
-r | Indicates 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 |
—insecure | Allow insecure server connections |
—tests-only | Only run requests that have tests |
—bail | Stop execution after a failure of a request, test, or assertion |
—csv-file-path | CSV file to run the collection with |
—reporter—skip-all-headers | Skip all headers in the report |
—reporter-skip-headers | Skip specific headers in the report |
—client-cert-config | Client certificate configuration by passing a JSON file |
—delay [number] | Add delay to each request |
Demo
Support
If you encounter any issues or have any feedback or suggestions, please raise them on our GitHub repository