• cloud,  Mac OS X

    One Liner To Install gcloud for Managing App Engine Instances

    I had previously been using the gcutil command. But I cheated a little with the one liner promise to get the new tool, gcloud, installed: curl https://dl.google.com/dl/cloudsdk/release/install_google_cloud_sdk.bash | bash ; unzip google-cloud-sdk.zip ; ./google-cloud-sdk/install.sh The installation shell script is interactive and will ask if you want to update your bash profile. Once run, kill your terminal app and the new invocation will allow you to log into App Engine using the gcloud command followed by auth and then login: gcloud auth login Provided you’re logged into Google using your default browser, you’ll then be prompted to Accept the federation. Click Accept. The gcloud command can then be used to check…