January 2018
Intermediate to advanced
318 pages
7h 6m
English
There are installers for all three operating systems. If you are using macOS High Sierra then you can use Homebrew and Cask to install the Google Cloud SDK by running the following:
$ brew cask install google-cloud-sdk
Windows 10 Professional users can use Chocolatey and run the following:
$ choco install gcloudsdk
Finally, Ubuntu 17.04 users will need to run the following:
$ export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"$ echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list$ curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -$ sudo apt-get update && sudo apt-get install google-cloud-sdk
Once installed, ...
Read now
Unlock full access