I use the followings: appcfg.py update myappid/ appcfg.py rollback myappid/
it's weired that the google appengine launcher runs the deployment well while I have this problem with command line. I have to rollback one app but the launcher on Windows doesn't have this function. On Dec 5, 11:18 pm, Tim Hoffman <[email protected]> wrote: > What is the command line arguments that you using ? > > T > > On Dec 5, 10:19 pm, Kuber <[email protected]> wrote: > > > > > > > > > I cannot upload my apps with appcfg.py anymore. I'm on windows vista > > and installed appengine python 1.4.0. I used to manage my apps with > > appcfg.py. But recently I cannot upload apps anymore. I have been > > seeing these messages no matter I upload or rollback my apps : > > > Usage: appcfg.py [options] <action> > > > Action must be one of: > > create_bulkloader_config: Create a bulkloader.yaml from a running > > application. > > > cron_info: Display information about cron jobs. > > download_app: Download a previously-uploaded app. > > download_data: Download entities from datastore. > > help: Print help for a specific action. > > request_logs: Write request logs in Apache common log format. > > rollback: Rollback an in-progress update. > > set_default_version: Set the default (serving) version. > > update: Create or update an app version. > > update_cron: Update application cron definitions. > > update_dos: Update application dos definitions. > > update_indexes: Update application indexes. > > update_queues: Update application task queue definitions. > > upload_data: Upload data records to datastore. > > vacuum_indexes: Delete unused indexes from application. > > Use 'help <action>' for a detailed description. > > > Options: > > .... -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
