Sathya
Sathya

Reputation: 1086

Config changes to a GAE app without redeploying?

Suppose I just want to make a config change to an GAE app (i.e no code changes) - Is there a way change the config file and bounce the GAE instance rather than a full deployment ?

I am using GPE for eclipse.

Regards,

Sathya

Upvotes: 0

Views: 95

Answers (1)

Gaël Oberson
Gaël Oberson

Reputation: 603

the command appcfg is part of the GAE sdk and will help you to manage you app.

Upvotes: 1

Related Questions