Document that bruno-cli can be installed with Homebrew#80
Open
tkegan wants to merge 1 commit into
Open
Conversation
Collaborator
|
Hi, @tkegan Have you done installation of Bruno CLI using homebrew? Let me know if I missed anything. |
Author
|
I have, works just fine tkegan@brick:~/Documents/Personal/Invoicing/$ date
Tue Apr 28 07:57:47 AM EDT 2026
tkegan@brick:~/Documents/Personal/Projects/Invoicing$ brew leaves
bruno-cli
cloc
composer
git
mariadb
php
yarn
tkegan@brick:~/Documents/Personal/Projects/Invoicing$ cd test/api
tkegan@brick:~/Documents/Personal/Projects/Invoicing/test/api$ bru run --env "Local Testing"
Malformed Request Errors/Read client errors when id is not int (400 Bad Request) - 22 ms
Assertions
✓ res.status: eq 400
✓ res.body: eq The client must be specified as an integer
Malformed Request Errors/Modify client errors when id is not specified (400 Bad Request) - 2 ms
Assertions
✓ res.status: eq 400
✓ res.body: eq You must specify the client to modify via the id param
Malformed Request Errors/Modify client errors when id is not int (400 Bad Request) - 2 ms
Assertions
✓ res.status: eq 400
✓ res.body: eq You must specify the client to modify via the id param |
Author
|
Thinking about this a bit more, perhaps the folks behind bruno would rather not support installs via methods other than node package managers but would still be open to mentioning that other methods might work for users with other workflows. I'm happy to rework my suggestion if this is the case. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR if accepted documents that the bruno-cli can be installed using the Homebrew package manager popular among Mac developers and sometimes used by Linux developers. I suggest it because it automatically takes care of the Node dependency.