Skip to content

Instantly share code, notes, and snippets.

@kelp404
Last active December 11, 2015 08:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kelp404/4572967 to your computer and use it in GitHub Desktop.
Save kelp404/4572967 to your computer and use it in GitHub Desktop.
Google App Engine note

#Google App Engine note

Update

appcfg.py update myapp/

Update backends

appcfg.py backends myapp/ update

Update with other account

appcfg.py --email=your-mail@gmail.com update myapp/
# no cookie
appcfg.py --email=your-mail@gmail.com --no_cookies update myapp/

Deleting Unused Indexes on Google App Engine

appcfg.py vacuum_indexes myapp/

# reference
# https://developers.google.com/appengine/docs/python/tools/uploadinganapp?hl=en#Deleting_Unused_Indexes
  • myapp is the floder name of your application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment