mirror of https://github.com/Seich/Beau.git
--as-json outputs the response as json, this allows you to use tools
like jq on the output which is nice.
--quiet makes it so no output is printed. I added this in case you are
looping Beau and don't want to see the output of every single request.
Example: `seq 10 | xargs -I{} beau request hi --quiet`.
|
||
|---|---|---|
| .. | ||
| list.js | ||
| request.js | ||
| validate.js | ||