ohmyzsh/plugins/google-app-engine/google-app-engine.plugin.zsh
Guido 05fc9a5455 Creating Google-app-engine plugin
- Creating some common alias for users of Google App Engine
2015-10-08 20:42:29 -03:00

2 lines
83 B
Bash

alias gaedeploy="appcfg.py update . --oauth2"
alias gaeserver="dev_appserver.py ."