Created
August 21, 2010 19:31
-
-
Save jgeewax/542740 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ make help | |
| AppEngine make file. Options are: | |
| test Runs the test suite | |
| coverage Runs the test suite and prints a coverage report | |
| deploy Deploys the current project to AppEngine | |
| rollback Rolls back a unclosed update to the application | |
| serve Runs the development web server | |
| console Opens a development console to your remote application | |
| (Only works if you've enabled the /remote_api URL) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment