According to Google's AppEngine Group using the pre-released version 1.5.3 you are able to download you code for Java Applications as well.
./appcfg.sh help download_app
AppCfg [options] -A app_id [ -V version ] download_app <out-dir>
Download a previously-uploaded app to the specified directory. The app
ID is specified by the "-A" option. The optional version is specified
by the "-V" option.
I tried to run the above command but it is not working.
Did anyone manage to download his/her source code using the above command?
Thanks
The changelog:
AppCfg now supports download_app, which will download all files that were uploaded from your war directory.
On the Developer website it gives this code : Google-Developer
I tried it didn't work. On some articles
download_app
comes before<output-dir>
So I tried like this and it works fine :
Yes, it works with the pre-release SDK. I just tried it:
Or defining a version:
I downloaded a Python and a Java app, and both worked.