appcfg.py: error: no such option: --dump on google-app-engine

Posted by zjm1126 on Stack Overflow See other posts from Stack Overflow or by zjm1126
Published on 2010-06-18T02:48:02Z Indexed on 2010/06/18 2:53 UTC
Read the original article Hit count: 409

Filed under:
|
|
|

i follow this article :http://code.google.com/intl/en/appengine/docs/python/tools/uploadingdata.html

and want to download all data from my app ,

but when i use the next code,it show error:

D:\zjm_demo\app>appcfg.py --dump --app_id=zjm1126 --url=http://zjm1126.appspot.c
om/remote_api --filename=a.csv
Usage: appcfg.py [options] <action>

appcfg.py: error: no such option: --dump

why ?

thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine