bruno-cli

CLI for exploring and testing APIs with the Bruno IDE

brewmacoslinux
Try with needOr install directly
Source

About

CLI of the open-source IDE For exploring and testing APIs

Commands

bru

Examples

Run a collection of API requests from a Bruno project$ bru run ./api-collection
Execute a specific request and output results$ bru run ./api-collection/requests/get-users.bru
Run tests with verbose output for debugging$ bru run ./api-collection --verbose