LinuxCommandLibrary

bru

CLI for Bruno, an Opensource IDE for exploring and testing APIs.

TLDR

Run all request files from the current directory

$ bru run
copy


Run a single request from the current directory by specifying its filename
$ bru run [file.bru]
copy


Run requests using an environment
$ bru run --env [environment_name]
copy


Run requests using an environment with a variable
$ bru run --env [environment_name] --env-var [variable_name]=[variable_value]
copy


Run request and collect the results in an output file
$ bru run --output [path/to/output.json]
copy


Display help
$ bru run --help
copy

Copied to clipboard