Skip to content

Instantly share code, notes, and snippets.

@tusharvikky
Created June 26, 2015 22:55
Show Gist options
  • Save tusharvikky/1935b3424bf89b1cd72a to your computer and use it in GitHub Desktop.
Save tusharvikky/1935b3424bf89b1cd72a to your computer and use it in GitHub Desktop.
App Engine CLI Linux

exec curl https://sdk.cloud.google.com | bash

restart shell exec -l $SHELL

maximize your shell and exec gcloud components list

install required components with gcloud components update

In my case: gcloud components update gae-go app

"appcfg.py" is on your path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment