Add hasura-cli to brew
See original GitHub issueLazy users like me prefer to use https://brew.sh/
brew install hasura-cli
rather than download something 😃
Issue Analytics
- State:
- Created 5 years ago
- Reactions:18
- Comments:14 (5 by maintainers)
Top Results From Across the Web
hasura-cli
hasura -cli. Install command: brew install hasura-cli. Command-Line Interface for Hasura GraphQL Engine. https://hasura.io. License: Apache-2.0.
Read more >Installing / Uninstalling the Hasura CLI
The recommended installation method of the Hasura CLI is to install it as a global binary. You can download it by following the...
Read more >Install hasura-cli on Mac with Brew - Big Sur, Mojave, Catalina ...
Easy steps to install hasura-cli package on Mac · Open Terminal using Spotlight search by pressing <command+space> . Type terminal and hit Enter ......
Read more >Quick Notes & 2 Methods for Installing Hasura CLI
This command installs the command to /usr/local/bin , but if you'd like to install it to another location you can add the follow...
Read more >hasura-cli
You can just simply install hasura-cli through npm or yarn. Note that this package follows version of the Original Hasura CLI.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have created a draft PR for this. I tried getting it in with “v1.0.0-beta.8”, but the formula will not be allowed in to Homebrew/homebrew-core without a “stable” version. I will keep my eye on it and push it through as soon as hasura/graphql-engine v1.0.0 is released.
@marionschleifer @shahidhk I’m happy to hack on this - it seems fairly straightforward, however the homebrew guidelines are to not have self-upgradable software - https://docs.brew.sh/Acceptable-Formulae#we-dont-like-tools-that-upgrade-themselves - I can probably remove
/commands/update-cli.go
and related pieces as part of the homebrew install/compilation but it would be better if it was a compile time option. Is that something you would consider adding?