brew update and retried your prior step?brew doctor, fixed as many issues as possible and retried your prior step?sudo chown -R $(whoami) $(brew --prefix)?Please note by far the quickest way to get a new formula into Homebrew is to file a Pull Request.
We will consider your request but it may be closed if it's something we're not actively planning to work on.
Do you mean this SDK? https://cloud.google.com/sdk/
Looks like it's already available via Homebrew Cask.
$ brew cask info google-cloud-sdk
google-cloud-sdk: latest
Google Cloud SDK
https://cloud.google.com/sdk/
Not installed
https://github.com/caskroom/homebrew-cask/blob/master/Casks/google-cloud-sdk.rb
==> Contents
google-cloud-sdk/bin/bq (binary)
To install it:
brew tap caskroom/cask
brew cask install google-cloud-sdk
@apjanke Yes! That's the one. Though I don't understand why it's under cask? It's a command line tool.
Maybe because it's a "binary" distribution, where no compilation happens, and we just install the upstream OS-specific binary distribution. But since this is mostly a Python project, that doesn't seem too relevant. This looks like a good candidate for moving in to core Homebrew.
We also have an upcoming project to more closely integrate Cask and main Homebrew, so maybe this won't be an issue soon.
Let us know if you have any issues with using it from the Cask formula. And good luck!
@apjanke Thanks! Cask solved it 馃槃 Is there more information on the upcoming project?
It's just in the planning stages now. It is one of Homebrew's GSoC 2016 projects. https://github.com/Homebrew/Outreachy-and-Google-Summer-of-Code/issues/6
Most helpful comment
Do you mean this SDK? https://cloud.google.com/sdk/
Looks like it's already available via Homebrew Cask.
To install it: